bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: jakub.kicinski@netronome.com, daniel@iogearbox.net,
	ast@kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org
Subject: pull-request: bpf 2019-12-02
Date: Mon,  2 Dec 2019 11:12:16 +0100	[thread overview]
Message-ID: <20191202101216.9511-1-daniel@iogearbox.net> (raw)

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(-)

             reply	other threads:[~2019-12-02 10:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02 10:12 Daniel Borkmann [this message]
2019-12-02 18:51 ` pull-request: bpf 2019-12-02 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191202101216.9511-1-daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=jakub.kicinski@netronome.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).