mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
rcutorture: Correct name of use_softirq module parameter
[ Upstream commitb409afe026] 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:e2b949d543("rcutorture: Make TREE03 use real-time tree.use_softirq setting") Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c756e8a227
commit
e610497ba1
@@ -5,4 +5,4 @@ rcutree.gp_init_delay=3
|
|||||||
rcutree.gp_cleanup_delay=3
|
rcutree.gp_cleanup_delay=3
|
||||||
rcutree.kthread_prio=2
|
rcutree.kthread_prio=2
|
||||||
threadirqs
|
threadirqs
|
||||||
tree.use_softirq=0
|
rcutree.use_softirq=0
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ rcutree.gp_init_delay=3
|
|||||||
rcutree.gp_cleanup_delay=3
|
rcutree.gp_cleanup_delay=3
|
||||||
rcutree.kthread_prio=2
|
rcutree.kthread_prio=2
|
||||||
threadirqs
|
threadirqs
|
||||||
tree.use_softirq=0
|
rcutree.use_softirq=0
|
||||||
|
|||||||
Reference in New Issue
Block a user