]> 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)
commit5af0c9c2c85b3bf88e86bc0dc638bad2e8a419bf
treee5d73da23d5ef204e4b7940e7d16f89fefe74856
parent5b606b1039c3169ca90b439b86dff42cfd9e0045
parent2e58c8ddf33743bf9a5d587e05575039c7ab0c53
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>