diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-09 21:01:12 -0800 |
---|---|---|
committer | Boqun Feng <boqun.feng@gmail.com> | 2023-03-11 18:06:22 -0800 |
commit | 7ff0b54491791bdb99659e73c9851ac398c81416 (patch) | |
tree | e58764a04ce4dc340387d7298606cb750c4e2c37 | |
parent | 808a9d675969382c855acc304c288dfa713d3f9e (diff) | |
download | linux-next-7ff0b54491791bdb99659e73c9851ac398c81416.tar.gz |
rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
There is now a BOOTPARAM_HOTPLUG_CPU0 Kconfig option that allows CPU 0
to be offlined on x86 systems. This commit therefore sets this option in
the TREE01 rcutorture scenario in order to regularly test this capability.
Reported-by: "Zhang, Qiang1" <qiang1.zhang@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE01 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE01 b/tools/testing/selftests/rcutorture/configs/rcu/TREE01 index 8ae41d5f81a3..04831ef1f9b5 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TREE01 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE01 @@ -15,3 +15,4 @@ CONFIG_DEBUG_LOCK_ALLOC=n CONFIG_RCU_BOOST=n CONFIG_DEBUG_OBJECTS_RCU_HEAD=n CONFIG_RCU_EXPERT=y +CONFIG_BOOTPARAM_HOTPLUG_CPU0=y |