]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'selftests-bpf-networking-test-cleanups'
authorMartin KaFai Lau <martin.lau@kernel.org>
Fri, 21 Nov 2025 17:54:50 +0000 (09:54 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Fri, 21 Nov 2025 18:46:35 +0000 (10:46 -0800)
commit792f258803bca17a7acc912705a2c5edf032a744
treea6f036e83d83bfdadf9ac60b2cffadd49140dc2d
parente0940c672ab4228caa33bcd7cc0ad8017482c2f1
parentdb354a1577326b24b82af0c328789181a329f111
Merge branch 'selftests-bpf-networking-test-cleanups'

Hoyeon Lee says:

====================
selftests/bpf: networking test cleanups

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.
====================

Link: https://patch.msgid.link/20251121081332.2309838-1-hoyeon.lee@suse.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>