]> 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>
Sun, 5 Aug 2018 00:51:55 +0000 (17:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Aug 2018 00:51:55 +0000 (17:51 -0700)
commitc5eb8738b1912eed46d73442e38464a73e5b8dd7
treef689b89e1dd9fd73701af44f5aba3e7c78509a10
parent9a678b2e5f3290a63689c624d8f57ed92effc712
parent98e5d95896a2d9ce6dac3c257698a05fe3d5a389
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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

The main changes are:

1) Fix bpftool percpu_array dump by using correct roundup to next
   multiple of 8 for the value size, from Yonghong.

2) Fix in AF_XDP's __xsk_rcv_zc() to not returning frames back to
   allocator since driver will recycle frame anyway in case of an
   error, from Jakub.

3) Fix up BPF test_lwt_seg6local test cases to final iproute2
   syntax, from Mathieu.
====================

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