]> Git Repo - linux.git/commitdiff
Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Sun, 3 Nov 2024 18:13:52 +0000 (08:13 -1000)
committerLinus Torvalds <[email protected]>
Sun, 3 Nov 2024 18:13:52 +0000 (08:13 -1000)
Pull perf fix from Thomas Gleixner:
 "perf_event_clear_cpumask() uses list_for_each_entry_rcu() without
  being in a RCU read side critical section, which triggers a
  'suspicious RCU usage' warning.

  It turns out that the list walk does not be RCU protected because the
  write side lock is held in this context.

  Change it to a regular list walk"

* tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf: Fix missing RCU reader protection in perf_event_clear_cpumask()


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