bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2019-12-02
@ 2019-12-02 10:12 Daniel Borkmann
  2019-12-02 18:51 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2019-12-02 10:12 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 10 non-merge commits during the last 6 day(s) which contain
a total of 10 files changed, 60 insertions(+), 51 deletions(-).

The main changes are:

1) Fix vmlinux BTF generation for binutils pre v2.25, from Stanislav Fomichev.

2) Fix libbpf global variable relocation to take symbol's st_value offset
   into account, from Andrii Nakryiko.

3) Fix libbpf build on powerpc where check_abi target fails due to different
   readelf output format, from Aurelien Jarno.

4) Don't set BPF insns RO for the case when they are JITed in order to avoid
   fragmenting the direct map, from Daniel Borkmann.

5) Fix static checker warning in btf_distill_func_proto() as well as a build
   error due to empty enum when BPF is compiled out, from Alexei Starovoitov.

6) Fix up generation of bpf_helper_defs.h for perf, from Arnaldo Carvalho de Melo.

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:

Andrii Nakryiko, Arnaldo Carvalho de Melo, Dan Carpenter, John 
Fastabend, Michael Ellerman, Randy Dunlap, Yonghong Song

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

The following changes since commit a95069ecb7092d03b2ea1c39ee04514fe9627540:

  gve: Fix the queue page list allocated pages count (2019-11-26 15:52:34 -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 3464afdf11f9a1e031e7858a05351ceca1792fea:

  libbpf: Fix readelf output parsing on powerpc with recent binutils (2019-12-02 10:31:54 +0100)

----------------------------------------------------------------
Alexei Starovoitov (3):
      bpf: Fix static checker warning
      libbpf: Fix sym->st_value print on 32-bit arches
      bpf: Fix build in minimal configurations

Andrii Nakryiko (2):
      libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
      libbpf: Fix global variable relocation

Arnaldo Carvalho de Melo (1):
      libbpf: Fix up generation of bpf_helper_defs.h

Aurelien Jarno (1):
      libbpf: Fix readelf output parsing on powerpc with recent binutils

Daniel Borkmann (1):
      bpf: Avoid setting bpf insns pages read-only when prog is jited

Stanislav Fomichev (2):
      bpf: Support pre-2.25-binutils objcopy for vmlinux BTF
      bpf: Force .BTF section start to zero when dumping from vmlinux

 include/linux/filter.h                            |  8 +++-
 kernel/bpf/btf.c                                  |  5 ++-
 scripts/link-vmlinux.sh                           |  8 +++-
 tools/lib/bpf/Makefile                            | 10 ++---
 tools/lib/bpf/libbpf.c                            | 45 ++++++++++-------------
 tools/perf/MANIFEST                               |  1 +
 tools/testing/selftests/bpf/progs/fentry_test.c   | 12 +++---
 tools/testing/selftests/bpf/progs/fexit_bpf2bpf.c |  6 +--
 tools/testing/selftests/bpf/progs/fexit_test.c    | 12 +++---
 tools/testing/selftests/bpf/progs/test_mmap.c     |  4 +-
 10 files changed, 60 insertions(+), 51 deletions(-)

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

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

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Mon,  2 Dec 2019 11:12:16 +0100

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

Pulled, thanks Daniel.

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

end of thread, other threads:[~2019-12-02 18:51 UTC | newest]

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