Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Thu, 30 Nov 2023 13:03:53 +0100 you wrote: > xdp_synproxy_kern.c is a BPF program that generates SYN cookies on > allowed TCP ports and sends SYNACKs to clients, accelerating synproxy > iptables module. > > Fix the bitmask operation when checking the status of an existing > conntrack entry within tcp_lookup() function. Do not AND with the bit > position number, but with the bitmask value to check whether the entry > found has the IPS_CONFIRMED flag set. > > [...] Here is the summary with links: - selftests/bpf: fix erroneous bitmask operation https://git.kernel.org/bpf/bpf-next/c/b6a3451e0847 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html