# 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_ppc44x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc44x_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc44x_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_ppc44x_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_ppc44x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/arch/powerpc/boot/dts/virtex440-ml510.dts:335.37-439.6: Warning (pci_bridge): /plb@0/plbv46-pci@85e00000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/virtex440-ml510.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /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/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/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/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/net/bridge/br_netlink.c: In function 'br_process_vlan_info': /kisskb/src/net/bridge/br_netlink.c:571:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update.isra.93': /kisskb/src/fs/io_uring.c:6687:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1801:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1714:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /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/arch/powerpc/boot/dts/katmai.dts:322.26-361.5: Warning (pci_bridge): /plb/pciex@d00000000: node name is not "pci" or "pcie" /kisskb/src/arch/powerpc/boot/dts/katmai.dts:363.26-402.5: Warning (pci_bridge): /plb/pciex@d20000000: node name is not "pci" or "pcie" /kisskb/src/arch/powerpc/boot/dts/katmai.dts:404.26-443.5: Warning (pci_bridge): /plb/pciex@d40000000: node name is not "pci" or "pcie" arch/powerpc/boot/dts/katmai.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x591c34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5a22b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:44 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2835405 Bytes = 2768.95 KiB = 2.70 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2866810 Bytes = 2799.62 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014e0 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2867087 Bytes = 2799.89 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014d8 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2866440 Bytes = 2799.26 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014cc Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2867313 Bytes = 2800.11 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014c0 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2866494 Bytes = 2799.31 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014ec Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2867280 Bytes = 2800.08 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014e0 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2866213 Bytes = 2799.04 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006014e0 Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2866246 Bytes = 2799.07 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006001bc Image Name: Linux-5.7.0-rc4-15563-gc14cab268 Created: Mon May 11 07:12:45 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2867254 Bytes = 2800.05 KiB = 2.73 MiB Load Address: 00600000 Entry Point: 006000c8 Completed OK # rm -rf /kisskb/build/linus_ppc44x_defconfig_powerpc-gcc4.6 # Build took: 0:00:48.974598