summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs/TREE05
diff options
context:
space:
mode:
authorPaul E. McKenney2013-09-30 21:32:45 +0200
committerPaul E. McKenney2013-12-03 19:11:13 +0100
commit27ac1ddf214741d152909f89981ee2bdf16318c9 (patch)
treeea72287365da81d8d310bfb3eeb9058bff96051f /tools/testing/selftests/rcutorture/configs/TREE05
parentrcutorture: Add SRCU Kconfig-fragment files (diff)
downloadkernel-qcow2-linux-27ac1ddf214741d152909f89981ee2bdf16318c9.tar.gz
kernel-qcow2-linux-27ac1ddf214741d152909f89981ee2bdf16318c9.tar.xz
kernel-qcow2-linux-27ac1ddf214741d152909f89981ee2bdf16318c9.zip
rcutorture: Refactor TREE_RCU test cases
The TREE_RCU test cases were first put in place many years ago, and have been incrementally modified rather than being reworked. This commit therefore completes a long-overdue reworking of the TREE_RCU test cases. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Greg KH <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/TREE05')
-rw-r--r--tools/testing/selftests/rcutorture/configs/TREE0525
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/TREE05 b/tools/testing/selftests/rcutorture/configs/TREE05
new file mode 100644
index 000000000000..b5ba72ea25cb
--- /dev/null
+++ b/tools/testing/selftests/rcutorture/configs/TREE05
@@ -0,0 +1,25 @@
+CONFIG_SMP=y
+CONFIG_NR_CPUS=8
+CONFIG_PREEMPT_NONE=y
+CONFIG_PREEMPT_VOLUNTARY=n
+CONFIG_PREEMPT=n
+#CHECK#CONFIG_TREE_RCU=y
+CONFIG_HZ_PERIODIC=n
+CONFIG_NO_HZ_IDLE=y
+CONFIG_NO_HZ_FULL=n
+CONFIG_RCU_FAST_NO_HZ=n
+CONFIG_RCU_TRACE=n
+CONFIG_HOTPLUG_CPU=y
+CONFIG_RCU_FANOUT=6
+CONFIG_RCU_FANOUT_LEAF=6
+CONFIG_RCU_FANOUT_EXACT=n
+CONFIG_RCU_NOCB_CPU=y
+CONFIG_RCU_NOCB_CPU_NONE=y
+CONFIG_DEBUG_LOCK_ALLOC=y
+CONFIG_PROVE_LOCKING=y
+CONFIG_PROVE_RCU=y
+CONFIG_PROVE_RCU_DELAY=y
+CONFIG_RCU_CPU_STALL_INFO=n
+CONFIG_RCU_CPU_STALL_VERBOSE=n
+CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
+CONFIG_PRINTK_TIME=y