]> 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>
Fri, 17 May 2019 23:33:06 +0000 (16:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 May 2019 23:33:06 +0000 (16:33 -0700)
commit435fb3ee35c05f2fefee25fb0f28cb3c074005ee
treeb692c78a4b6ef54cc66768840b32c260346d81d6
parent4f0ff7218fc22273b22e8f15277a72d54a8fc4d7
parent681de0f09e9d7fb32727d545c2a0a9512776e1e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2019-05-18

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

The main changes are:

1) Fix bpftool's raw BTF dump in relation to forward declarations of union/
   structs, and another fix to unexport logging helpers, from Andrii.

2) Fix inode permission check for retrieving bpf programs, from Chenbo.

3) Fix bpftool to raise rlimit earlier as otherwise libbpf's feature probing
   can fail and subsequently it refuses to load an object, from Yonghong.

4) Fix declaration of bpf_get_current_task() in kselftests, from Alexei.

5) Fix up BPF kselftest .gitignore to add generated files, from Stanislav.
====================

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