powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 1 Dec 2022 16:14:42 +0000 (11:14 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 2 Dec 2022 09:57:09 +0000 (20:57 +1100)
commitad050d2390fccb22aa3e6f65e11757ce7a5a7ca5
tree991591f3c759e4aa0c3168fad2e05abdc5ce84d1
parent7cd882df9485988f7d9b3fae04fde4e95a4c7a74
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: stable@vger.kernel.org # v5.7+
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221201161442.2127231-1-mjeanson@efficios.com
arch/powerpc/include/asm/ftrace.h