# git rev-parse -q --verify 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd^{commit} 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd already have revision, skipping fetch # git checkout -q -f -B kisskb 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd # git clean -qxdf # < git log -1 # commit 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd # Merge: 273cbf61c3dd 787c79d6393f # Author: Linus Torvalds # Date: Mon Jul 15 21:20:52 2019 -0700 # # Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block # # Pull more block updates from Jens Axboe: # "A later pull request with some followup items. I had some vacation # coming up to the merge window, so certain things items were delayed a # bit. This pull request also contains fixes that came in within the # last few days of the merge window, which I didn't want to push right # before sending you a pull request. # # This contains: # # - NVMe pull request, mostly fixes, but also a few minor items on the # feature side that were timing constrained (Christoph et al) # # - Report zones fixes (Damien) # # - Removal of dead code (Damien) # # - Turn on cgroup psi memstall (Josef) # # - block cgroup MAINTAINERS entry (Konstantin) # # - Flush init fix (Josef) # # - blk-throttle low iops timing fix (Konstantin) # # - nbd resize fixes (Mike) # # - nbd 0 blocksize crash fix (Xiubo) # # - block integrity error leak fix (Wenwen) # # - blk-cgroup writeback and priority inheritance fixes (Tejun)" # # * tag 'for-linus-20190715' of git://git.kernel.dk/linux-block: (42 commits) # MAINTAINERS: add entry for block io cgroup # null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED # block: Limit zone array allocation size # sd_zbc: Fix report zones buffer allocation # block: Kill gfp_t argument of blkdev_report_zones() # block: Allow mapping of vmalloc-ed buffers # block/bio-integrity: fix a memory leak bug # nvme: fix NULL deref for fabrics options # nbd: add netlink reconfigure resize support # nbd: fix crash when the blksize is zero # block: Disable write plugging for zoned block devices # block: Fix elevator name declaration # block: Remove unused definitions # nvme: fix regression upon hot device removal and insertion # blk-throttle: fix zero wait time for iops throttled group # block: Fix potential overflow in blk_report_zones() # blkcg: implement REQ_CGROUP_PUNT # blkcg, writeback: Implement wbc_blkcg_css() # blkcg, writeback: Add wbc->no_cgroup_owner # blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() # ... # < /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 9637d517347e80ee2fe1c5d8ce45ba1b88d8b5cd # < make -s -j 80 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 80 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:331: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.2.0+ Created: Tue Jul 16 20:19:03 2019 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 3395882 Bytes = 3316.29 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:00:42.855483