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