diff options
| author | Linus Torvalds <[email protected]> | 2024-03-23 21:17:37 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2024-03-23 21:17:37 +0000 |
| commit | 976b029d06607f98f4156d8690d447ea8ed61c84 (patch) | |
| tree | 389f036711f7764ffeeaaf18b10cc29356285874 /tools/perf/scripts/python/sctop.py | |
| parent | Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... (diff) | |
| parent | entry: Respect changes to system call number by trace_sys_enter() (diff) | |
| download | kernel-976b029d06607f98f4156d8690d447ea8ed61c84.tar.gz kernel-976b029d06607f98f4156d8690d447ea8ed61c84.zip | |
Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core entry fix from Thomas Gleixner:
"A single fix for the generic entry code:
The trace_sys_enter() tracepoint can modify the syscall number via
kprobes or BPF in pt_regs, but that requires that the syscall number
is re-evaluted from pt_regs after the tracepoint.
A seccomp fix in that area removed the re-evaluation so the change
does not take effect as the code just uses the locally cached number.
Restore the original behaviour by re-evaluating the syscall number
after the tracepoint"
* tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
entry: Respect changes to system call number by trace_sys_enter()
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
