# 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/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 c14cab2688d09b851349acbb83e5fce8e0d4ca42 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /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/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2189:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1774:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598: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:1859:6: warning: 'ret' 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/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:624:23: warning: 'errno' 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/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca65ec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc95e54) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:52 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6096635 Bytes = 5953.75 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:52 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6065187 Bytes = 5923.03 KiB = 5.78 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6096769 Bytes = 5953.88 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6097873 Bytes = 5954.95 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6096873 Bytes = 5953.98 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6097009 Bytes = 5954.11 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6098179 Bytes = 5955.25 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6097772 Bytes = 5954.86 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6096539 Bytes = 5953.65 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6097777 Bytes = 5954.86 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6098138 Bytes = 5955.21 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6097857 Bytes = 5954.94 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6098236 Bytes = 5955.31 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:55 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6098157 Bytes = 5955.23 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6097871 Bytes = 5954.95 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:11:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6098155 Bytes = 5955.23 KiB = 5.82 MiB Load Address: 00d00000 Entry Point: 00d002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:46.343375