Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <[email protected]>:
On Sun, 14 Jun 2026 00:24:41 +0800 you wrote: > When TCP over IPv4 via INET6 API, sk->sk_family is AF_INET6, but it is a > v4 pkt. inet_csk(sk)->icsk_af_ops is ipv6_mapped and use ip_queue_xmit. > The tos sockopt does not work for bpf [get,set]sockopt() helpers. > > Changelog: > v3 -> v4: > * Add 'sk->sk_type != SOCK_RAW && !ipv6_only_sock(sk)' check. > * Re-implement test with LLM assistance. > * v3: > https://lore.kernel.org/all/[email protected]/ > > [...] Here is the summary with links: - [bpf-next,v4,1/2] bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socket https://git.kernel.org/bpf/bpf-next/c/ca0f587c029a - [bpf-next,v4,2/2] selftests/bpf: Add test to verify the fix for bpf_setsockopt() helper https://git.kernel.org/bpf/bpf-next/c/5cf2c21ab090 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html

