mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
The RCU torture tests currently do not run any Tiny RCU scenarios for CONFIG_DEBUG_OBJECTS_RCU_HEAD=y. This is a hole in the test, given that someone might need this in real life and given that Tiny RCU uses different callback-handling code than does Tree RCU. This commit therefore enables this Kconfig option for scenario TINY02. Reported-by: "Ahmed, Iftekhar" <ahmedi@oregonstate.edu> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
CONFIG_SMP=n
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
#CHECK#CONFIG_TINY_RCU=y
|
|
CONFIG_HZ_PERIODIC=y
|
|
CONFIG_NO_HZ_IDLE=n
|
|
CONFIG_NO_HZ_FULL=n
|
|
CONFIG_RCU_TRACE=y
|
|
CONFIG_PROVE_LOCKING=y
|
|
CONFIG_PROVE_RCU_REPEATEDLY=y
|
|
#CHECK#CONFIG_PROVE_RCU=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
|
|
CONFIG_PREEMPT_COUNT=y
|