]> 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>
Mon, 14 May 2018 01:07:02 +0000 (21:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 May 2018 01:07:02 +0000 (21:07 -0400)
commitfa28feff536f0b555cf021c024bebfb7f189d8cb
treee205961458f1bd80e7ca30453c96eb5f678914cd
parent5774696946350ef9b37abdf4bf4da089bb6ba9cb
parenteb7190f1088b7244bcfe6eba238f4f152b9ae79c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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

The main changes are:

1) Fix nfp to allow zero-length BPF capabilities, meaning the nfp
   capability parsing loop will otherwise exit early if the last
   capability is zero length and therefore driver will fail to probe
   with an error such as:

     nfp: BPF capabilities left after parsing, parsed:92 total length:100
     nfp: invalid BPF capabilities at offset:92

   Fix from Jakub.

2) libbpf's bpf_object__open() may return IS_ERR_OR_NULL() and not
   just an error. Fix libbpf's bpf_prog_load_xattr() to handle that
   case as well, also from Jakub.
====================

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