mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
This commit adjusts the scftorture PREEMPT and NOPREEMPT scenarios to account for the TASKS_RCU Kconfig option being explicitly selected rather than computed in isolation. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
CONFIG_HZ_PERIODIC=n
|
|
CONFIG_NO_HZ_IDLE=n
|
|
CONFIG_NO_HZ_FULL=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_PROVE_LOCKING=n
|
|
CONFIG_KPROBES=n
|
|
CONFIG_FTRACE=n
|