torture: Allow scenarios to be specified to torture.sh
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 27 Nov 2020 16:31:39 +0000 (08:31 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 Jan 2021 01:03:45 +0000 (17:03 -0800)
commit8847bd4988321cbc66c94e9dfb05b401c50378a3
treecad0e72773d242e8d6faf54f5dda9111dbd74657
parent5ae5f7453f93b21e06296e78e8481ba8baaaa55e
torture: Allow scenarios to be specified to torture.sh

This commit adds --configs-rcutorture, --configs-locktorture, and
--configs-scftorture arguments to torture.sh, allowing the desired
set of scenarios to be passed to each.  The default for each has been
changed from a large-system-appropriate set to just CFLIST for each.
Users are encouraged to create scripts that provide appropriate settings
for their specific systems.

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