]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Mar 2025 19:05:00 +0000 (09:05 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Mar 2025 19:05:00 +0000 (09:05 -1000)
commitad87a8d0c435a97e2bdcf714d7e1a84ab5fda1ad
treee04ca63610d115042625053ff1d0a90d4b770016
parentcb82ca153949c6204af793de24b18a04236e79fd
parent0b4ffbe4888a2c71185eaf5c1a02dd3586a9bc04
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