]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3c9dd5a1aca54fe947994281a72856dbe564e3d
treee5d73da23d5ef204e4b7940e7d16f89fefe74856
parent01efeabb435699a06341ca4638c8183c48fce976
parent15954c258074a6317d830c784b7639cd7ba7aea1
Merge ra.kernel.org:/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>