mbox series

pull-request: bpf 2023-04-19

Message ID 20230419195847.27060-1-daniel@iogearbox.net (mailing list archive)
State Accepted
Commit 9d94769081a65aacd54552dbdeeca2544f70442b
Headers show
Series pull-request: bpf 2023-04-19 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 28 this patch: 28
netdev/build_clang success Errors and warnings before: 18 this patch: 18
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 28 this patch: 28

Message

Daniel Borkmann April 19, 2023, 7:58 p.m. UTC
Hi David, hi Jakub, hi Paolo, hi Eric,

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

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

The main changes are:

1) Fix a crash on s390's bpf_arch_text_poke() under a NULL new_addr,
   from Ilya Leoshkevich.

2) Fix a bug in BPF verifier's precision tracker, from Daniel Borkmann
   and Andrii Nakryiko.

3) Fix a regression in veth's xdp_features which led to a broken BPF CI
   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:

Heiko Carstens, John Fastabend, Juan Jose Lopez Jaimez, Meador Inge, 
Nenad Stojanovski, Simon Scannell, Thomas Richter

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

The following changes since commit 829cca4d1783088e43bace57a555044cc937c554:

  Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2023-04-13 15:33:04 -0700)

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 71b547f561247897a0a14f3082730156c0533fed:

  bpf: Fix incorrect verifier pruning due to missing register precision taints (2023-04-19 10:18:18 -0700)

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

----------------------------------------------------------------
Daniel Borkmann (1):
      bpf: Fix incorrect verifier pruning due to missing register precision taints

Ilya Leoshkevich (1):
      s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL

Lorenzo Bianconi (1):
      veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features flag

 arch/s390/net/bpf_jit_comp.c | 11 ++++++++---
 drivers/net/veth.c           | 17 +++++++++++------
 kernel/bpf/verifier.c        | 15 +++++++++++++++
 3 files changed, 34 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 20, 2023, 1:40 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 19 Apr 2023 21:58:47 +0200 you wrote:
> Hi David, hi Jakub, hi Paolo, hi Eric,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 3 non-merge commits during the last 6 day(s) which contain
> a total of 3 files changed, 34 insertions(+), 9 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2023-04-19
    https://git.kernel.org/netdev/net/c/9d94769081a6

You are awesome, thank you!