| commit | 3f68f9c822ebe208f961ab0402e49a10465278ca | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Thu Jul 06 17:44:15 2023 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Fri Jul 14 15:02:57 2023 -0700 |
| tree | d6d042f765fcabaa8d048b9c6c6d08b94ad7f8b2 | |
| parent | 4a71be93876171e2d30e413abd33126d8c526791 [diff] |
scftorture: Add CONFIG_PREEMPT_DYNAMIC=n to NOPREEMPT scenario It is no longer possible to build a kernel with a preemption-disabled RCU without use of CONFIG_PREEMPT_DYNAMIC=n. This commit therefore adds CONFIG_PREEMPT_DYNAMIC=n to the scf torture type's NOPREEMPT scenario file. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>