Skip to content

Commit 3b16e77

Browse files
paulmckrcuNeeraj Upadhyay (AMD)
authored andcommitted
rcutorture: Make BUSTED scenario check and log readers
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 <[email protected]> Signed-off-by: Neeraj Upadhyay (AMD) <[email protected]>
1 parent 8d71351 commit 3b16e77

File tree

1 file changed

+3
-0
lines changed
  • tools/testing/selftests/rcutorture/configs/rcu

1 file changed

+3
-0
lines changed

tools/testing/selftests/rcutorture/configs/rcu/BUSTED

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ CONFIG_HOTPLUG_CPU=y
55
CONFIG_PREEMPT_NONE=n
66
CONFIG_PREEMPT_VOLUNTARY=n
77
CONFIG_PREEMPT=y
8+
CONFIG_RCU_TORTURE_TEST_CHK_RDR_STATE=y
9+
CONFIG_RCU_TORTURE_TEST_LOG_CPU=y
10+
CONFIG_RCU_TORTURE_TEST_LOG_GP=y

0 commit comments

Comments
 (0)