# 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/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 bec7550cca106c3ccc061e3e625516af63054fe4 # < make -s -j 10 ARCH=sh O=/kisskb/build/linus_edosk7760_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- edosk7760_defconfig # make -s -j 10 ARCH=sh O=/kisskb/build/linus_edosk7760_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1850:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:331:21: note: 'pdeo' was declared here /kisskb/src/net/ipv4/ip_output.c: In function '__ip_append_data': /kisskb/src/include/linux/skbuff.h:1406:6: warning: 'extra_uref' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/ip_output.c:881:14: note: 'extra_uref' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/net/ipv4/fib_semantics.c: In function 'fib_create_info': /kisskb/src/net/ipv4/fib_semantics.c:1027:12: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/fib_semantics.c:971:6: note: 'err' was declared here Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_edosk7760_defconfig_sh4 # Build took: 0:01:25.202364