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>
Tue, 12 Apr 2022 00:07:28 +0000 (17:07 -0700)
commitb6f3c6a2b1fe2d754acb7bf64a20e64a8f2c8a1b
tree35ef99ef809ac7c47f669ff4fb2a1f1086183b72
parent3123109284176b1532874591f7c81f3837bbdc17
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