diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-19 23:33:30 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-19 23:33:30 +0200 |
commit | 33cf098770930a9b782d3983e1b0127bdc203216 (patch) | |
tree | e6d8e285b93989a4e39e6f1b9aa47fa75ec28176 /scripts | |
parent | Merge tag 'pwrseq-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/... (diff) | |
parent | syscalls: Fix to add sys_uretprobe to syscall.tbl (diff) | |
download | linux-33cf098770930a9b782d3983e1b0127bdc203216.tar.xz linux-33cf098770930a9b782d3983e1b0127bdc203216.zip |
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 |