mirror of
https://github.com/torvalds/linux.git
synced 2026-04-29 12:02:35 -04:00
Setting CONFIG_MAXSMP=y causes cpumasks to be moved offstack, which introduces the possibility of NULL cpumask_var_t pointers. This commit therefore enables CONFIG_MAXSMP=y in TREE01 to increase test coverage. However, because CONFIG_MAXSMP=y implies 8192 CPUs, we need to use the maxcpus= boot parameter to limit the number of CPUs to something reasonable, which in turn requires updating the scripts to handle this. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
#CHECK#CONFIG_TREE_PREEMPT_RCU=y
|
|
CONFIG_HZ_PERIODIC=n
|
|
CONFIG_NO_HZ_IDLE=y
|
|
CONFIG_NO_HZ_FULL=n
|
|
CONFIG_RCU_FAST_NO_HZ=y
|
|
CONFIG_RCU_TRACE=y
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_MAXSMP=y
|
|
CONFIG_RCU_NOCB_CPU=y
|
|
CONFIG_RCU_NOCB_CPU_ZERO=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_RCU_CPU_STALL_INFO=n
|
|
CONFIG_RCU_CPU_STALL_VERBOSE=n
|
|
CONFIG_RCU_BOOST=n
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|