# git rev-parse -q --verify bec7550cca106c3ccc061e3e625516af63054fe4^{commit} bec7550cca106c3ccc061e3e625516af63054fe4 already have revision, skipping fetch # git checkout -q -f -B kisskb bec7550cca106c3ccc061e3e625516af63054fe4 # git clean -qxdf # < git log -1 # commit bec7550cca106c3ccc061e3e625516af63054fe4 # Merge: 2b28601d62b0 551bd3368a7b # Author: Linus Torvalds # Date: Wed May 29 14:36:41 2019 -0700 # # Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linux # # Pull documentation fixes from Jonathan Corbet: # "The Sphinx 2.0 release contained a few incompatible API changes that # broke our extensions and, thus, the documentation build in general. # Who knew that those deprecation warnings it was outputting actually # meant we should change something? This set of fixes makes the build # work again with Sphinx 2.0 and eliminates the warnings for 1.8. As # part of that, we also need a few fixes to the docs for places where # the new Sphinx is more strict. # # It is a bit late in the cycle for this kind of change, but it does fix # problems that people are experiencing now. # # There has been some talk of raising the minimum version of Sphinx we # support. I don't want to do that abruptly, though, so these changes # add some glue to continue to support versions back to 1.3. We will be # adding some infrastructure soon to nudge users of old versions # forward, with the idea of maybe increasing our minimum version (and # removing this glue) sometime in the future" # # * tag 'docs-5.2-fixes2' of git://git.lwn.net/linux: # drm/i915: Maintain consistent documentation subsection ordering # scripts/sphinx-pre-install: make it handle Sphinx versions # docs: Fix conf.py for Sphinx 2.0 # docs: fix multiple doc build warnings in enumeration.rst # lib/list_sort: fix kerneldoc build error # docs: fix numaperf.rst and add it to the doc tree # doc: Cope with the deprecation of AutoReporter # doc: Cope with Sphinx logging deprecations # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 bec7550cca106c3ccc061e3e625516af63054fe4 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig+NO_KVM_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # Added to kconfig CONFIG_KVM_BOOK3S_64=n # Added to kconfig CONFIG_KVM=n # yes \n | make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig+NO_KVM_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig+NO_KVM_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1658:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1633:6: note: 'oldval' was declared here int oldval, ret; ^ WARNING: vmlinux.o(.text+0x3474): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x3734): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x3770): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus_ppc64le_defconfig+NO_KVM_ppc64le-gcc5 # Build took: 0:03:22.323441