Message ID | cover.1741049567.git.yepeilin@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce load-acquire and store-release BPF instructions | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Tue, 4 Mar 2025 01:05:41 +0000 you wrote: > Hi all! > > This patchset adds kernel support for BPF load-acquire and store-release > instructions (for background, please see [1]), including core/verifier > and arm64/x86-64 JIT compiler changes, as well as selftests. riscv64 is > also planned to be supported. The corresponding LLVM changes can be > found at: > > [...] Here is the summary with links: - [bpf-next,v6,1/6] bpf: Introduce load-acquire and store-release instructions https://git.kernel.org/bpf/bpf-next/c/e24bbad29a8d - [bpf-next,v6,2/6] arm64: insn: Add BIT(23) to {load,store}_ex's mask https://git.kernel.org/bpf/bpf-next/c/4170a60c473d - [bpf-next,v6,3/6] arm64: insn: Add load-acquire and store-release instructions https://git.kernel.org/bpf/bpf-next/c/248b1900dd95 - [bpf-next,v6,4/6] bpf, arm64: Support load-acquire and store-release instructions https://git.kernel.org/bpf/bpf-next/c/1bfe7f657cf4 - [bpf-next,v6,5/6] bpf, x86: Support load-acquire and store-release instructions https://git.kernel.org/bpf/bpf-next/c/14c0427b8a09 - [bpf-next,v6,6/6] selftests/bpf: Add selftests for load-acquire and store-release instructions https://git.kernel.org/bpf/bpf-next/c/953df09aa42c You are awesome, thank you!
On Tue, Mar 04, 2025 at 05:10:36AM +0000, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to bpf/bpf-next.git (master) Thanks again to everyone for reviewing this! Cheers, Peilin Ye