netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2019-11-02
@ 2019-11-02  1:27 Daniel Borkmann
  2019-11-06  1:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2019-11-02  1:27 UTC (permalink / raw)
  To: davem; +Cc: jakub.kicinski, daniel, ast, netdev, bpf

Hi David,

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

We've added 6 non-merge commits during the last 6 day(s) which contain
a total of 8 files changed, 35 insertions(+), 9 deletions(-).

The main changes are:

1) Fix ppc BPF JIT's tail call implementation by performing a second pass
   to gather a stable JIT context before opcode emission, from Eric Dumazet.

2) Fix build of BPF samples sys_perf_event_open() usage to compiled out
   unavailable test_attr__{enabled,open} checks. Also fix potential overflows
   in bpf_map_{area_alloc,charge_init} on 32 bit archs, from Björn Töpel.

3) Fix narrow loads of bpf_sysctl context fields with offset > 0 on big endian
   archs like s390x and also improve the test coverage, from Ilya Leoshkevich.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Alexei Starovoitov, Andrey Ignatov, Andrii Nakryiko, Jakub Kicinski, KP 
Singh, Song Liu

----------------------------------------------------------------

The following changes since commit fc11078dd3514c65eabce166b8431a56d8a667cb:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (2019-10-27 12:13:16 -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 7de086909365cd60a5619a45af3f4152516fd75c:

  powerpc/bpf: Fix tail call implementation (2019-11-02 00:32:26 +0100)

----------------------------------------------------------------
Björn Töpel (3):
      perf tools: Make usage of test_attr__* optional for perf-sys.h
      samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
      bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()

Daniel Borkmann (1):
      bpf, doc: Add Andrii as official reviewer to BPF subsystem

Eric Dumazet (1):
      powerpc/bpf: Fix tail call implementation

Ilya Leoshkevich (1):
      bpf: Allow narrow loads of bpf_sysctl fields with offset > 0

 MAINTAINERS                               |  1 +
 arch/powerpc/net/bpf_jit_comp64.c         | 13 +++++++++++++
 include/linux/bpf.h                       |  4 ++--
 kernel/bpf/cgroup.c                       |  4 ++--
 kernel/bpf/syscall.c                      |  7 +++++--
 samples/bpf/Makefile                      |  1 +
 tools/perf/perf-sys.h                     |  6 ++++--
 tools/testing/selftests/bpf/test_sysctl.c |  8 +++++++-
 8 files changed, 35 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: bpf 2019-11-02
  2019-11-02  1:27 pull-request: bpf 2019-11-02 Daniel Borkmann
@ 2019-11-06  1:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-11-06  1:38 UTC (permalink / raw)
  To: daniel; +Cc: jakub.kicinski, ast, netdev, bpf

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Sat,  2 Nov 2019 02:27:06 +0100

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

Pulled and build testing, thanks Daniel.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-06  1:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02  1:27 pull-request: bpf 2019-11-02 Daniel Borkmann
2019-11-06  1:38 ` 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).