diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-07-21 08:18:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-07-21 08:18:27 -0700 |
| commit | cdb65777c47eb384023aa4df71148e04c204f92d (patch) | |
| tree | e5b1e604852e04777bdea1b32b213710895db44d /tools/include/linux | |
| parent | 51f247c4b293b470723e69a321e2cc5ecf9080db (diff) | |
| parent | f418d68d71fd4a0a9cef92377bc8c4c3334b5b53 (diff) | |
| download | linux-cdb65777c47eb384023aa4df71148e04c204f92d.tar.gz linux-cdb65777c47eb384023aa4df71148e04c204f92d.zip | |
Merge tag 'probes-fixes-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull probes fixes from Masami Hiramatsu:
- Avoid temporary buffer truncation in match_command_args()
Compare argument name, delimiter, and comm expression directly
instead of formatting into a stack buffer to prevent false
matching failures
- Prevent out-of-bounds write in __trace_probe_log_err()
Return early when trace_probe_log.argc is zero to prevent
out-of-bounds access when constructing the formatted error
command string
- Fix potential underflow in LEN_OR_ZERO macro
Ensure buffer length is greater than current position before
subtraction to prevent unsigned size underflow when formatting
print strings
- Fix exact system name matching in eprobe_dyn_event_match()
Check system name null-termination to avoid partial prefix
matching when comparing event probe target system names
* tag 'probes-fixes-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()
tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
tracing/probes: Avoid temporary buffer truncation in trace_probe_match_command_args()
Diffstat (limited to 'tools/include/linux')
0 files changed, 0 insertions, 0 deletions
