]> 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>
Thu, 28 Dec 2017 01:35:03 +0000 (20:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Dec 2017 01:35:03 +0000 (20:35 -0500)
commitc232e82b0f2383f38105b3d2f27686675bc515d6
tree441d2e261c38b04f54ef4db986a58ee74748fa8c
parent614a8eb504ae3a71d909c9ce0ce5235bcee76400
parentb0e95ed5f8b26516ee0465f6435be9cd4fda2f58
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2017-12-28

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

The main changes are:

1) Two small fixes for bpftool. Fix otherwise broken output if any of
   the system calls failed when listing maps in json format and instead
   of bailing out, skip maps or progs that disappeared between fetching
   next id and getting an fd for that id, both from Jakub.

2) Small fix in BPF selftests to respect LLC passed from command line
   when testing for -mcpu=probe presence, from Quentin.
====================

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