torture: Permit running of experimental torture types
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 19 Feb 2022 01:52:13 +0000 (17:52 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 12 Apr 2022 00:08:59 +0000 (17:08 -0700)
commit98bb264bdbbc0fe9d6b0340057fcc4e8e7043760
treefd5344c206a4303b79869eb157bfd84fba4d7d2b
parentb20842baf89955a18ade95e6de6d94be757d6e5f
torture: Permit running of experimental torture types

This commit weakens the checks of the kvm.sh script's --torture parameter
and the kvm-recheck.sh script's parsing so that experimental torture tests
may be created without updating these two scripts.  The changes required
are to the appropriate Makefile and Kconfig file, plus a directory
whose name begins with "X" must be added to the rcutorture/configs file.
This new directory's name can then be passed in via the kvm.sh script's
--torture parameter.

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