torture: Abstract application of additional Kconfig options
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 9 Apr 2020 23:02:23 +0000 (16:02 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commit6be63d7d9c149143a9af19085516ddba6ab6a2af
tree8f92bdce551d6d7aedc2727ba34cfe88adb40a2b
parentb5744d3c6c38a44e14894bc3ee17b98885e4852f
torture: Abstract application of additional Kconfig options

This commit introduces a config_override_param() bash function that
folds in an additional set of Kconfig options.  This is initially applied
to fold in the --kconfig kvm.sh parameter, but later commits will also
apply it to the Kconfig options added by the --kcsan kvm.sh parameter.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh