mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
This commit adds an SRCU-t rcutorture scenario for the new Tiny SRCU implementation, removing the need to pass the --bootargs parameter to kvm.sh to run Tiny SRCU tests. This commit also adds SRCU-t to the set of scenarios that are run by default. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
CONFIG_SMP=n
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
#CHECK#CONFIG_TINY_SRCU=y
|
|
CONFIG_RCU_TRACE=n
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_DEBUG_ATOMIC_SLEEP=y
|
|
#CHECK#CONFIG_PREEMPT_COUNT=y
|