]> Git Repo - linux.git/commitdiff
Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Sun, 19 Sep 2021 20:22:40 +0000 (13:22 -0700)
committerLinus Torvalds <[email protected]>
Sun, 19 Sep 2021 20:22:40 +0000 (13:22 -0700)
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


Trivial merge
This page took 0.053318 seconds and 4 git commands to generate.