]> 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)
commit21424cc12847702021d72b5e7e4ed8f4527e476c
treef689b89e1dd9fd73701af44f5aba3e7c78509a10
parent325a64441e637a8eded8ccc5dc31999a655945cd
parentdc48e6c7837a331f48a0e83630b829ef70207476
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>