commit | fae4b54f28f034d228fa3bfc98858c698b64e89c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <[email protected]> | Mon Feb 20 17:51:45 2012 -0800 |
committer | Paul E. McKenney <[email protected]> | Mon Apr 30 10:48:18 2012 -0700 |
tree | 1259258956ba9d30eba6360083214e145ec19813 | |
parent | 37e377d2823e03528cb64f435d7c0e30b1c668eb [diff] |
rcu: Introduce rcutorture testing for rcu_barrier() Although rcutorture does invoke rcu_barrier() and friends, it cannot really be called a torture test given that it invokes them only once at the end of the test. This commit therefore introduces heavy-duty rcutorture testing for rcu_barrier(), which may be carried out concurrently with normal rcutorture testing. Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>