torture: Change KVM environment variable to RCUTORTURE
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 26 Jan 2022 05:08:55 +0000 (21:08 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:25:41 +0000 (17:25 -0800)
commita7d89cfb8e1269cb6d22453adba56b8d0218589f
tree9ced6831520587a72d6c03f5e56abbb38c82694e
parente31ccc1ddd2ad3e14f02a53cfa22e6b2b98c6dab
torture: Change KVM environment variable to RCUTORTURE

The torture-test scripting's long-standing use of KVM as the environment
variable tracking the pathname of the rcutorture directory now conflicts
with allmodconfig builds due to the virt/kvm/Makefile.kvm file's use
of this as a makefile variable.  This commit therefore changes the
torture-test scripting from KVM to RCUTORTURE, avoiding the name conflict.

Reported-by: Zhouyi Zhou <zhouzhouyi@gmail.com>
Tested-by: Zhouyi Zhou <zhouzhouyi@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-again.sh
tools/testing/selftests/rcutorture/bin/kvm-check-branches.sh
tools/testing/selftests/rcutorture/bin/kvm-end-run-stats.sh
tools/testing/selftests/rcutorture/bin/kvm-remote.sh
tools/testing/selftests/rcutorture/bin/kvm.sh
tools/testing/selftests/rcutorture/bin/torture.sh