On Thu, 18 Dec 2025 17:09:12 +0000 Marat Khalili <[email protected]> wrote:
> Add support for BPF atomic xchg instruction, and tests for it. This > instruction can be produced using compiler intrinsics. > > Signed-off-by: Marat Khalili <[email protected]> > --- Should make sure that CMP32 and all the other current instructions are also covered. See kernel docs for list. Acked-by: Stephen Hemminger <[email protected]>

