mbox series

pull-request: bpf-next 2024-11-14

Message ID 20241114202832.3187927-1-martin.lau@linux.dev (mailing list archive)
State Accepted
Commit 55c8590129b5d29591ed699fb64c32788d794e6f
Headers show
Series pull-request: bpf-next 2024-11-14 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net-next
netdev/build_32bit success Errors and warnings before: 3 this patch: 3
netdev/build_tools success Errors and warnings before: 0 (+0) this patch: 0 (+0)
netdev/build_clang success Errors and warnings before: 3 this patch: 3
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: 29 this patch: 29
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest fail net-next-2024-11-15--03-00 (tests: 786)

Message

Martin KaFai Lau Nov. 14, 2024, 8:28 p.m. UTC
Hi David, hi Jakub, hi Paolo, hi Eric,

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

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

The main changes are:

1) Fixes to bpf_msg_push/pop_data and test_sockmap. The changes has
   dependency on the other changes in the bpf-next/net branch,
   from Zijian Zhang.

2) Drop netns codes from mptcp test. Reuse the common helpers in
   test_progs, from Geliang Tang.

Please consider pulling these changes from:

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

Thanks a lot!

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

John Fastabend, Matthieu Baerts (NGI0)

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

The following changes since commit 8d1807a95c7dbb9633817fba776fa2f5e7c5146b:

  Merge branch 'mlx5-misc-patches-2024-10-31' (2024-11-03 15:37:17 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 141b4d6a8049cecdc8124f87e044b83a9e80730d:

  Merge branch 'Fixes to bpf_msg_push/pop_data and test_sockmap' (2024-11-06 16:02:08 -0800)

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

----------------------------------------------------------------
Geliang Tang (1):
      selftests/bpf: Drop netns helpers in mptcp

Martin KaFai Lau (1):
      Merge branch 'Fixes to bpf_msg_push/pop_data and test_sockmap'

Zijian Zhang (8):
      selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
      selftests/bpf: Fix SENDPAGE data logic in test_sockmap
      selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap
      selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmap
      selftests/bpf: Add more tests for test_txmsg_push_pop in test_sockmap
      bpf, sockmap: Several fixes to bpf_msg_push_data
      bpf, sockmap: Several fixes to bpf_msg_pop_data
      bpf, sockmap: Fix sk_msg_reset_curr

 net/core/filter.c                              |  88 +++++++-----
 tools/testing/selftests/bpf/prog_tests/mptcp.c |  42 ++----
 tools/testing/selftests/bpf/test_sockmap.c     | 180 ++++++++++++++++++++++---
 3 files changed, 226 insertions(+), 84 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 15, 2024, 3:30 a.m. UTC | #1
Hello:

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

On Thu, 14 Nov 2024 12:28:32 -0800 you wrote:
> Hi David, hi Jakub, hi Paolo, hi Eric,
> 
> The following pull-request contains BPF updates for your *net-next* tree.
> 
> We've added 9 non-merge commits during the last 4 day(s) which contain
> a total of 3 files changed, 226 insertions(+), 84 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf-next 2024-11-14
    https://git.kernel.org/netdev/net-next/c/55c8590129b5

You are awesome, thank you!