]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit348a666a1384f40fbba087c699caaaf7a08d09f7
tree35ef99ef809ac7c47f669ff4fb2a1f1086183b72
parentdbb008736a8c113ef1e12b4e4b4351fac2a15ede
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