diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-03-16 22:05:00 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-03-16 22:05:00 +0300 |
commit | ad87a8d0c435a97e2bdcf714d7e1a84ab5fda1ad (patch) | |
tree | e04ca63610d115042625053ff1d0a90d4b770016 /tools/perf/tests/bp_signal_overflow.c | |
parent | cb82ca153949c6204af793de24b18a04236e79fd (diff) | |
parent | 0b4ffbe4888a2c71185eaf5c1a02dd3586a9bc04 (diff) | |
download | linux-ad87a8d0c435a97e2bdcf714d7e1a84ab5fda1ad.tar.xz |
Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing fix from Steven Rostedt:
"Fix ref count of trace_array in error path of histogram file open
Tracing instances have a ref count to keep them around while files
within their directories are open. This prevents them from being
deleted while they are used.
The histogram code had some files that needed to take the ref count
and that was added, but the error paths did not decrement the ref
counts. This caused the instances from ever being removed if a
histogram file failed to open due to some error"
* tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
tracing: Correct the refcount if the hist/hist_debug file fails to open
Diffstat (limited to 'tools/perf/tests/bp_signal_overflow.c')
0 files changed, 0 insertions, 0 deletions