]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65ed2c78f1fb5424d672ae6a265910e68f1c7d74
tree8f92bdce551d6d7aedc2727ba34cfe88adb40a2b
parentd9aea2bf2a6a61477407d8bec624b8f99288d5d2
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