summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm.sh
diff options
context:
space:
mode:
authorPaul E. McKenney2016-01-11 22:13:12 +0100
committerPaul E. McKenney2016-03-31 22:37:36 +0200
commitfd35be623a1534bde57029c429b206d6c22a1ef6 (patch)
tree2bc128fbd9e4d8b353be10d2166feb9a5f27fbe2 /tools/testing/selftests/rcutorture/bin/kvm.sh
parentrcu: Consolidate dumping of ftrace buffer (diff)
downloadkernel-qcow2-linux-fd35be623a1534bde57029c429b206d6c22a1ef6.tar.gz
kernel-qcow2-linux-fd35be623a1534bde57029c429b206d6c22a1ef6.tar.xz
kernel-qcow2-linux-fd35be623a1534bde57029c429b206d6c22a1ef6.zip
rcutorture: Update scripting to accommodate rcuperf
This commit adds the scripting changes to add support for the shiny new rcuperf kernel module. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm.sh')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
index 4a431767f77a..c33cb582b3dc 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
@@ -156,7 +156,7 @@ do
shift
;;
--torture)
- checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\)$' '^--'
+ checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'
TORTURE_SUITE=$2
shift
;;