torture: Add rcu_normal and rcu_expedited runs to torture.sh
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 4 Feb 2022 01:53:22 +0000 (17:53 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 24 Feb 2022 17:56:44 +0000 (09:56 -0800)
commit33be65be804620b660e956b5db69105bb7795e2a
tree9fb9560c8d4297adb6931eeedc0e93785cd0044e
parent556d8afe4a779f41dfc8fa373993a88e43f1c5dc
torture: Add rcu_normal and rcu_expedited runs to torture.sh

Currently, the rcupdate.rcu_normal and rcupdate.rcu_expedited kernel
boot parameters are not regularly tested.  The potential addition of
polled expedited grace-period APIs increases the amount of code that is
affected by these kernel boot parameters.  This commit therefore adds a
"--do-rt" argument to torture.sh to exercise these kernel-boot options.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh