* pull-request: bpf 2018-12-05
@ 2018-12-05 21:23 Alexei Starovoitov
2018-12-06 0:30 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alexei Starovoitov @ 2018-12-05 21:23 UTC (permalink / raw)
To: davem; +Cc: daniel, ast, netdev, kernel-team
Hi David,
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) fix bpf uapi pointers for 32-bit architectures, from Daniel.
2) improve verifer ability to handle progs with a lot of branches, from Alexei.
3) strict btf checks, from Yonghong.
4) bpf_sk_lookup api cleanup, from Joe.
5) other misc fixes
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 d78a5ebd8b18d3809fd9d6bbaeb64d78a332204f:
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue (2018-11-28 11:33:35 -0800)
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 a92a72a24d48080f6c49bb514c082fbb1e5bf8fc:
Merge branch 'bpf-verifier-resilience' (2018-12-04 17:22:03 +0100)
----------------------------------------------------------------
Alexei Starovoitov (4):
Merge branch 'btf-check-name'
bpf: check pending signals while verifying programs
bpf: improve verifier branch analysis
bpf: add per-insn complexity limit
Daniel Borkmann (2):
bpf: fix pointer offsets in context for 32 bit
Merge branch 'bpf-verifier-resilience'
David Miller (1):
bpf: Fix verifier log string check for bad alignment.
Joe Stringer (2):
bpf: Support sk lookup in netns with id 0
bpf: Improve socket lookup reuseport documentation
Martin KaFai Lau (1):
tools/bpf: fix two test_btf unit test cases
Roman Gushchin (1):
bpf: refactor bpf_test_run() to separate own failures and test program result
Sandipan Das (1):
bpf: powerpc64: optimize JIT passes for bpf function calls
Yonghong Song (4):
bpf: btf: implement btf_name_valid_identifier()
bpf: btf: check name validity for various types
tools/bpf: add addition type tests to test_btf
tools: bpftool: fix a bitfield pretty print issue
arch/powerpc/net/bpf_jit_comp64.c | 66 ++++
include/linux/filter.h | 7 +
include/uapi/linux/bpf.h | 56 ++--
kernel/bpf/btf.c | 82 +++++
kernel/bpf/verifier.c | 103 +++++-
net/bpf/test_run.c | 21 +-
net/core/filter.c | 27 +-
tools/bpf/bpftool/btf_dumper.c | 6 +-
tools/include/uapi/linux/bpf.h | 56 ++--
tools/testing/selftests/bpf/bpf_helpers.h | 4 +-
tools/testing/selftests/bpf/test_btf.c | 375 +++++++++++++++++++++-
tools/testing/selftests/bpf/test_sk_lookup_kern.c | 18 +-
tools/testing/selftests/bpf/test_verifier.c | 6 +-
13 files changed, 732 insertions(+), 95 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pull-request: bpf 2018-12-05
2018-12-05 21:23 pull-request: bpf 2018-12-05 Alexei Starovoitov
@ 2018-12-06 0:30 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-12-06 0:30 UTC (permalink / raw)
To: ast; +Cc: daniel, netdev, kernel-team
From: Alexei Starovoitov <ast@kernel.org>
Date: Wed, 5 Dec 2018 13:23:22 -0800
> The following pull-request contains BPF updates for your *net* tree.
>
> The main changes are:
>
> 1) fix bpf uapi pointers for 32-bit architectures, from Daniel.
>
> 2) improve verifer ability to handle progs with a lot of branches, from Alexei.
>
> 3) strict btf checks, from Yonghong.
>
> 4) bpf_sk_lookup api cleanup, from Joe.
>
> 5) other misc fixes
>
> Please consider pulling these changes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Pulled, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-06 0:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 21:23 pull-request: bpf 2018-12-05 Alexei Starovoitov
2018-12-06 0:30 ` 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).