Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Tue, 8 Jan 2019 03:49:35 +0000 (22:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jan 2019 03:49:35 +0000 (22:49 -0500)
commit977e4899c9b4bea787531b0837af5ed442e3118f
treee5d73da23d5ef204e4b7940e7d16f89fefe74856
parent26d92e951fe0a44ee4aec157cabb65a818cc8151
parent2dc0f02da14e19f510694f8d8bbcb0f2f63e0646
Merge ra./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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 where we need to reject a
   corner case for sanitation when ptr and scalars are mixed in the
   same alu op. Also, some unrelated minor doc fixes, from Daniel.

3) Fix BPF kselftest's incorrect uses of create_and_get_cgroup()
   by not assuming fd of zero value to be the result of an error
   case, from Stanislav.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>