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>
Thu, 24 Feb 2022 17:56:47 +0000 (09:56 -0800)
commit98c9ab7fdb6cdf83cfa525c70839daa7ee415dda
tree87a4b1de0194be83095b5c088640f1ff05a6dfdb
parentfbf61d448a818fb7d6d395ecc86d740e752c8d5d
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