]> asedeno.scripts.mit.edu Git - linux.git/commit
torture: Add tests without slow grace period setup/cleanup
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 9 Nov 2016 00:31:51 +0000 (16:31 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 15 Jan 2017 05:35:37 +0000 (21:35 -0800)
commitcdfc7f1ab5ce5534b9ba8e2b11d393a43b0f11bf
tree4d8f081c6ecb7bd49c7aeac3e8cba5571ed151c1
parent4faf185cee66a3d1384a687406c80a9dc4124e3c
torture: Add tests without slow grace period setup/cleanup

This commit moves CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP,
CONFIG_RCU_TORTURE_TEST_SLOW_INIT, and CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT
from CFcommon to all of the TREE scenarios other than TREE08 and TREE09
in order to do at least some testing without these Kconfig options set.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/configs/rcu/CFcommon
tools/testing/selftests/rcutorture/configs/rcu/TREE01
tools/testing/selftests/rcutorture/configs/rcu/TREE02
tools/testing/selftests/rcutorture/configs/rcu/TREE03
tools/testing/selftests/rcutorture/configs/rcu/TREE04
tools/testing/selftests/rcutorture/configs/rcu/TREE05
tools/testing/selftests/rcutorture/configs/rcu/TREE06
tools/testing/selftests/rcutorture/configs/rcu/TREE07