]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcutorture: Eliminate --rcu-kvm argument
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 1 Oct 2013 17:14:09 +0000 (10:14 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 3 Dec 2013 18:11:14 +0000 (10:11 -0800)
commit2bcdf4e31ae4e215b1e61831d9defa3632cb7bd3
treefdef45da86a94b9124ab76bb4296e1627be12445
parent14db63f575db5e27a733f873e17930f3071076ef
rcutorture: Eliminate --rcu-kvm argument

The --rcu-kvm argument was intended to allow the scripts to live in
an alternate location.  Unfortunately, this prevents the kvm.sh script
from using common functions until after it finished parsing arguments,
because it doesn't know where to find them until then.  However, "cp -a"
and "ln -s" work pretty well, so lack of an --rcu-kvm argument can be
easily worked around.

This commit therefore removes this argument.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
tools/testing/selftests/rcutorture/bin/kvm.sh