diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-19 14:33:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-19 14:33:30 -0700 |
commit | 33cf098770930a9b782d3983e1b0127bdc203216 (patch) | |
tree | e6d8e285b93989a4e39e6f1b9aa47fa75ec28176 /scripts | |
parent | 9c67f9084af3f84e63abb44b82316fe0dbccd5d5 (diff) | |
parent | 5c28424e9a348f95e3c634fe2ed6da8af29cc870 (diff) |
Merge tag 'probes-fixes-v6.11-pre-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull uprobe fix from Masami Hiramatsu:
- Add sys_uretprobe entry to scripts/syscall.tbl.
* tag 'probes-fixes-v6.11-pre-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
syscalls: Fix to add sys_uretprobe to syscall.tbl
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/syscall.tbl | 1 |
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 |