]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Jul 2022 15:34:02 +0000 (08:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Jul 2022 15:34:02 +0000 (08:34 -0700)
commitbcf5a6850d4af8c18e74ab8b0ff260b34bab5572
tree8d43f623e20a248cef69995cf5c62b58fead671c
parent1fff0ee71be2e5af128d4f4801ec3f398e859ec2
parent3aed236c67778aea5f5cf150be61ede895f20ed8
Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fix from Borislav Petkov:

 - A single data race fix on the perf event cleanup path to avoid
   endless loops due to insufficient locking

* tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()