Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2018 00:34:08 +0000 (17:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2018 00:34:08 +0000 (17:34 -0700)
commitdf975da4e578eb06453f41a3ecd73c2a4c28044d
tree74dd370bd058feb814e2303bcc4999b8210d42de
parente2acdddde01511c74e4f6f1d5951a0f5d9bea14a
parentdfeb8f4c9692fd5e6c3eef19c2e4ae5338dbdb01
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-11-01

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) Fix tcp_bpf_recvmsg() to return -EAGAIN instead of 0 in non-blocking
   case when no data is available yet, from John.

2) Fix a compilation error in libbpf_attach_type_by_name() when compiled
   with clang 3.8, from Andrey.

3) Fix a partial copy of map pointer on scalar alu and remove id
   generation for RET_PTR_TO_MAP_VALUE return types, from Daniel.

4) Add unlimited memlock limit for kernel selftest's flow_dissector_load
   program, from Yonghong.

5) Fix ping for some BPF shell based kselftests where distro does not
   ship "ping -6" anymore, from Li.
====================

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