mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
Because the BUSTED scenario intentionally executes too-short readers, this commit enables the RCU_TORTURE_TEST_CHK_RDR_STATE, RCU_TORTURE_TEST_LOG_CPU, and RCU_TORTURE_TEST_LOG_GP Kconfig options to test the resulting reader-segment dump. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
CONFIG_RCU_TRACE=n
|
|
CONFIG_SMP=y
|
|
CONFIG_NR_CPUS=4
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_RCU_TORTURE_TEST_CHK_RDR_STATE=y
|
|
CONFIG_RCU_TORTURE_TEST_LOG_CPU=y
|
|
CONFIG_RCU_TORTURE_TEST_LOG_GP=y
|