linux/tools/testing/selftests/rcutorture/configs
Paul E. McKenney eec52c7fb5 rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC
Now that CONFIG_PREEMPT_DYNAMIC=y is the default, kernels that are
ostensibly built with CONFIG_PREEMPT_NONE=y or CONFIG_PREEMPT_VOLUNTARY=y
are now actually built with CONFIG_PREEMPT=y, but are by default booted
so as to disable preemption.  Although this allows much more flexibility
from a single kernel binary, it means that the current rcutorture
scenarios won't find build errors that happen only when preemption is
fully disabled at build time.

This commit therefore adds CONFIG_PREEMPT_DYNAMIC=n to several scenarios,
and while in the area switches one from CONFIG_PREEMPT_NONE=y to
CONFIG_PREEMPT_VOLUNTARY=y to add coverage of this Kconfig option.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2022-04-20 16:55:03 -07:00
..
lock tools/.../rcutorture: Convert to SPDX license identifier 2019-03-26 14:42:53 -07:00
rcu rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC 2022-04-20 16:55:03 -07:00
rcuscale torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios 2021-11-30 17:24:46 -08:00
refscale torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios 2021-11-30 17:24:46 -08:00
scf torture: Add scftorture to the rcutorture scripting 2020-08-24 18:38:32 -07:00