]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'udpv6_sendmsg-addr_any-fix'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 5 Jan 2019 04:23:33 +0000 (20:23 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 5 Jan 2019 04:23:34 +0000 (20:23 -0800)
commit33664a68aaaaf122b3ceaf85e64e42a748eb0a1e
tree34278582594c9b6909bab6005a955521dc3d4ee1
parentd5d01367e61085eceabb627fbce6a69088e81f0d
parent2e35a1d472954b3d0b0c80109de158620f658d15
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 <ast@kernel.org>