From: Paul E. McKenney Date: Thu, 27 Feb 2014 00:50:48 +0000 (-0800) Subject: torture: Make config-fragment filtering RCU-independent X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^3~29 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dc0afed12b371f450d04cb406a8664437ec843;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett --- Reading git-diff-tree failed