# git rev-parse -q --verify 7c672abc120a55f678e5571ae2ee93f06ca4d7f9^{commit} 7c672abc120a55f678e5571ae2ee93f06ca4d7f9 already have revision, skipping fetch # git checkout -q -f -B kisskb 7c672abc120a55f678e5571ae2ee93f06ca4d7f9 # git clean -qxdf # < git log -1 # commit 7c672abc120a55f678e5571ae2ee93f06ca4d7f9 # Merge: 1902314157b1 fe013f8bc160 # Author: Linus Torvalds # Date: Tue Sep 17 16:22:26 2019 -0700 # # Merge tag 'docs-5.4' of git://git.lwn.net/linux # # Pull documentation updates from Jonathan Corbet: # "It's a somewhat calmer cycle for docs this time, as the churn of the # mass RST conversion is happily mostly behind us. # # - A new document on reproducible builds. # # - We finally got around to zapping the documentation for hardware # support that was removed in 2004; one doesn't want to rush these # things. # # - The usual assortment of fixes, typo corrections, etc" # # * tag 'docs-5.4' of git://git.lwn.net/linux: (67 commits) # Documentation: kbuild: Add document about reproducible builds # docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi] # Documentation: Add "earlycon=sbi" to the admin guide # doc:lock: remove reference to clever use of read-write lock # devices.txt: improve entry for comedi (char major 98) # docs: mtd: Update spi nor reference driver # doc: arm64: fix grammar dtb placed in no attributes region # Documentation: sysrq: don't recommend 'S' 'U' before 'B' # mailmap: Update email address for Quentin Perret # docs: ftrace: clarify when tracing is disabled by the trace file # docs: process: fix broken link # Documentation/arm/samsung-s3c24xx: Remove stray U+FEFF character to fix title # Documentation/arm/sa1100/assabet: Fix 'make assabet_defconfig' command # Documentation/arm/sa1100: Remove some obsolete documentation # docs/zh_CN: update Chinese howto.rst for latexdocs making # Documentation: virt: Fix broken reference to virt tree's index # docs: Fix typo on pull requests guide # kernel-doc: Allow anonymous enum # Documentation: sphinx: Don't parse socket() as identifier reference # Documentation: sphinx: Add missing comma to list of strings # ... # < /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 7c672abc120a55f678e5571ae2ee93f06ca4d7f9 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_se7724_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7724_defconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_se7724_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /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/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/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/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591: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:1852: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:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' 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/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:613:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] Image Name: Linux-5.3.0+ Created: Wed Sep 18 14:15:57 2019 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 3396123 Bytes = 3316.53 KiB = 3.24 MiB Load Address: 88001000 Entry Point: 88002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_se7724_defconfig_sh4 # Build took: 0:01:04.763498