Re: [PATCH bpf-next v2 07/11] LoongArch: BPF: Support atomics on arena pointers
From: George Guo
Date: Tue Jul 07 2026 - 07:00:09 EST
> Adding code in patch 6 and deleting it in patch 7 is unnecessary code
> noise. Please implement it cleanly in patch 6 from the start.
Agreed, will fix in the next revision -- patch 6 will introduce
bpf_jit_supports_insn() without the atomics-rejection case at all,
since patch 6 itself has nothing to do with atomics; patch 7 then
won't need to touch the function.
Thanks,
George