Skip to content
Commit 8c0abfd6 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenarios



With CONFIG_PREEMPT_DYNAMIC=y, the kernel builds with CONFIG_PREEMPTION=y
because preemption can be enabled at runtime.  This prevents any tests
of Tiny RCU or Tiny SRCU from running correctly.  This commit therefore
explicitly sets CONFIG_PREEMPT_DYNAMIC=n for those scenarios.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent fa55b7dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment