commit | 8c0abfd6d2f6b0221194241ac2908751a2a0385f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Nov 17 18:57:01 2021 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 30 17:20:58 2021 -0800 |
tree | a9a71d6c76f6160820d6eedb50a04c00b4a77039 | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf [diff] |
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: Paul E. McKenney <paulmck@kernel.org>