# git rev-parse -q --verify 77072ca59fddcb8cefd2cbf5382cfa39c5a10442^{commit} 77072ca59fddcb8cefd2cbf5382cfa39c5a10442 already have revision, skipping fetch # git checkout -q -f -B kisskb 77072ca59fddcb8cefd2cbf5382cfa39c5a10442 # git clean -qxdf # < git log -1 # commit 77072ca59fddcb8cefd2cbf5382cfa39c5a10442 # Merge: 2dd3f7c9 f5e350f # Author: Linus Torvalds # Date: Sun Jun 24 06:33:54 2018 +0800 # # Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # # - Further timeout fixes. We aren't quite there yet, so expect another # round of fixes for that to completely close some of the IRQ vs # completion races. (Christoph/Bart) # # - Set of NVMe fixes from the usual suspects, mostly error handling # # - Two off-by-one fixes (Dan) # # - Another bdi race fix (Jan) # # - Fix nbd reconfigure with NBD_DISCONNECT_ON_CLOSE (Doron) # # * tag 'for-linus-20180623' of git://git.kernel.dk/linux-block: # blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONE # bdi: Fix another oops in wb_workfn() # lightnvm: Remove depends on HAS_DMA in case of platform dependency # nvme-pci: limit max IO size and segments to avoid high order allocations # nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl # nvme-fc: release io queues to allow fast fail # nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. # block: sed-opal: Fix a couple off by one bugs # blk-mq-debugfs: Off by one in blk_mq_rq_state_name() # nvmet: reset keep alive timer in controller enable # nvme-rdma: don't override opts->queue_size # nvme-rdma: Fix command completion race at error recovery # nvme-rdma: fix possible free of a non-allocated async event buffer # nvme-rdma: fix possible double free condition when failing to create a controller # Revert "block: Add warning for bi_next not NULL in bio_endio()" # block: fix timeout changes for legacy request drivers # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 77072ca59fddcb8cefd2cbf5382cfa39c5a10442 # < make -s -j 80 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- kfr2r09_defconfig # make -s -j 80 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. 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] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq 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/net/Makefile:24: CC cannot link executables. Skipping bpfilter. /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:339: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 *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_kfr2r09_defconfig_sh4 # Build took: 0:00:32.549239