Re: [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
From: Christoph Lameter (Ampere)
Date: Tue Oct 28 2025 - 12:21:50 EST
On Tue, 28 Oct 2025, Arnd Bergmann wrote:
> After I looked at the entire series again, this one feels like
> a missed opportunity. Especially on low-power systems but possibly
> on any ARMv9.2+ implementation including Cortex-A320, it would
> be nice to be able to both turn off the event stream and also
> make this function take fewer wakeups:
That is certainly something that should be done at some point but for now
this patchset does the best possible with the available systems.
Switching of the event stream is another set of complexities that should
be handled separately later.
Lets just get this one finally in. We have been working on this issue
now for more than 2 years.