Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Wed, 18 Oct 2023 15:28:32 -0700 you wrote: > bpf: Fold smp_mb__before_atomic() into atomic_set_release() > > The bpf_user_ringbuf_drain() BPF_CALL function uses an atomic_set() > immediately preceded by smp_mb__before_atomic() so as to order storing > of ring-buffer consumer and producer positions prior to the atomic_set() > call's clearing of the ->busy flag, as follows: > > [...] Here is the summary with links: - [bpf] Fold smp_mb__before_atomic() into atomic_set_release() https://git.kernel.org/bpf/bpf/c/e661451ce4e6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html