]> Git Repo - linux.git/commitdiff
syscalls: Fix to add sys_uretprobe to syscall.tbl
authorMasami Hiramatsu (Google) <[email protected]>
Fri, 19 Jul 2024 05:35:51 +0000 (14:35 +0900)
committerMasami Hiramatsu (Google) <[email protected]>
Fri, 19 Jul 2024 05:35:51 +0000 (14:35 +0900)
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: 63ded110979b ("uprobe: Change uretprobe syscall scope and number")
Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
scripts/syscall.tbl

index 797e20ea99a2d53cf01def5802cd648a9db2f0ba..591d85e8ca7e357ac80ab99eecfcba4cc2985423 100644 (file)
 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
This page took 0.055915 seconds and 4 git commands to generate.