Skip to content

Commit e071424

Browse files
committed
rcutorture: Add 100-CPU configuration
The small-system rcutorture configurations have served us well for a great many years, but it is now time to add a larger one. This commit does just that, but does not add it to the defaults in CFLIST. This allows the kvm.sh argument '--configs "4*CFLIST TREE10" to run four instances of each of the default configurations concurrently with one instance of the large configuration. Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 8171d3e commit e071424

File tree

1 file changed

+18
-0
lines changed
  • tools/testing/selftests/rcutorture/configs/rcu

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
CONFIG_SMP=y
2+
CONFIG_NR_CPUS=100
3+
CONFIG_PREEMPT_NONE=y
4+
CONFIG_PREEMPT_VOLUNTARY=n
5+
CONFIG_PREEMPT=n
6+
#CHECK#CONFIG_TREE_RCU=y
7+
CONFIG_HZ_PERIODIC=n
8+
CONFIG_NO_HZ_IDLE=y
9+
CONFIG_NO_HZ_FULL=n
10+
CONFIG_RCU_FAST_NO_HZ=n
11+
CONFIG_RCU_TRACE=n
12+
CONFIG_RCU_NOCB_CPU=n
13+
CONFIG_DEBUG_LOCK_ALLOC=n
14+
CONFIG_PROVE_LOCKING=n
15+
#CHECK#CONFIG_PROVE_RCU=n
16+
CONFIG_DEBUG_OBJECTS=n
17+
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
18+
CONFIG_RCU_EXPERT=n

0 commit comments

Comments
 (0)