From: patchwork-bot+netdevbpf@kernel.org
To: Emil Tsalapatis <emil@etsalapatis.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org,
memxor@gmail.com, daniel@iogearbox.net, eddyz87@gmail.com,
song@kernel.org, mattbobrowski@google.com
Subject: Re: [PATCH bpf-next v9 0/8] Introduce arena library and runtime
Date: Mon, 27 Apr 2026 01:20:18 +0000 [thread overview]
Message-ID: <177725281855.2918873.11476351172430817233.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260426190338.4615-1-emil@etsalapatis.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Sun, 26 Apr 2026 15:03:30 -0400 you wrote:
> Add a new subdirectory to tools/testing/selftests/bpf called libarena,
> along with programs useful for writing arena-based BPF code. This
> patchset adds the following:
>
> 1) libarena, a subdirectory where arena BPF code that is generally useful
> to BPF arena programs can be easily added and tested.
>
> [...]
Here is the summary with links:
- [bpf-next,v9,1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
https://git.kernel.org/bpf/bpf-next/c/1fb8e9b32e19
- [bpf-next,v9,2/8] selftests/bpf: Add basic libarena scaffolding
https://git.kernel.org/bpf/bpf-next/c/d5327480a12a
- [bpf-next,v9,3/8] selftests/bpf: Move arena-related headers into libarena
https://git.kernel.org/bpf/bpf-next/c/8c1e1c33fe5a
- [bpf-next,v9,4/8] selftests/bpf: Add arena ASAN runtime to libarena
https://git.kernel.org/bpf/bpf-next/c/9ab78691eb5f
- [bpf-next,v9,5/8] selftests/bpf: Add ASAN support for libarena selftests
https://git.kernel.org/bpf/bpf-next/c/cfc00618b9df
- [bpf-next,v9,6/8] selftests/bpf: Add buddy allocator for libarena
https://git.kernel.org/bpf/bpf-next/c/86426a28c52d
- [bpf-next,v9,7/8] selftests/bpf: Add selftests for libarena buddy allocator
https://git.kernel.org/bpf/bpf-next/c/b1487dc1b181
- [bpf-next,v9,8/8] selftests/bpf: Reuse stderr parsing for libarena ASAN tests
https://git.kernel.org/bpf/bpf-next/c/554e4eb9e4b7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-04-27 1:21 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-26 19:03 [PATCH bpf-next v9 0/8] Introduce arena library and runtime Emil Tsalapatis
2026-04-26 19:03 ` [PATCH bpf-next v9 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h Emil Tsalapatis
2026-04-26 19:03 ` [PATCH bpf-next v9 2/8] selftests/bpf: Add basic libarena scaffolding Emil Tsalapatis
2026-04-26 19:34 ` sashiko-bot
2026-04-26 19:03 ` [PATCH bpf-next v9 3/8] selftests/bpf: Move arena-related headers into libarena Emil Tsalapatis
2026-04-26 19:03 ` [PATCH bpf-next v9 4/8] selftests/bpf: Add arena ASAN runtime to libarena Emil Tsalapatis
2026-04-26 20:12 ` sashiko-bot
2026-04-26 19:03 ` [PATCH bpf-next v9 5/8] selftests/bpf: Add ASAN support for libarena selftests Emil Tsalapatis
2026-04-26 19:33 ` bot+bpf-ci
2026-04-26 20:28 ` sashiko-bot
2026-04-26 19:03 ` [PATCH bpf-next v9 6/8] selftests/bpf: Add buddy allocator for libarena Emil Tsalapatis
2026-04-26 19:46 ` bot+bpf-ci
2026-04-26 20:54 ` sashiko-bot
2026-04-26 19:03 ` [PATCH bpf-next v9 7/8] selftests/bpf: Add selftests for libarena buddy allocator Emil Tsalapatis
2026-04-26 21:09 ` sashiko-bot
2026-04-26 19:03 ` [PATCH bpf-next v9 8/8] selftests/bpf: Reuse stderr parsing for libarena ASAN tests Emil Tsalapatis
2026-04-26 19:46 ` bot+bpf-ci
2026-04-26 21:38 ` sashiko-bot
2026-04-27 1:20 ` patchwork-bot+netdevbpf [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-04-26 19:02 [PATCH bpf-next v9 0/8] Introduce arena library and runtime Emil Tsalapatis
2026-04-26 19:05 ` Emil Tsalapatis
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=177725281855.2918873.11476351172430817233.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=mattbobrowski@google.com \
--cc=memxor@gmail.com \
--cc=song@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox