commit | 101db7b41d8d6c070278bca1f7bce814ecbf781d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 05 15:36:31 2011 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Dec 11 10:32:21 2011 -0800 |
tree | 10fab4086babc1730381162a540897ab0d7719b5 | |
parent | f220242af98a5248209426f36d93226c3e0f2391 [diff] |
rcu: Add rcutorture tests for srcu_read_lock_raw() This commit adds simple rcutorture tests for srcu_read_lock_raw() and srcu_read_unlock_raw(). It does not test doing srcu_read_lock_raw() in an exception handler and releasing it in the corresponding process context. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>