Re: pull-request: bpf 2019-01-08

2019-01-07 Thread David Miller
From: Daniel Borkmann Date: Tue, 8 Jan 2019 01:41:16 +0100 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix BSD'ism in sendmsg(2) to rewrite unspecified IPv6 dst for >unconnected UDP sockets with [::1] _after_ cgroup BPF invocation

pull-request: bpf 2019-01-08

2019-01-07 Thread Daniel Borkmann
Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Fix BSD'ism in sendmsg(2) to rewrite unspecified IPv6 dst for unconnected UDP sockets with [::1] _after_ cgroup BPF invocation, from Andrey. 2) Follow-up fix to the speculation fix wher