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)
commit2b18593e4b9f5781a7683fca256036515bd9b946
tree8d43f623e20a248cef69995cf5c62b58fead671c
parent59c80f053d50467758c8284348b463fa820b1b1f
parent68e3c69803dada336893640110cb87221bb01dcf
Merge tag 'perf_urgent_for_v5.19_rc7' of git://git./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()