Re: [PATCH v10 05/12] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
From: Ankur Arora
Date: Wed Mar 25 2026 - 02:01:59 EST
Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> writes:
> On Mon, 16 Mar 2026 at 02:37, Ankur Arora <ankur.a.arora@xxxxxxxxxx> wrote:
>>
>> In preparation for defining smp_cond_load_acquire_timeout(), remove
>> the private copy. Lacking this, the rqspinlock code falls back to using
>> smp_cond_load_acquire().
>
> nit: This temporarily breaks bisection (or rather, leaves things
> broken until later commits), but I don't care too much.
Yeah. Would have avoided it if I easily could. But given that there
was a private interface involved this seemed the cleanest way.
>> Cc: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
>> Cc: Alexei Starovoitov <ast@xxxxxxxxxx>
>> Cc: bpf@xxxxxxxxxxxxxxx
>> Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>
>> Reviewed-by: Haris Okanovic <harisokn@xxxxxxxxxx>
>> Signed-off-by: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
>> ---
>
> Acked-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
Thanks.
--
ankur