Skip to content

Commit 8afeb54

Browse files
committed
rcuscale: Add CONFIG_PREEMPT_DYNAMIC=n to TRACE01 scenario
It is no longer possible to build a kernel with a preemption-disabled RCU without use of CONFIG_PREEMPT_DYNAMIC=n. This commit therefore adds CONFIG_PREEMPT_DYNAMIC=n to the rcuscale torture type's TRACE01 scenario file. Signed-off-by: Paul E. McKenney <[email protected]>
1 parent e60c122 commit 8afeb54

File tree

1 file changed

+2
-0
lines changed
  • tools/testing/selftests/rcutorture/configs/rcuscale

1 file changed

+2
-0
lines changed

tools/testing/selftests/rcutorture/configs/rcuscale/TRACE01

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ CONFIG_SMP=y
22
CONFIG_PREEMPT_NONE=y
33
CONFIG_PREEMPT_VOLUNTARY=n
44
CONFIG_PREEMPT=n
5+
CONFIG_PREEMPT_DYNAMIC=n
6+
#CHECK#CONFIG_TREE_RCU=y
57
CONFIG_HZ_PERIODIC=n
68
CONFIG_NO_HZ_IDLE=y
79
CONFIG_NO_HZ_FULL=n

0 commit comments

Comments
 (0)