netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: kuba@kernel.org, daniel@iogearbox.net, ast@kernel.org,
	andrii@kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org
Subject: pull-request: bpf 2021-10-07
Date: Thu,  7 Oct 2021 15:50:10 +0200	[thread overview]
Message-ID: <20211007135010.21143-1-daniel@iogearbox.net> (raw)

Hi David, hi Jakub,

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

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

The main changes are:

1) Fix ARM BPF JIT to preserve caller-saved regs for DIV/MOD JIT-internal
   helper call, from Johan Almbladh.

2) Fix integer overflow in BPF stack map element size calculation when
   used with preallocation, from Tatsuhiko Yasumatsu.

3) Fix an AF_UNIX regression due to added BPF sockmap support related
   to shutdown handling, from Jiang Wang.

4) Fix a segfault in libbpf when generating light skeletons from objects
   without BTF, from Kumar Kartikeya Dwivedi.

5) Fix a libbpf memory leak in strset to free the actual struct strset
   itself, from Andrii Nakryiko.

6) Dual-license bpf_insn.h similarly as we did for libbpf and bpftool,
   with ACKs from all contributors, from Luca Boccassi.

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, Björn Töpel, Brendan Jackman, Casey Schaufler, 
Chenbo Feng, Daniel Borkmann, Daniel Mack, Joe Stringer, Josef Bacik, 
Magnus Karlsson, Martin KaFai Lau, Simon Horman, Song Liu, Toke 
Høiland-Jørgensen

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

The following changes since commit 4ccb9f03fee7b20484187ba7e25a7b9b79fe63d5:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2021-09-28 13:52:46 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d0c6416bd7091647f6041599f396bfa19ae30368:

  unix: Fix an issue in unix_shutdown causing the other end read/write failures (2021-10-06 14:40:21 +0200)

----------------------------------------------------------------
Andrii Nakryiko (1):
      libbpf: Fix memory leak in strset

Jiang Wang (1):
      unix: Fix an issue in unix_shutdown causing the other end read/write failures

Johan Almbladh (1):
      bpf, arm: Fix register clobbering in div/mod implementation

Kumar Kartikeya Dwivedi (2):
      samples: bpf: Fix vmlinux.h generation for XDP samples
      libbpf: Fix segfault in light skeleton for objects without BTF

Luca Boccassi (1):
      samples/bpf: Relicense bpf_insn.h as GPL-2.0-only OR BSD-2-Clause

Tatsuhiko Yasumatsu (1):
      bpf: Fix integer overflow in prealloc_elems_and_freelist()

 arch/arm/net/bpf_jit_32.c                | 19 +++++++++++++++++++
 kernel/bpf/stackmap.c                    |  3 ++-
 net/unix/af_unix.c                       |  9 +++++----
 samples/bpf/Makefile                     | 17 ++++++++---------
 samples/bpf/bpf_insn.h                   |  2 +-
 samples/bpf/xdp_redirect_map_multi.bpf.c |  5 -----
 tools/lib/bpf/libbpf.c                   |  3 ++-
 tools/lib/bpf/strset.c                   |  1 +
 8 files changed, 38 insertions(+), 21 deletions(-)

             reply	other threads:[~2021-10-07 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07 13:50 Daniel Borkmann [this message]
2021-10-07 14:30 ` pull-request: bpf 2021-10-07 patchwork-bot+netdevbpf

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=20211007135010.21143-1-daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --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).