commit | 295c99e6b1466988ac66cd710411f11c610b0294 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Fri Dec 25 07:40:48 2020 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Wed Dec 30 10:25:07 2020 -0800 |
tree | a6a5de8f4d83129753549d009c82e7d7ba6b4d3f | |
parent | e3f8e6cba652c9f5ee70983f2aafadb1aea14e67 [diff] |
rcutorture: Add rcutree.use_softirq=0 to RUDE01 and TASKS01 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>
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/RUDE01.boot b/tools/testing/selftests/rcutorture/configs/rcu/RUDE01.boot index 9363708..932a079 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/RUDE01.boot +++ b/tools/testing/selftests/rcutorture/configs/rcu/RUDE01.boot
@@ -1 +1,2 @@ rcutorture.torture_type=tasks-rude +rcutree.use_softirq=0
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TASKS01.boot b/tools/testing/selftests/rcutorture/configs/rcu/TASKS01.boot index cd2a188..22cdece 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TASKS01.boot +++ b/tools/testing/selftests/rcutorture/configs/rcu/TASKS01.boot
@@ -1 +1,2 @@ rcutorture.torture_type=tasks +rcutree.use_softirq=0