* pull-request: bpf-next 2025-08-21
@ 2025-08-21 19:18 Martin KaFai Lau
2025-08-22 0:30 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Martin KaFai Lau @ 2025-08-21 19:18 UTC (permalink / raw)
To: David Miller, Jakub Kicinski, Eric Dumazet, Paolo Abeni
Cc: Alexei Starovoitov, Andrii Nakryiko, Daniel Borkmann,
Martin KaFai Lau, netdev, bpf
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 3 day(s) which contain
a total of 13 files changed, 1027 insertions(+), 27 deletions(-).
The main changes are:
1) Added bpf dynptr support for accessing the metadata of a skb,
from Jakub Sitnicki.
The patches are merged from a stable branch bpf-next/skb-meta-dynptr.
The same patches have also been merged into bpf-next/master.
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:
Eduard Zingerman, Jesse Brandeburg
----------------------------------------------------------------
The following changes since commit bab3ce404553de56242d7b09ad7ea5b70441ea41:
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue (2025-08-15 18:13:41 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git tags/for-netdev
for you to fetch changes up to 7e1371023accc40423ee27264480307a1ca70aa6:
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net' (2025-08-18 17:58:21 -0700)
----------------------------------------------------------------
bpf-next-for-netdev
----------------------------------------------------------------
Jakub Sitnicki (9):
bpf: Add dynptr type for skb metadata
bpf: Enable read/write access to skb metadata through a dynptr
selftests/bpf: Cover verifier checks for skb_meta dynptr type
selftests/bpf: Pass just bpf_map to xdp_context_test helper
selftests/bpf: Parametrize test_xdp_context_tuntap
selftests/bpf: Cover read access to skb metadata via dynptr
selftests/bpf: Cover write access to skb metadata via dynptr
selftests/bpf: Cover read/write to skb metadata at an offset
selftests/bpf: Cover metadata access from a modified skb clone
Martin KaFai Lau (2):
Merge branch 'add-a-dynptr-type-for-skb-metadata-for-tc-bpf'
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'
include/linux/bpf.h | 7 +-
include/linux/filter.h | 6 +
kernel/bpf/helpers.c | 11 +
kernel/bpf/log.c | 2 +
kernel/bpf/verifier.c | 15 +-
net/core/filter.c | 57 +++
tools/testing/selftests/bpf/bpf_kfuncs.h | 3 +
tools/testing/selftests/bpf/config | 1 +
tools/testing/selftests/bpf/prog_tests/dynptr.c | 2 +
.../bpf/prog_tests/xdp_context_test_run.c | 218 +++++++++--
tools/testing/selftests/bpf/progs/dynptr_fail.c | 258 +++++++++++++
tools/testing/selftests/bpf/progs/dynptr_success.c | 55 +++
tools/testing/selftests/bpf/progs/test_xdp_meta.c | 419 +++++++++++++++++++++
13 files changed, 1027 insertions(+), 27 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pull-request: bpf-next 2025-08-21
2025-08-21 19:18 pull-request: bpf-next 2025-08-21 Martin KaFai Lau
@ 2025-08-22 0:30 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-08-22 0:30 UTC (permalink / raw)
To: Martin KaFai Lau
Cc: davem, kuba, edumazet, pabeni, ast, andrii, daniel, martin.lau,
netdev, bpf
Hello:
This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 21 Aug 2025 12:18:27 -0700 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 3 day(s) which contain
> a total of 13 files changed, 1027 insertions(+), 27 deletions(-).
>
> [...]
Here is the summary with links:
- pull-request: bpf-next 2025-08-21
https://git.kernel.org/netdev/net-next/c/4dba4a936ffb
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:[~2025-08-22 0:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 19:18 pull-request: bpf-next 2025-08-21 Martin KaFai Lau
2025-08-22 0: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).