]> 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>
Sat, 27 Oct 2018 04:41:49 +0000 (21:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Oct 2018 04:41:49 +0000 (21:41 -0700)
commitc2323333e5721165c25bab8e6c81d40f7ca2371b
treeb003137f9b8cfceac884409216f61cbb2a2f4ddd
parentbcffe57415b9ed6dc2faa391f4b5cda4f8877a41
parent87098ebb3481b23059e945c4ac049ad31453f6de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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

The main changes are:

1) Fix toctou race in BTF header validation, from Martin and Wenwen.

2) Fix devmap interface comparison in notifier call which was
   neglecting netns, from Taehee.

3) Several fixes in various places, for example, correcting direct
   packet access and helper function availability, from Daniel.

4) Fix BPF kselftest config fragment to include af_xdp and sockmap,
   from Naresh.
====================

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