[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190105042646.25nsntqcfbm5za7p@ast-mbp.dhcp.thefacebook.com>
Date: Fri, 4 Jan 2019 20:26:48 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Andrey Ignatov <rdna@...com>
Cc: netdev@...r.kernel.org, ast@...nel.org, daniel@...earbox.net,
nitin.rawat@...el.com, kernel-team@...com
Subject: Re: [PATCH bpf v2 0/2] bpf: Fix [::] -> [::1] rewrite in sys_sendmsg
On Fri, Jan 04, 2019 at 01:07:06AM -0800, Andrey Ignatov wrote:
> 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.
Applied, Thanks
Powered by blists - more mailing lists