mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 14:54:23 +08:00
e1eb075ccf
Currently, the CONFIG_PREEMPT_NONE=y rcutorture TRACE01 rcutorture scenario enables lockdep. This limits its ability to find bugs due to non-preemptible sections of code being RCU readers, and pretty much all code thus appearing to lockdep to be an RCU reader. This commit therefore moves lockdep testing to the CONFIG_PREEMPT=y rcutorture TRACE02 scenario. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=4
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_PREEMPT_NONE=y
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_PROVE_LOCKING=n
|
|
#CHECK#CONFIG_PROVE_RCU=n
|
|
CONFIG_TASKS_TRACE_RCU_READ_MB=y
|
|
CONFIG_RCU_EXPERT=y
|