# git rev-parse -q --verify 9ede3728899d26f7bd67fd6b8830d58b9ac1a569^{commit} 9ede3728899d26f7bd67fd6b8830d58b9ac1a569 already have revision, skipping fetch # git checkout -q -f -B kisskb 9ede3728899d26f7bd67fd6b8830d58b9ac1a569 # git clean -qxdf # < git log -1 # commit 9ede3728899d26f7bd67fd6b8830d58b9ac1a569 # Author: Michael Ellerman # Date: Tue Jan 15 16:19:05 2019 +1100 # # powerpc/syscalls: Fix syscall tracing # # Recently in commit fbf508da7440 ("powerpc: split compat syscall table # out from native table") we change the layout of the system call table. # Instead of having two entries for each syscall number, one for the # regular entry point and one for the compat entry point, we now have # separate tables for regular and compat. # # This inadvertently broke syscall tracing (CONFIG_FTRACE_SYSCALLS), # because our implementation of arch_syscall_addr() knew about the # layout of the table (it did nr * 2). # # We can fix it just by dropping our version of arch_syscall_addr() and # using the generic version which does: # # return (unsigned long)sys_call_table[nr]; # # Fixes: fbf508da7440 ("powerpc: split compat syscall table out from native table") # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 9ede3728899d26f7bd67fd6b8830d58b9ac1a569 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc86xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc86xx_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc86xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/boot/dts/fsl/mvme7100.dts:140.22-142.4: Warning (pci_bridge): /pcie@f1008000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:97.7-122.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:107.9-121.4: Warning (pci_bridge): /pcie@f1008000/pcie@0: missing ranges for PCI bridge (or not a bridge) /kisskb/src/arch/powerpc/boot/dts/fsl/mvme7100.dts:144.22-146.4: Warning (pci_bridge): /pcie@f1009000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:124.7-149.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:134.9-148.4: Warning (pci_bridge): /pcie@f1009000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/mvme7100.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/mvme7100.dts:35.11-37.6: Warning (i2c_bus_reg): /soc@f1000000/i2c@3000/rtc@68: missing or empty reg property INFO: Uncompressed kernel (size 0x9f8e0c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xa00000) Image Name: Linux-5.0.0-rc1-g9ede3728899d Created: Tue Jan 15 20:52:15 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4941100 Bytes = 4825.29 KiB = 4.71 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/powerpc-fixes_mpc86xx_defconfig_powerpc-gcc5 # Build took: 0:01:43.906414