[PATCH 0/2] uprobe: Fix uretprobe syscall wiring

From: Jiri Olsa
Date: Fri Jul 12 2024 - 09:52:44 EST


hi,
the uretprobe syscall clashed in linux-next tree with xattrat syscalls,
so after discussing with Arnd, changing the syscall number to 467.

I'm also changing the ABI to 'common' which will ease up the global
scripts/syscall.tbl management.

I split the change into syscall_64.tbl and selftest change, but it could
be merged together if needed.

The patches are based on:
https://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes/for-next

thanks,
jirka


---
Jiri Olsa (2):
uprobe: Change uretprobe syscall scope and number
selftests/bpf: Change uretprobe syscall number in uprobe_syscall test

arch/x86/entry/syscalls/syscall_64.tbl | 2 +-
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)