8c0abfd6d2
With CONFIG_PREEMPT_DYNAMIC=y, the kernel builds with CONFIG_PREEMPTION=y because preemption can be enabled at runtime. This prevents any tests of Tiny RCU or Tiny SRCU from running correctly. This commit therefore explicitly sets CONFIG_PREEMPT_DYNAMIC=n for those scenarios. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
CONFIG_SMP=n
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
CONFIG_PREEMPT_DYNAMIC=n
|
|
#CHECK#CONFIG_TINY_SRCU=y
|
|
CONFIG_RCU_TRACE=n
|
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
|
CONFIG_PROVE_LOCKING=y
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_DEBUG_ATOMIC_SLEEP=y
|
|
#CHECK#CONFIG_PREEMPT_COUNT=y
|