summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>2024-07-19 14:35:51 +0900
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>2024-07-19 14:35:51 +0900
commit5c28424e9a348f95e3c634fe2ed6da8af29cc870 (patch)
tree38ce8d879e5e60c2ea1e22c28db4c9e87d19101c /scripts
parent720261cfc7329406a50c2a8536e0039b9dd9a4e5 (diff)
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 <sfr@canb.auug.org.au> Closes: https://lore.kernel.org/all/20240719102824.1e086a40@canb.auug.org.au/ Fixes: 63ded110979b ("uprobe: Change uretprobe syscall scope and number") Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/syscall.tbl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/syscall.tbl b/scripts/syscall.tbl
index 797e20ea99a2..591d85e8ca7e 100644
--- a/scripts/syscall.tbl
+++ b/scripts/syscall.tbl
@@ -402,3 +402,4 @@
460 common lsm_set_self_attr sys_lsm_set_self_attr
461 common lsm_list_modules sys_lsm_list_modules
462 common mseal sys_mseal
+467 common uretprobe sys_uretprobe