Skip to content

Commit b409afe

Browse files
committed
rcutorture: Correct name of use_softirq module parameter
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: e2b949d ("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]>
1 parent f8619c3 commit b409afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/testing/selftests/rcutorture/configs/rcu/BUSTED-BOOST.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ rcutree.gp_init_delay=3
55
rcutree.gp_cleanup_delay=3
66
rcutree.kthread_prio=2
77
threadirqs
8-
tree.use_softirq=0
8+
rcutree.use_softirq=0

tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rcutree.gp_init_delay=3
44
rcutree.gp_cleanup_delay=3
55
rcutree.kthread_prio=2
66
threadirqs
7-
tree.use_softirq=0
7+
rcutree.use_softirq=0

0 commit comments

Comments
 (0)