Przeglądaj źródła

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>
Paul E. McKenney 11 lat temu
rodzic
commit
a1be00d953

+ 8 - 0
tools/testing/selftests/rcutorture/configs/BUSTED

@@ -0,0 +1,8 @@
+CONFIG_RCU_TRACE=n
+CONFIG_SMP=y
+CONFIG_NR_CPUS=4
+CONFIG_HOTPLUG_CPU=y
+CONFIG_PREEMPT_NONE=n
+CONFIG_PREEMPT_VOLUNTARY=n
+CONFIG_PREEMPT=y
+CONFIG_PRINTK_TIME=y

+ 1 - 0
tools/testing/selftests/rcutorture/configs/BUSTED.boot

@@ -0,0 +1 @@
+rcutorture.torture_type=rcu_busted