]> Git Repo - linux.git/commitdiff
rcutorture: Correct name of use_softirq module parameter
authorPaul E. McKenney <[email protected]>
Tue, 21 Mar 2023 23:40:08 +0000 (16:40 -0700)
committerPaul E. McKenney <[email protected]>
Thu, 11 May 2023 20:48:33 +0000 (13:48 -0700)
The BUSTED-BOOST and TREE03 scenarios specify a mythical tree.use_softirq
module parameter, which means a failure to get full test coverage.  This
commit therefore corrects the name to rcutree.use_softirq.

Fixes: e2b949d54392 ("rcutorture: Make TREE03 use real-time tree.use_softirq setting")
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Joel Fernandes (Google) <[email protected]>
tools/testing/selftests/rcutorture/configs/rcu/BUSTED-BOOST.boot
tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot

index f57720c52c0f9353871777d96b49a16b73800d82..84f6bb98ce993ee3a61faafc86f35d362cc6d84f 100644 (file)
@@ -5,4 +5,4 @@ rcutree.gp_init_delay=3
 rcutree.gp_cleanup_delay=3
 rcutree.kthread_prio=2
 threadirqs
-tree.use_softirq=0
+rcutree.use_softirq=0
index 64f864f1f361fd9e8cef725e3df93aa945c82a22..8e50bfd4b710d3f17b6d6a99a60752d321bef4d1 100644 (file)
@@ -4,4 +4,4 @@ rcutree.gp_init_delay=3
 rcutree.gp_cleanup_delay=3
 rcutree.kthread_prio=2
 threadirqs
-tree.use_softirq=0
+rcutree.use_softirq=0
This page took 0.060353 seconds and 4 git commands to generate.