diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-06-30 08:57:57 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-07-15 14:47:19 -0700 |
commit | 5be5d1a11775fadc6104789fad72fae46dff348e (patch) | |
tree | 9a6590a42b2615fc745759e1ac146471388d72c5 /tools/testing/selftests/rcutorture | |
parent | 3a0af333415830d2a0ca77de832336af5aadced4 (diff) | |
download | linux-5be5d1a11775fadc6104789fad72fae46dff348e.tar.bz2 |
rcutorture: Add RCU-tasks qualifier to dereference
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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture')
0 files changed, 0 insertions, 0 deletions