Hello:
This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau martin.lau@kernel.org:
On Fri, 21 Nov 2025 17:13:30 +0900 you wrote:
This series finishes the sockaddr_storage migration in the networking selftests by removing the remaining open-coded IPv4/IPv6 wrappers (addr_port/tuple in cls_redirect, sa46 in select_reuseport). The tests now use sockaddr_storage directly. No other custom socket-address wrappers remain after this series, so the churn stops here and behavior is unchanged.
[...]
Here is the summary with links: - [bpf-next,v2,1/2] selftests/bpf: use sockaddr_storage directly in cls_redirect test https://git.kernel.org/bpf/bpf-next/c/fd6ed07a05dc - [bpf-next,v2,2/2] selftests/bpf: use sockaddr_storage instead of sa46 in select_reuseport test https://git.kernel.org/bpf/bpf-next/c/db354a157732
You are awesome, thank you!