* pull-request: bpf 2018-07-20
@ 2018-07-20 21:24 Daniel Borkmann
2018-07-21 6:57 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2018-07-20 21:24 UTC (permalink / raw)
To: davem; +Cc: daniel, ast, netdev
Hi David,
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) Fix in BPF Makefile to detect llvm-objcopy in a more robust way which is
needed for pahole's BTF converter and minor UAPI tweaks in BTF_INT_BITS()
to shrink the mask before eventual UAPI freeze, from Martin.
2) Fix a segfault in bpftool when prog pin id has no further arguments such
as id value or file specified, from Taeung.
3) Fix powerpc JIT handling of XADD which has jumps to exit path that would
potentially bypass verifier expectations e.g. with subprog calls. Also add
a test case to make sure XADD is not mangling src/dst register, from Daniel.
Please consider pulling these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Thanks a lot!
----------------------------------------------------------------
The following changes since commit f39f28ff82c14b4f628973d9bba835195a71d437:
Merge tag 'sound-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2018-07-19 07:43:17 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
for you to fetch changes up to 7c3e8b642bad6669e0023d3d6dedd87b2527a2c8:
bpf: Use option "help" in the llvm-objcopy test (2018-07-20 10:27:47 +0200)
----------------------------------------------------------------
Alexei Starovoitov (1):
Merge branch 'ppc-fix'
Daniel Borkmann (2):
bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd
bpf: test case to check whether src/dst regs got mangled by xadd
Martin KaFai Lau (2):
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
bpf: Use option "help" in the llvm-objcopy test
Taeung Song (1):
tools/bpftool: Fix segfault case regarding 'pin' arguments
arch/powerpc/net/bpf_jit_comp64.c | 29 ++++-----------------
include/uapi/linux/btf.h | 2 +-
kernel/bpf/btf.c | 16 +++++++-----
tools/bpf/bpftool/common.c | 11 +++++---
tools/testing/selftests/bpf/Makefile | 2 +-
tools/testing/selftests/bpf/test_verifier.c | 40 +++++++++++++++++++++++++++++
6 files changed, 65 insertions(+), 35 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: pull-request: bpf 2018-07-20
2018-07-20 21:24 pull-request: bpf 2018-07-20 Daniel Borkmann
@ 2018-07-21 6:57 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-07-21 6:57 UTC (permalink / raw)
To: daniel; +Cc: ast, netdev
From: Daniel Borkmann <daniel@iogearbox.net>
Date: Fri, 20 Jul 2018 23:24:43 +0200
> The following pull-request contains BPF updates for your *net* tree.
>
> The main changes are:
>
> 1) Fix in BPF Makefile to detect llvm-objcopy in a more robust way which is
> needed for pahole's BTF converter and minor UAPI tweaks in BTF_INT_BITS()
> to shrink the mask before eventual UAPI freeze, from Martin.
>
> 2) Fix a segfault in bpftool when prog pin id has no further arguments such
> as id value or file specified, from Taeung.
>
> 3) Fix powerpc JIT handling of XADD which has jumps to exit path that would
> potentially bypass verifier expectations e.g. with subprog calls. Also add
> a test case to make sure XADD is not mangling src/dst register, from Daniel.
>
> Please consider pulling these changes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Pulled, thanks Daniel.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-21 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 21:24 pull-request: bpf 2018-07-20 Daniel Borkmann
2018-07-21 6:57 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).