]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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>
Mon, 30 Apr 2012 17:48:18 +0000 (10:48 -0700)
commitfae4b54f28f034d228fa3bfc98858c698b64e89c
tree1259258956ba9d30eba6360083214e145ec19813
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