# git rev-parse -q --verify fff75eb2a08c2ac96404a2d79685668f3cf5a7a3^{commit} fff75eb2a08c2ac96404a2d79685668f3cf5a7a3 already have revision, skipping fetch # git checkout -q -f -B kisskb fff75eb2a08c2ac96404a2d79685668f3cf5a7a3 # git clean -qxdf # < git log -1 # commit fff75eb2a08c2ac96404a2d79685668f3cf5a7a3 # Merge: 8188fc8 b4678df1 # Author: Linus Torvalds # Date: Mon Apr 30 16:53:40 2018 -0700 # # Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux # # Pull errseq infrastructure fix from Jeff Layton: # "The PostgreSQL developers recently had a spirited discussion about the # writeback error handling in Linux, and reached out to us about a # behavoir change to the code that bit them when the errseq_t changes # were merged. # # When we changed to using errseq_t for tracking writeback errors, we # lost the ability for an application to see a writeback error that # occurred before the open on which the fsync was issued. This was # problematic for PostgreSQL which offloads fsync calls to a completely # separate process from the DB writers. # # This patch restores that ability. If the errseq_t value in the inode # does not have the SEEN flag set, then we just return 0 for the sample. # That ensures that any recorded error is always delivered at least # once. # # Note that we might still lose the error if the inode gets evicted from # the cache before anything can reopen it, but that was the case before # errseq_t was merged. At LSF/MM we had some discussion about keeping # inodes with unreported writeback errors around in the cache for longer # (possibly indefinitely), but that's really a separate problem" # # * tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux: # errseq: Always report a writeback error once # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 fff75eb2a08c2ac96404a2d79685668f3cf5a7a3 # < make -s -j 40 ARCH=sh O=/kisskb/build/linus_ap325rxa_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ap325rxa_defconfig # make -s -j 40 ARCH=sh O=/kisskb/build/linus_ap325rxa_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx 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:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: 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:127:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183: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:2497: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:1819: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:340:21: note: 'pdeo' 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 *' Image Name: Linux-4.17.0-rc3+ Created: Tue May 1 20:58:05 2018 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 3078069 Bytes = 3005.93 kB = 2.94 MB Load Address: 88001000 Entry Point: 88002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_ap325rxa_defconfig_sh4 # Build took: 0:00:22.206053