]> git.ipfire.org Git - thirdparty/linux.git/commit
refscale: Update due to x86 not supporting none/voluntary preemption
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 3 Mar 2026 23:59:02 +0000 (15:59 -0800)
committerBoqun Feng <boqun@kernel.org>
Thu, 5 Mar 2026 21:11:07 +0000 (13:11 -0800)
commit3c6ddb58f670baa584b22eef761aade77bd81b16
tree69794ef1b4492d49ed62c499bc219650f8f48821
parent59af2d5652e998fea64335de6145afb3c1e0c958
refscale: Update due to x86 not supporting none/voluntary preemption

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 refscale scenarios
to CONFIG_PREEMPT_LAZY.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun@kernel.org>
Link: https://patch.msgid.link/20260303235903.1967409-3-paulmck@kernel.org
tools/testing/selftests/rcutorture/configs/refscale/NOPREEMPT
tools/testing/selftests/rcutorture/configs/refscale/TINY