From: Alexei Starovoitov Date: Sat, 5 Jan 2019 04:23:33 +0000 (-0800) Subject: Merge branch 'udpv6_sendmsg-addr_any-fix' X-Git-Tag: v5.4-rc1~1788^2~24^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=466f89e9ec8c6868131c2d2ba9cd5f536879c42a;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'udpv6_sendmsg-addr_any-fix' Andrey Ignatov says: ==================== The patch set fixes BSD'ism in sys_sendmsg to rewrite unspecified destination IPv6 for unconnected UDP sockets in sys_sendmsg with [::1] in case when either CONFIG_CGROUP_BPF is enabled or when sys_sendmsg BPF hook sets destination IPv6 to [::]. Patch 1 is the fix and provides more details. Patch 2 adds two test cases to verify the fix. v1->v2: * Fix compile error in patch 1. ==================== Signed-off-by: Alexei Starovoitov --- 466f89e9ec8c6868131c2d2ba9cd5f536879c42a