Skip to content

Commit

Permalink
rcutorture: Add rcutree.use_softirq=0 to RUDE01 and TASKS01
Browse files Browse the repository at this point in the history
RCU's rcutree.use_softirq=0 kernel boot parameter substitutes the per-CPU
rcuc kthreads for softirq, which is used in real-time installations.
However, none of the rcutorture scenarios test this parameter.
This commit therefore adds rcutree.use_softirq=0 to the RUDE01 and
TASKS01 rcutorture scenarios, both of which indirectly exercise RCU.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
  • Loading branch information
Paul E. McKenney committed Jan 12, 2021
1 parent 1afb95f commit d945f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/rcutorture/configs/rcu/RUDE01.boot
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rcutorture.torture_type=tasks-rude
rcutree.use_softirq=0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rcutorture.torture_type=tasks
rcutree.use_softirq=0

0 comments on commit d945f79

Please sign in to comment.