]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Introduce rcutorture testing for rcu_barrier()
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 21 Feb 2012 01:51:45 +0000 (17:51 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 25 Apr 2012 03:55:39 +0000 (20:55 -0700)
commit6076c39192d8594efdeade62d04edc2cce2ec9a6
tree812f16afe141b4e772ba1f2c50bb3ddfa0790e63
parent37e377d2823e03528cb64f435d7c0e30b1c668eb
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 <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/torture.txt
kernel/rcutorture.c