]> 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, 11 Aug 2019 21:49:34 +0000 (14:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Aug 2019 21:49:34 +0000 (14:49 -0700)
commit7f70c62e8ca67d6f4abefc1cf7feff33a3ce09d0
tree704dfcc13581c9aae6fe2a4669d668b4b27207ac
parent334e5a45bdb220fce1eeed5ada25b73e702e43c3
parent2522bc627f70d718129c9f0f97fec4e736b30333
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2019-08-11

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

The main changes are:

1) x64 JIT code generation fix for backward-jumps to 1st insn, from Alexei.

2) Fix buggy multi-closing of BTF file descriptor in libbpf, from Andrii.

3) Fix libbpf_num_possible_cpus() to make it thread safe, from Takshak.

4) Fix bpftool to dump an error if pinning fails, from Jakub.
====================

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