Re: [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

Will Deacon <[email protected]> Tue, 28 Jul 2026 12:36:58 +0100
Newsgroups org.kernel.vger.linux-arch,org.infradead.lists.linux-arm-kernel,org.kernel.vger.bpf,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm
Message-ID <amiUWpsL1QGf929i@willie-the-truck>
Hello, Ankur,

On Tue, Jul 14, 2026 at 12:30:39AM -0700, Ankur Arora wrote:
> This enables the barrier tests to be built as a module.
> 
> Cc: Catalin Marinas <[email protected]>
> Cc: Will Deacon <[email protected]>
> Signed-off-by: Ankur Arora <[email protected]>
> ---
>  arch/arm64/lib/delay.c               | 2 ++
>  drivers/clocksource/arm_arch_timer.c | 2 ++
>  2 files changed, 4 insertions(+)

Acked-by: Will Deacon <[email protected]>

I think this is looking good from the arm64 side now (and appears to have
all the relevant Acks). What's the plan to get this series merged?

Will