torture: Add torture.sh torture-everything script
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 21 Nov 2020 22:09:48 +0000 (14:09 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 Jan 2021 00:59:47 +0000 (16:59 -0800)
commitbfc19c13d24c70e4fb1dafd76900731bcee97683
treed685c62c1570f197589be7fdefa61f0004937ffe
parent1120281713a5c8d9caffaa49db11fd0a25e34ef0
torture: Add torture.sh torture-everything script

Although tailoring a specific set of kvm.sh runs has served rcutorture
testing well over many years, it requires a relatively distraction-free
environment, which is not always available.  This commit therefore
adds a prototype torture.sh script that by default tortures pretty much
everything the rcutorture scripting is designed to torture, and which
can be given command-line arguments to take a more focused approach.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh [new file with mode: 0644]