OSDN Git Service

torture: Allow scenario-specific Kconfig options to override CFcommon
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 9 Apr 2020 23:38:20 +0000 (16:38 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commit5b6b4b69ad6494733dafa090c09dd80eda741d1f
tree3cc916076ba847b2302628a078252473709ae75b
parent3d17ded9021e3ad949021619e5fc6da81bc6d6d0
torture: Allow scenario-specific Kconfig options to override CFcommon

This commit applies config_override_param() to allow scenario-specific
Kconfig options to override those in CFcommon.  This in turn will allow
additional Kconfig options to be placed in CFcommon, for example, an
option common to all but a few scenario can be placed in CFcommon and
then overridden in those few scenarios.  Plus this change saves one
whole line of code.

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