Re: [PATCH v2 2/6] rcu: rename PREEMPT_AUTO to PREEMPT_LAZY

From: Sebastian Andrzej Siewior
Date: Thu Nov 14 2024 - 02:09:20 EST


On 2024-11-06 12:17:54 [-0800], Ankur Arora wrote:
> Replace mentions of PREEMPT_AUTO with PREEMPT_LAZY.
>
> Also, since PREMPT_LAZY implies PREEMPTION, we can just reduce the
> TASKS_RCU selection criteria from:
>
> NEED_TASKS_RCU && (PREEMPTION || PREEMPT_AUTO)
> to:
> NEED_TASKS_RCU && PREEMPTION
>
> CC: Paul E. McKenney <paulmck@xxxxxxxxxx>
> Signed-off-by: Ankur Arora <ankur.a.arora@xxxxxxxxxx>

Reviewed-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

Sebastian