aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-01-14 16:11:04 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-03-08 14:21:40 -0800
commite2b949d54392ad890bb10fb8954d967e2fcd7503 (patch)
treea8c636bd3e1836857590cb5bcd03c0305d9f1dcf /tools/testing/selftests/rcutorture/configs
parentrcu: Expedite deboost in case of deferred quiescent state (diff)
downloadlinux-dev-e2b949d54392ad890bb10fb8954d967e2fcd7503.tar.xz
linux-dev-e2b949d54392ad890bb10fb8954d967e2fcd7503.zip
rcutorture: Make TREE03 use real-time tree.use_softirq setting
TREE03 tests RCU priority boosting, which is a real-time feature. It would also be good if it tested something closer to what is actually used by the real-time folks. This commit therefore adds tree.use_softirq=0 to the TREE03 kernel boot parameters in TREE03.boot. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs')
-rw-r--r--tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot b/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot
index 1c218944b1e9..64f864f1f361 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot
+++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot
@@ -4,3 +4,4 @@ rcutree.gp_init_delay=3
rcutree.gp_cleanup_delay=3
rcutree.kthread_prio=2
threadirqs
+tree.use_softirq=0