# git rev-parse -q --verify c14cab2688d09b851349acbb83e5fce8e0d4ca42^{commit} c14cab2688d09b851349acbb83e5fce8e0d4ca42 already have revision, skipping fetch # git checkout -q -f -B kisskb c14cab2688d09b851349acbb83e5fce8e0d4ca42 # git clean -qxdf # < git log -1 # commit c14cab2688d09b851349acbb83e5fce8e0d4ca42 # Merge: 8b00083219af fb9cbbc895eb # Author: Linus Torvalds # Date: Sun May 10 11:59:53 2020 -0700 # # Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Thomas Gleixner: # "A set of fixes for x86: # # - Ensure that direct mapping alias is always flushed when changing # page attributes. The optimization for small ranges failed to do so # when the virtual address was in the vmalloc or module space. # # - Unbreak the trace event registration for syscalls without arguments # caused by the refactoring of the SYSCALL_DEFINE0() macro. # # - Move the printk in the TSC deadline timer code to a place where it # is guaranteed to only be called once during boot and cannot be # rearmed by clearing warn_once after boot. If it's invoked post boot # then lockdep rightfully complains about a potential deadlock as the # calling context is different. # # - A series of fixes for objtool and the ORC unwinder addressing # variety of small issues: # # - Stack offset tracking for indirect CFAs in objtool ignored # subsequent pushs and pops # # - Repair the unwind hints in the register clearing entry ASM code # # - Make the unwinding in the low level exit to usermode code stop # after switching to the trampoline stack. The unwind hint is no # longer valid and the ORC unwinder emits a warning as it can't # find the registers anymore. # # - Fix unwind hints in switch_to_asm() and rewind_stack_do_exit() # which caused objtool to generate bogus ORC data. # # - Prevent unwinder warnings when dumping the stack of a # non-current task as there is no way to be sure about the # validity because the dumped stack can be a moving target. # # - Make the ORC unwinder behave the same way as the frame pointer # unwinder when dumping an inactive tasks stack and do not skip # the first frame. # # - Prevent ORC unwinding before ORC data has been initialized # # - Immediately terminate unwinding when a unknown ORC entry type # is found. # # - Prevent premature stop of the unwinder caused by IRET frames. # # - Fix another infinite loop in objtool caused by a negative # offset which was not catched. # # - Address a few build warnings in the ORC unwinder and add # missing static/ro_after_init annotations" # # * tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULES # x86/apic: Move TSC deadline timer debug printk # ftrace/x86: Fix trace event registration for syscalls without arguments # x86/mm/cpa: Flush direct map alias during cpa # objtool: Fix infinite loop in for_offset_range() # x86/unwind/orc: Fix premature unwind stoppage due to IRET frames # x86/unwind/orc: Fix error path for bad ORC entry type # x86/unwind/orc: Prevent unwinding before ORC initialization # x86/unwind/orc: Don't skip the first frame for inactive tasks # x86/unwind: Prevent false warnings for non-current tasks # x86/unwind/orc: Convert global variables to static # x86/entry/64: Fix unwind hints in rewind_stack_do_exit() # x86/entry/64: Fix unwind hints in __switch_to_asm() # x86/entry/64: Fix unwind hints in kernel exit path # x86/entry/64: Fix unwind hints in register clearing code # objtool: Fix stack offset tracking for indirect CFAs # < /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 c14cab2688d09b851349acbb83e5fce8e0d4ca42 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- migor_defconfig # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 8 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4-gcc4.6 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/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:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /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/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1676:3: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c:1652:6: note: 'oldval' was declared here /kisskb/src/fs/io-wq.c: In function 'io_wq_cancel_cb': /kisskb/src/fs/io-wq.c:938:21: warning: 'work' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6687:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:396:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:369: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 *' mm/page_alloc.o: In function `get_page_from_freelist': page_alloc.c:(.text+0x3474): undefined reference to `node_reclaim_distance' make[1]: *** [/kisskb/src/Makefile:1113: vmlinux] Error 1 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 8 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4-gcc4.6 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_migor_defconfig_sh4-gcc4.6 # Build took: 0:00:55.146635