perf/core: Add SRCU annotation for pmus list walk
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 19 Nov 2019 12:14:29 +0000 (13:14 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 17 Dec 2019 12:32:46 +0000 (13:32 +0100)
commit9f0bff1180efc9ea988fed3fd93da7647151ac8b
tree13096867567558a3eb31ceaeb3b4dbc3c04088b7
parent92ca7da4bdc24d63bb0bcd241c11441ddb63b80a
perf/core: Add SRCU annotation for pmus list walk

Since commit
   28875945ba98d ("rcu: Add support for consolidated-RCU reader checking")

there is an additional check to ensure that a RCU related lock is held
while the RCU list is iterated.
This section holds the SRCU reader lock instead.

Add annotation to list_for_each_entry_rcu() that pmus_srcu must be
acquired during the list traversal.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Link: https://lkml.kernel.org/r/20191119121429.zhcubzdhm672zasg@linutronix.de
kernel/events/core.c