From: patchwork-bot+netdevbpf@kernel.org
To: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org,
daniel@iogearbox.net, eddyz87@gmail.com, emil@etsalapatis.com,
tj@kernel.org, kkd@meta.com, kernel-team@meta.com
Subject: Re: [PATCH bpf-next v5 00/14] Add arena argument support to kfuncs and struct_ops
Date: Sat, 08 Aug 2026 10:10:25 +0000 [thread overview]
Message-ID: <178618382564.2611241.3179867674703496337.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260808003938.3486067-1-memxor@gmail.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Eduard Zingerman <eddyz87@gmail.com>:
On Sat, 8 Aug 2026 02:39:20 +0200 you wrote:
> This is a continuation of patches in [0], with mostly minor changes and
> reordering. The motivation is covered in that link. A major change is
> moving to two tags (__arena and __arena__nullable) and moving the changes
> to JIT to emit more optimized sequences.
>
> Please see commit logs for details.
>
> [...]
Here is the summary with links:
- [bpf-next,v5,01/14] bpf: Rename 'early' BTF checking as a preparation phase
https://git.kernel.org/bpf/bpf-next/c/04962afb3cd6
- [bpf-next,v5,02/14] bpf: Split subprogram and kfunc collection
https://git.kernel.org/bpf/bpf-next/c/41f36ffa3a87
- [bpf-next,v5,03/14] bpf: Collect kfuncs after resolving program resources
https://git.kernel.org/bpf/bpf-next/c/d98b2d445fc5
- [bpf-next,v5,04/14] bpf: Support __arena and __arena__nullable kfunc argument suffixes
https://git.kernel.org/bpf/bpf-next/c/252d36716326
- [bpf-next,v5,05/14] bpf: Support __arena and __arena__nullable on struct_ops arguments
https://git.kernel.org/bpf/bpf-next/c/f6c33c4479a7
- [bpf-next,v5,06/14] bpf, x86: JIT __arena kfunc argument rebasing
https://git.kernel.org/bpf/bpf-next/c/41b75522304c
- [bpf-next,v5,07/14] bpf, x86: Convert struct_ops arena arguments in the trampoline
https://git.kernel.org/bpf/bpf-next/c/5129e9be2111
- [bpf-next,v5,08/14] selftests/bpf: Add kfunc __arena and __arena__nullable argument tests
https://git.kernel.org/bpf/bpf-next/c/0996e93691f1
- [bpf-next,v5,09/14] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
https://git.kernel.org/bpf/bpf-next/c/25818556edcf
- [bpf-next,v5,10/14] selftests/bpf: Add struct_ops __arena and __arena__nullable argument tests
https://git.kernel.org/bpf/bpf-next/c/ba0484197163
- [bpf-next,v5,11/14] bpf, x86: Fix stack-passed arguments for indirect trampolines
https://git.kernel.org/bpf/bpf-next/c/596824de8c10
- [bpf-next,v5,12/14] selftests/bpf: Test stack-passed struct_ops arena arguments
https://git.kernel.org/bpf/bpf-next/c/2d4de9a493a0
- [bpf-next,v5,13/14] bpf: Reject tracing/freplace progs for struct_ops with arena args
https://git.kernel.org/bpf/bpf-next/c/fd6094ac877c
- [bpf-next,v5,14/14] selftests/bpf: Test attach rejection for struct_ops arena programs
https://git.kernel.org/bpf/bpf-next/c/4976cce08baa
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-08-08 10:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-08 0:39 [PATCH bpf-next v5 00/14] Add arena argument support to kfuncs and struct_ops Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 01/14] bpf: Rename 'early' BTF checking as a preparation phase Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 02/14] bpf: Split subprogram and kfunc collection Kumar Kartikeya Dwivedi
2026-08-08 1:59 ` bot+bpf-ci
2026-08-08 0:39 ` [PATCH bpf-next v5 03/14] bpf: Collect kfuncs after resolving program resources Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 04/14] bpf: Support __arena and __arena__nullable kfunc argument suffixes Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 05/14] bpf: Support __arena and __arena__nullable on struct_ops arguments Kumar Kartikeya Dwivedi
2026-08-08 1:17 ` sashiko-bot
2026-08-08 9:49 ` Eduard Zingerman
2026-08-08 0:39 ` [PATCH bpf-next v5 06/14] bpf, x86: JIT __arena kfunc argument rebasing Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 07/14] bpf, x86: Convert struct_ops arena arguments in the trampoline Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 08/14] selftests/bpf: Add kfunc __arena and __arena__nullable argument tests Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 09/14] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 10/14] selftests/bpf: Add struct_ops __arena and __arena__nullable argument tests Kumar Kartikeya Dwivedi
2026-08-08 1:03 ` sashiko-bot
2026-08-08 0:39 ` [PATCH bpf-next v5 11/14] bpf, x86: Fix stack-passed arguments for indirect trampolines Kumar Kartikeya Dwivedi
2026-08-08 1:04 ` sashiko-bot
2026-08-08 0:39 ` [PATCH bpf-next v5 12/14] selftests/bpf: Test stack-passed struct_ops arena arguments Kumar Kartikeya Dwivedi
2026-08-08 0:39 ` [PATCH bpf-next v5 13/14] bpf: Reject tracing/freplace progs for struct_ops with arena args Kumar Kartikeya Dwivedi
2026-08-08 1:17 ` sashiko-bot
2026-08-08 9:57 ` Eduard Zingerman
2026-08-08 0:39 ` [PATCH bpf-next v5 14/14] selftests/bpf: Test attach rejection for struct_ops arena programs Kumar Kartikeya Dwivedi
2026-08-08 9:58 ` Eduard Zingerman
2026-08-08 10:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178618382564.2611241.3179867674703496337.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=emil@etsalapatis.com \
--cc=kernel-team@meta.com \
--cc=kkd@meta.com \
--cc=memxor@gmail.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.