Re: [PATCH 1/2] uprobe: Change uretprobe syscall scope and number

2024-07-24 Thread Arnd Bergmann
On Wed, Jul 24, 2024, at 09:46, Dmitry V. Levin wrote: > On Fri, Jul 12, 2024 at 03:52:27PM +0200, Jiri Olsa wrote: >> diff --git a/arch/x86/entry/syscalls/syscall_64.tbl >> b/arch/x86/entry/syscalls/syscall_64.tbl >> index 6452c2ec469a..dabf1982de6d 100644 >> --- a/arch/x86/entry/syscalls/syscall

Re: [PATCH 1/2] uprobe: Change uretprobe syscall scope and number

2024-07-24 Thread Dmitry V. Levin
On Fri, Jul 12, 2024 at 03:52:27PM +0200, Jiri Olsa wrote: > After discussing with Arnd [1] it's preferable to change uretprobe > syscall number to 467 to omit the merge conflict with xattrat syscalls. > > Also changing the ABI to 'common' which will ease up the global > scripts/syscall.tbl manage

Re: [PATCH 1/2] uprobe: Change uretprobe syscall scope and number

2024-07-12 Thread Andrii Nakryiko
On Fri, Jul 12, 2024 at 6:52 AM Jiri Olsa wrote: > > After discussing with Arnd [1] it's preferable to change uretprobe > syscall number to 467 to omit the merge conflict with xattrat syscalls. > > Also changing the ABI to 'common' which will ease up the global > scripts/syscall.tbl management. On