aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/code-patching.c
diff options
context:
space:
mode:
authorMichael Jeanson <[email protected]>2022-12-01 16:14:42 +0000
committerMichael Ellerman <[email protected]>2022-12-02 09:57:09 +0000
commitad050d2390fccb22aa3e6f65e11757ce7a5a7ca5 (patch)
tree991591f3c759e4aa0c3168fad2e05abdc5ce84d1 /arch/powerpc/lib/code-patching.c
parentpowerpc/64: Sanitise user registers on interrupt in pseries, POWERNV (diff)
downloadkernel-ad050d2390fccb22aa3e6f65e11757ce7a5a7ca5.tar.gz
kernel-ad050d2390fccb22aa3e6f65e11757ce7a5a7ca5.zip
powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1
In v5.7 the powerpc syscall entry/exit logic was rewritten in C, on PPC64_ELF_ABI_V1 this resulted in the symbols in the syscall table changing from their dot prefixed variant to the non-prefixed ones. Since ftrace prefixes a dot to the syscall names when matching them to build its syscall event list, this resulted in no syscall events being available. Remove the PPC64_ELF_ABI_V1 specific version of arch_syscall_match_sym_name to have the same behavior across all powerpc variants. Fixes: 68b34588e202 ("powerpc/64/sycall: Implement syscall entry/exit logic in C") Cc: [email protected] # v5.7+ Signed-off-by: Michael Jeanson <[email protected]> Reviewed-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions