Skip to content

Commit 5c28424

Browse files
committed
syscalls: Fix to add sys_uretprobe to syscall.tbl
Add sys_uretprobe entry to scripts/syscall.tbl as same as arch/x86/entry/syscalls/syscall_64.tbl. Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Fixes: 63ded11 ("uprobe: Change uretprobe syscall scope and number") Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent 720261c commit 5c28424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/syscall.tbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,4 @@
402402
460 common lsm_set_self_attr sys_lsm_set_self_attr
403403
461 common lsm_list_modules sys_lsm_list_modules
404404
462 common mseal sys_mseal
405+
467 common uretprobe sys_uretprobe

0 commit comments

Comments
 (0)