bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2022-04-27
@ 2022-04-27 21:27 Daniel Borkmann
  2022-04-27 22:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2022-04-27 21:27 UTC (permalink / raw)
  To: davem; +Cc: kuba, pabeni, edumazet, daniel, ast, andrii, netdev, bpf

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

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

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

The main changes are:

1) Fix xsk sockets when rx and tx are separately bound to the same umem, also
   fix xsk copy mode combined with busy poll, from Maciej Fijalkowski.

2) Fix BPF tunnel/collect_md helpers with bpf_xmit lwt hook usage which triggered
   a crash due to invalid metadata_dst access, from Eyal Birger.

3) Fix release of page pool in XDP live packet mode, from Toke Høiland-Jørgensen.

4) Fix potential NULL pointer dereference in kretprobes, from Adam Zabrocki.

   (Masami & Steven preferred this small fix to be routed via bpf tree given it's
    follow-up fix to Masami's rethook work that went via bpf earlier, too.)

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:

Freysteinn Alfredsson, Magnus Karlsson, Masami Hiramatsu, Song Liu

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

The following changes since commit ec4eb8a86ade4d22633e1da2a7d85a846b7d1798:

  drivers: net: slip: fix NPD bug in sl_tx_timeout() (2022-04-06 23:00:16 -0700)

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 ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e:

  xsk: Fix possible crash when multiple sockets are created (2022-04-26 16:19:54 +0200)

----------------------------------------------------------------
Adam Zabrocki (1):
      kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set

Eyal Birger (1):
      bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook

Maciej Fijalkowski (2):
      xsk: Fix l2fwd for copy mode + busy poll combo
      xsk: Fix possible crash when multiple sockets are created

Toke Høiland-Jørgensen (1):
      bpf: Fix release of page_pool in BPF_PROG_RUN in test runner

 include/net/xsk_buff_pool.h |  1 +
 kernel/kprobes.c            |  2 +-
 net/bpf/test_run.c          |  5 +++--
 net/core/lwt_bpf.c          |  7 +++----
 net/xdp/xsk.c               | 15 ++++++++++++++-
 net/xdp/xsk_buff_pool.c     | 16 ++++++++++++----
 6 files changed, 34 insertions(+), 12 deletions(-)

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

* Re: pull-request: bpf 2022-04-27
  2022-04-27 21:27 pull-request: bpf 2022-04-27 Daniel Borkmann
@ 2022-04-27 22:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-04-27 22:30 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: davem, kuba, pabeni, edumazet, ast, andrii, netdev, bpf

Hello:

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

On Wed, 27 Apr 2022 23:27:48 +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 5 non-merge commits during the last 20 day(s) which contain
> a total of 6 files changed, 34 insertions(+), 12 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2022-04-27
    https://git.kernel.org/netdev/net/c/347cb5deae25

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-04-27 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 21:27 pull-request: bpf 2022-04-27 Daniel Borkmann
2022-04-27 22:30 ` patchwork-bot+netdevbpf

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