From: Jakub Kicinski Date: Tue, 5 May 2026 02:02:32 +0000 (-0700) Subject: Merge branch 'net-convert-af_netlink-and-af_vsock-to-getsockopt_iter-api' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=43c6720d342f6aa37bfdff7acf2f3681b0854c42;p=thirdparty%2Flinux.git Merge branch 'net-convert-af_netlink-and-af_vsock-to-getsockopt_iter-api' Breno Leitao says: ==================== net: Convert AF_NETLINK and AF_VSOCK to getsockopt_iter API Continue the work to convert protocols to the new getsockopt_iter API. Convert AF_NETLINK and AF_VSOCK getsockopt implementations to the new sockopt_t/getsockopt_iter API, and add kselftests that verify the size and errno semantics are preserved across the conversion. I chose these two socket families because they are probably one of the most used protocols,, ensuring that any potential bugs will be discovered and reported quickly. ==================== Link: https://patch.msgid.link/20260501-getsock_one-v1-0-810ce23ea70e@debian.org Signed-off-by: Jakub Kicinski --- 43c6720d342f6aa37bfdff7acf2f3681b0854c42