Skip to content

Commit 9ffc09d

Browse files
paulmckrcuJoel Fernandes
authored andcommitted
rcutorture: Remove MAXSMP and CPUMASK_OFFSTACK from TREE01
Back in the day, rcutorture was about the only thing that tested off-stack CPU masks, but now any arm64 system with more than 256 CPUs tests it full time. In fact, it is necessary to hack the kernel to prevent such a system from testing off-stack CPU masks. This means that there is no longer much point in rcutorture going out of its way to test this. And given the differences in how CPUMASK_OFFSTACK is enabled in x86 and arm64, rcutorture would need to go out of its way. This commit therefore removes CONFIG_CPUMASK_OFFSTACK=y (and the CONFIG_MAXSMP=y required to enable it on x86) from TREE01. Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Joel Fernandes <[email protected]>
1 parent 4b5eb4b commit 9ffc09d

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

tools/testing/selftests/rcutorture/configs/rcu/TREE01

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ CONFIG_NO_HZ_IDLE=y
88
CONFIG_NO_HZ_FULL=n
99
CONFIG_RCU_TRACE=y
1010
CONFIG_HOTPLUG_CPU=y
11-
CONFIG_MAXSMP=y
12-
CONFIG_CPUMASK_OFFSTACK=y
1311
CONFIG_RCU_NOCB_CPU=y
1412
CONFIG_DEBUG_LOCK_ALLOC=n
1513
CONFIG_RCU_BOOST=n

0 commit comments

Comments
 (0)