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)
commit6788fac82001ed1944b5da976bcec4a7b9accf51
treeb003137f9b8cfceac884409216f61cbb2a2f4ddd
parent345671ea0f9258f410eb057b9ced9cefbbe5dc78
parentd8fd9e106fbc291167ebb675ad69234597d0fd98
Merge git://git./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>