mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
As of v7.0-rc1, architectures that support preemption, including x86 and arm64, no longer support CONFIG_PREEMPT_NONE or CONFIG_PREEMPT_VOLUNTARY. Attempting to build kernels with these two Kconfig options results in .config errors. This commit therefore switches such rcutorture scenarios to CONFIG_PREEMPT_LAZY. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com> Signed-off-by: Boqun Feng <boqun@kernel.org> Link: https://patch.msgid.link/bfe89f6c-3b63-40c6-aa6d-5f523e3e9a31@paulmck-laptop
9 lines
197 B
Text
9 lines
197 B
Text
CONFIG_SMP=n
|
|
CONFIG_PREEMPT_LAZY=y
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=n
|
|
CONFIG_PREEMPT_DYNAMIC=n
|
|
#CHECK#CONFIG_TASKS_RCU=y
|
|
CONFIG_FORCE_TASKS_RCU=y
|
|
CONFIG_RCU_EXPERT=y
|