torture: Make config-fragment filtering RCU-independent
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 27 Feb 2014 00:50:48 +0000 (16:50 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 16:45:52 +0000 (09:45 -0700)
commit97dc0afed12b371f450d04cb406a8664437ec843
tree5fecc3d40ad8120dfe21150e773386d74bb83bd9
parent250da31e06e6e7acfc9aa574cff3567e8a77687e
torture: Make config-fragment filtering RCU-independent

The torture tests need to set specific values for their respective
Kconfig options (e.g., CONFIG_LOCK_TORTURE_TEST), and must therefore
filter any conflicting definitions from the Kconfig fragment
file.  Unfortunately, the code in kvm-build.sh was looking only for
CONFIG_RCU_TORTURE_TEST.  This commit therefore handles the general case
of CONFIG_[A-Z]*_TORTURE_TEST.

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