• Paul E. McKenney's avatar
    rcutorture: Eliminate --rcu-kvm argument · 2bcdf4e3
    Paul E. McKenney authored
    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: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    Cc: Greg KH <gregkh@linuxfoundation.org>
    2bcdf4e3
kvm.sh 4.13 KB