• Paul E. McKenney's avatar
    rcutorture: Add RCU-tasks qualifier to dereference · 5be5d1a1
    Paul E. McKenney authored
    Although RCU-tasks isn't really designed to support rcu_dereference()
    and list manipulation, that is how rcutorture tests it.  Which means
    that lockdep-RCU complains about the rcu_dereference_check() invocations
    because RCU-tasks doesn't have read-side markers.  This commit therefore
    creates a torturing_tasks() to silence the lockdep-RCU complaints from
    rcu_dereference_check() when RCU-tasks is being tortured.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    5be5d1a1
rcutorture.c 53.8 KB