]> git.karo-electronics.de Git - karo-tx-linux.git/commit
torture: Prevent jitter from delaying build-only runs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 27 Sep 2016 18:56:12 +0000 (11:56 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 14 Nov 2016 18:48:59 +0000 (10:48 -0800)
commit1f32ee65864830e326aae5890780fa630423a8e9
treea1dc1ef3aa76e7b7fd185200f817c2ac3ca6a600
parent31f19ed4f41f0717b9604d6aa6f6015355ebae2d
torture: Prevent jitter from delaying build-only runs

Currently, if the --jitter flag specifies jitter for a --build-only
run, the system will obediently build a kernel, refuse to launch it,
launch the requested number of jitter processes, and wait for the
specified kernel run time, which defaults to 30 minutes.  This is
of course quite pointless.

This commit therefore disables jitter on build-only runs.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/bin/kvm.sh