# 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_44x_bluestone_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/bluestone_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_44x_bluestone_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/powerpc-fixes_44x_bluestone_defconfig_powerpc-gcc5 # Build took: 0:00:37.638734