]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b4c279350972a26b3870a85a5697092b3f03346
treee88240eedaadaf4292468284284a27345e36bdba
parentd3eafd20e6facbf6057efbbb497838ca7f7c9c4d
parent25b3b19065236eb1fce46dbb9e6302297f76cdbc
Merge git://git.kernel.org/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>