Re: [PATCH v3 14/25] context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_watching_curr_cpu()

From: Valentin Schneider
Date: Thu Jul 25 2024 - 10:47:12 EST


On 25/07/24 14:10, Frederic Weisbecker wrote:
> Le Wed, Jul 24, 2024 at 04:43:14PM +0200, Valentin Schneider a écrit :
>> The context_tracking.state RCU_DYNTICKS subvariable has been renamed to
>> RCU_WATCHING, reflect that change in the related helpers.
>>
>> Note that "watching" is the opposite of "in EQS", so the negation is lifted
>> out of the helper and into the callsites.
>>
>> Signed-off-by: Valentin Schneider <vschneid@xxxxxxxxxx>
>> Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>
>
> You may need to update the patch title on this one.
>

Duh, there's a few of these, sorry about & thanks for spotting them.

> Thanks.