• P
    rcu: Suppress RCU lockdep warnings during early boot · 54dbf96c
    Paul E. McKenney 提交于
    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: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    Cc: laijs@cn.fujitsu.com
    Cc: dipankar@in.ibm.com
    Cc: mathieu.desnoyers@polymtl.ca
    Cc: josh@joshtriplett.org
    Cc: dvhltc@us.ibm.com
    Cc: niv@us.ibm.com
    Cc: peterz@infradead.org
    Cc: rostedt@goodmis.org
    Cc: Valdis.Kletnieks@vt.edu
    Cc: dhowells@redhat.com
    LKML-Reference: <1267631219-8713-2-git-send-email-paulmck@linux.vnet.ibm.com>
    [ v2: removed incomplete debug_lockdep_rcu_update() bits ]
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    54dbf96c
rcupdate.h 14.8 KB