# git rev-parse -q --verify 4443f8e6ac7755cd775c70d08be8042dc2f936cb^{commit} 4443f8e6ac7755cd775c70d08be8042dc2f936cb already have revision, skipping fetch # git checkout -q -f -B kisskb 4443f8e6ac7755cd775c70d08be8042dc2f936cb # git clean -qxdf # < git log -1 # commit 4443f8e6ac7755cd775c70d08be8042dc2f936cb # Merge: b60bc0665e6a a89afe58f1a7 # Author: Linus Torvalds # Date: Sat Apr 13 16:23:16 2019 -0700 # # Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # "Set of fixes that should go into this round. This pull is larger than # I'd like at this time, but there's really no specific reason for that. # Some are fixes for issues that went into this merge window, others are # not. Anyway, this contains: # # - Hardware queue limiting for virtio-blk/scsi (Dongli) # # - Multi-page bvec fixes for lightnvm pblk # # - Multi-bio dio error fix (Jason) # # - Remove the cache hint from the io_uring tool side, since we didn't # move forward with that (me) # # - Make io_uring SETUP_SQPOLL root restricted (me) # # - Fix leak of page in error handling for pc requests (Jérôme) # # - Fix BFQ regression introduced in this merge window (Paolo) # # - Fix break logic for bio segment iteration (Ming) # # - Fix NVMe cancel request error handling (Ming) # # - NVMe pull request with two fixes (Christoph): # - fix the initial CSN for nvme-fc (James) # - handle log page offsets properly in the target (Keith)" # # * tag 'for-linus-20190412' of git://git.kernel.dk/linux-block: # block: fix the return errno for direct IO # nvmet: fix discover log page when offsets are used # nvme-fc: correct csn initialization and increments on error # block: do not leak memory in bio_copy_user_iov() # lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecs # nvme: cancel request synchronously # blk-mq: introduce blk_mq_complete_request_sync() # scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids # virtio-blk: limit number of hw queues by nr_cpu_ids # block, bfq: fix use after free in bfq_bfqq_expire # io_uring: restrict IORING_SETUP_SQPOLL to root # tools/io_uring: remove IOCQE_FLAG_CACHEHIT # block: don't use for-inside-for in bio_for_each_segment_all # < /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 4443f8e6ac7755cd775c70d08be8042dc2f936cb # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_rts7751r2d1_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- rts7751r2d1_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_rts7751r2d1_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1478:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1487:2: warning: #warning syscall io_uring_register 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/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:337:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187: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:2594: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:1855:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /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/ip_output.c: In function '__ip_append_data': /kisskb/src/include/linux/skbuff.h:1397:6: warning: 'extra_uref' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/ip_output.c:885:14: note: 'extra_uref' was declared here /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_rts7751r2d1_defconfig_sh4 # Build took: 0:00:20.889065