Re: [PATCH RFC bpf-next v1 0/4] Introduce load-acquire and store-release BPF instructions
From: Peilin Ye
Date: Sat Dec 21 2024 - 02:19:31 EST
By this:
On Sat, Dec 21, 2024 at 01:22:04AM +0000, Peilin Ye wrote:
> Based on [3], the BPF load-acquire, the arm64 JIT compiler generates LDAR
> (RCsc) instead of LDAPR (RCpc).
I actually meant:
Based on [3], for BPF load-acquire, make the arm64 JIT compiler
generate LDAR (RCsc) instead of LDAPR (RCpc).
Sorry for any confusion.