All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: kuba@kernel.org, pabeni@redhat.com, edumazet@google.com,
	daniel@iogearbox.net, ast@kernel.org, andrii@kernel.org,
	martin.lau@linux.dev, netdev@vger.kernel.org,
	bpf@vger.kernel.org
Subject: pull-request: bpf 2023-04-08
Date: Sat,  8 Apr 2023 00:46:42 +0200	[thread overview]
Message-ID: <20230407224642.30906-1-daniel@iogearbox.net> (raw)

Hi David, hi Jakub, hi Paolo, hi Eric,

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

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

The main changes are:

1) Fix BPF TCP socket iterator to use correct helper for dropping socket's refcount,
   that is, sock_gen_put instead of sock_put, from Martin KaFai Lau.

2) Fix a BTI exception splat in BPF trampoline-generated code on arm64, from Xu Kuohai.

3) Fix a LongArch JIT error from missing BPF_NOSPEC no-op, from George Guo.

4) Fix dynamic XDP feature detection of veth in xdp_redirect selftest, from Lorenzo Bianconi.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

Thanks a lot!

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

Florent Revest, WANG Xuerui

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

The following changes since commit 45977e58ce65ed0459edc9a0466d9dfea09463f5:

  net: dsa: b53: mmap: add phy ops (2023-03-27 08:31:34 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

for you to fetch changes up to 919e659ed12568b5b8ba6c2ffdd82d8d31fc28af:

  selftests/bpf: fix xdp_redirect xdp-features selftest for veth driver (2023-04-06 09:35:09 -0700)

----------------------------------------------------------------
bpf-for-netdev

----------------------------------------------------------------
George Guo (1):
      LoongArch, bpf: Fix jit to skip speculation barrier opcode

Lorenzo Bianconi (1):
      selftests/bpf: fix xdp_redirect xdp-features selftest for veth driver

Martin KaFai Lau (1):
      bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp

Xu Kuohai (1):
      bpf, arm64: Fixed a BTI error on returning to patched function

 arch/arm64/net/bpf_jit.h                           |  4 +++
 arch/arm64/net/bpf_jit_comp.c                      |  3 ++-
 arch/loongarch/net/bpf_jit.c                       |  4 +++
 net/ipv4/tcp_ipv4.c                                |  4 +--
 .../selftests/bpf/prog_tests/xdp_do_redirect.c     | 30 +++++++++++++++++++---
 5 files changed, 39 insertions(+), 6 deletions(-)

             reply	other threads:[~2023-04-07 22:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-07 22:46 Daniel Borkmann [this message]
2023-04-08  1:30 ` pull-request: bpf 2023-04-08 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=20230407224642.30906-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=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=martin.lau@linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.