diff options
author | Paul E. McKenney <[email protected]> | 2010-03-03 07:46:57 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-03-04 12:09:19 +0100 |
commit | 54dbf96c921513bf98484a20ef366d51944a4c4d (patch) | |
tree | cb88fa12a8ac0e7cc8c6380781c46d1c6149c027 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 8d53dd546f36073e0d29b0cfc24c665db301e3e7 (diff) |
rcu: Suppress RCU lockdep warnings during early boot
RCU is used during very early boot, before RCU and lockdep have
been initialized. So make the underlying primitives
(rcu_read_lock_held(), rcu_read_lock_bh_held(),
rcu_read_lock_sched_held(), and rcu_dereference_check()) check
for early boot via the rcu_scheduler_active flag. This will
suppress false positives.
Also introduce a debug_lockdep_rcu_enabled() static inline
helper function, which tags the CONTINUE_PROVE_RCU case as
likely(), as suggested by Ingo Molnar.
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <[email protected]>
[ v2: removed incomplete debug_lockdep_rcu_update() bits ]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions