diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-02-06 12:02:51 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-02-23 12:04:31 -0500 |
commit | a1be00d9533f75bb46b9b64526d5254c6be0f122 (patch) | |
tree | 808296a995ae2ab845a40844bc99138c1797b424 /tools/testing/selftests/rcutorture | |
parent | ff20e251c409da81f2b850c81964908fb4c6fe66 (diff) |
rcutorture: Create config files for scripted test-the-test testing
This commit adds a pair of files in the configs directory to allow
test-the-test runs of rcutorture via a "--configs BUSTED" argument to
the kvm.sh script.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/BUSTED | 8 | ||||
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/BUSTED.boot | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/BUSTED b/tools/testing/selftests/rcutorture/configs/BUSTED new file mode 100644 index 000000000000..46fb6cf30cc2 --- /dev/null +++ b/tools/testing/selftests/rcutorture/configs/BUSTED | |||
@@ -0,0 +1,8 @@ | |||
1 | CONFIG_RCU_TRACE=n | ||
2 | CONFIG_SMP=y | ||
3 | CONFIG_NR_CPUS=4 | ||
4 | CONFIG_HOTPLUG_CPU=y | ||
5 | CONFIG_PREEMPT_NONE=n | ||
6 | CONFIG_PREEMPT_VOLUNTARY=n | ||
7 | CONFIG_PREEMPT=y | ||
8 | CONFIG_PRINTK_TIME=y | ||
diff --git a/tools/testing/selftests/rcutorture/configs/BUSTED.boot b/tools/testing/selftests/rcutorture/configs/BUSTED.boot new file mode 100644 index 000000000000..6804f9dcfc1b --- /dev/null +++ b/tools/testing/selftests/rcutorture/configs/BUSTED.boot | |||
@@ -0,0 +1 @@ | |||
rcutorture.torture_type=rcu_busted | |||