# git rev-parse -q --verify b226c9e1f4cb23bf6fa6c74af361e5136cb5804c^{commit} b226c9e1f4cb23bf6fa6c74af361e5136cb5804c already have revision, skipping fetch # git checkout -q -f -B kisskb b226c9e1f4cb23bf6fa6c74af361e5136cb5804c # git clean -qxdf # < git log -1 # commit b226c9e1f4cb23bf6fa6c74af361e5136cb5804c # Merge: 875fef493f21 dcb77e4b274b # Author: Linus Torvalds # Date: Fri Nov 15 13:02:34 2019 -0800 # # Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # "A few fixes that should make it into this release. This contains: # # - io_uring: # - The timeout command assumes sequence == 0 means that we want # one completion, but this kind of overloading is unfortunate as # it prevents users from doing a pure time based wait. Since # this operation was introduced in this cycle, let's correct it # now, while we can. (me) # - One-liner to fix an issue with dependent links and fixed # buffer reads. The actual IO completed fine, but the link got # severed since we stored the wrong expected value. (me) # - Add TIMEOUT to list of opcodes that don't need a file. (Pavel) # # - rsxx missing workqueue destry calls. Old bug. (Chuhong) # # - Fix blk-iocost active list check (Jiufei) # # - Fix impossible-to-hit overflow merge condition, that still hit some # folks very rarely (Junichi) # # - Fix bfq hang issue from 5.3. This didn't get marked for stable, but # will go into stable post this merge (Paolo)" # # * tag 'for-linus-20191115' of git://git.kernel.dk/linux-block: # rsxx: add missed destroy_workqueue calls in remove # iocost: check active_list of all the ancestors in iocg_activate() # block, bfq: deschedule empty bfq_queues not referred by any process # io_uring: ensure registered buffer import returns the IO length # io_uring: Fix getting file for timeout # block: check bi_size overflow before merge # io_uring: make timeout sequence == 0 mean no sequence # < /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 b226c9e1f4cb23bf6fa6c74af361e5136cb5804c # < make -s -j 32 ARCH=sh O=/kisskb/build/linus_se7722_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7722_defconfig # make -s -j 32 ARCH=sh O=/kisskb/build/linus_se7722_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/mm/vmstat.c: In function 'sysctl_vm_numa_stat_handler': /kisskb/src/mm/vmstat.c:90:5: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /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:204:16: warning: 'old' 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/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1496:5: warning: 'page' 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 *' mm/page_alloc.o: In function `get_page_from_freelist': page_alloc.c:(.text+0x3148): undefined reference to `node_reclaim_distance' make[1]: *** [/kisskb/src/Makefile:1077: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 32 ARCH=sh O=/kisskb/build/linus_se7722_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_se7722_defconfig_sh4 # Build took: 0:00:35.679940