]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rcutorture: Create CFcommon file for common Kconfig parameters
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 6 Feb 2014 19:54:32 +0000 (11:54 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 23 Feb 2014 17:04:32 +0000 (09:04 -0800)
commitd2ebf7eea0d3fd450ca5b1cb2243fe1d69d399ce
tree12fdd23998dcba771f623e108b59ebc53451603c
parenta1be00d9533f75bb46b9b64526d5254c6be0f122
rcutorture: Create CFcommon file for common Kconfig parameters

Currently, CONFIG_RCU_TORTURE_TEST=y is hardcoded into the
kvm-test-1-rcu.sh script and CONFIG_PRINTK_TIME=y is mentioned in each
and every configs file.  This commit creates a CFcommon file for these
two Kconfig parameters, and modifies kvm-test-1-rcu.sh to copy this new
file into the .config file during the build.  This change will allow
these scripts to operate on torture types other than just rcutorture.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
17 files changed:
tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh
tools/testing/selftests/rcutorture/configs/BUSTED
tools/testing/selftests/rcutorture/configs/CFcommon [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/SRCU-N
tools/testing/selftests/rcutorture/configs/SRCU-P
tools/testing/selftests/rcutorture/configs/TINY01
tools/testing/selftests/rcutorture/configs/TINY02
tools/testing/selftests/rcutorture/configs/TREE01
tools/testing/selftests/rcutorture/configs/TREE02
tools/testing/selftests/rcutorture/configs/TREE03
tools/testing/selftests/rcutorture/configs/TREE04
tools/testing/selftests/rcutorture/configs/TREE05
tools/testing/selftests/rcutorture/configs/TREE06
tools/testing/selftests/rcutorture/configs/TREE07
tools/testing/selftests/rcutorture/configs/TREE08
tools/testing/selftests/rcutorture/configs/TREE08-T
tools/testing/selftests/rcutorture/configs/TREE09