Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Aug 2018 06:18:29 +0000 (23:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Aug 2018 06:18:29 +0000 (23:18 -0700)
commite91e21894684cfff30e3a1a04e3d99af687dbb30
treee88240eedaadaf4292468284284a27345e36bdba
parent112cbae26d18e75098d95cc234cfa5059de8d479
parent9c95420117393ed5f76de373e3c6479c21e3e380
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-08-10

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

The main changes are:

1) Fix cpumap and devmap on teardown as they're under RCU context
   and won't have same assumption as running under NAPI protection,
   from Jesper.

2) Fix various sockmap bugs in bpf_tcp_sendmsg() code, e.g. we had
   a bug where socket error was not propagated correctly, from Daniel.

3) Fix incompatible libbpf header license for BTF code and match it
   before it gets officially released with the rest of libbpf which
   is LGPL-2.1, from Martin.
====================

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