]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Aug 2026 17:31:05 +0000 (10:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Aug 2026 17:31:05 +0000 (10:31 -0700)
commit9da3fc37f5fe8b5adc0c6dd798d2caa3855dac4c
tree625f8a4ca1eec67fce40f733cadc6d9d13117a62
parent16429bb371999e26b243f6462234d841d271c5f1
parent42c5ca1f0a288a52878bd72a5595b08261057438
Merge tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fixes from Borislav Petkov:

 - Prevent the use of exited events as group leaders

 - Avoid use-after-free of an event's group leader by promoting detached
   sibling events to standalone entities and correct related accounting
   and state transitions

* tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/core: Fix group leader use-after-free after sibling detach
  perf: Reject exited events as group leaders