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>
Mon, 14 Feb 2022 18:45:23 +0000 (10:45 -0800)
commit56906a11fc8a252a0ea166ec059e95fc957155b4
treec37a4d1a87b5cbf0a3d5ffdfc5ca5f1f7192d6ae
parent139cb9cac2e86e1cfd031ab501d6656d473b0be3
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