]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Sep 2021 20:22:40 +0000 (13:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Sep 2021 20:22:40 +0000 (13:22 -0700)
commit07e5691e1996f5939278a1d329c04fca0da85c73
treea2a5221b4a303bc0dbdf574d34c4b84fca82f08b
parentde5921883365f9e50aa4cdb32e54913f33a7b9a2
parentdd5c083ca2a2b7edd4bf0c787f2f17c81078e9d6
Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf event fix from Thomas Gleixner:
 "A single fix for the perf core where a value read with READ_ONCE() was
  checked and then reread which makes all the checks invalid. Reuse the
  already read value instead"

* tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  events: Reuse value read using READ_ONCE instead of re-reading it