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
Subject: Re: [PATCH 0/6] selftests/bpf: Fixes and improvements for libarena
Date: Thu, 20 Aug 2026 19:20:14 +0000 [thread overview]
Message-ID: <178725361440.443080.9462048749636340667.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260817191616.11071-1-emil@etsalapatis.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Kumar Kartikeya Dwivedi <memxor@gmail.com>:
On Mon, 17 Aug 2026 15:16:10 -0400 you wrote:
> This patchset addresses issues and feature gaps in libarena's existing
> code, and optimizes some common code paths.
>
> Patch 1 fixes up an inconsistency in the SPDX tags.
> Patch 2 incorporates a followup patch for bitmaps that inlines
> the nonatomic versions of the set/clear/test operations.
> Patch 3 makes it safe to use the arena allocator under IRQ reentrancy.
> Ensuring the allocator is correct under NMIs will be addressed in a
> subsequent patch because it is a larger change.
> Patches 4 to 6 add a calloc() interface for the allocator, along with
> a benchmark that is useful for quickly finding obvious regressions
> during development.
>
> [...]
Here is the summary with links:
- [1/6] selftests/bpf: libarena: Normalize SPDX headers across files
https://git.kernel.org/bpf/bpf-next/c/ee66e3796b80
- [2/6] selftests/bpf: libarena: Inline nonatomic bitmap operations
https://git.kernel.org/bpf/bpf-next/c/db00d61fa433
- [3/6] selftests/bpf: libarena: Disable IRQs during allocation
https://git.kernel.org/bpf/bpf-next/c/620e1e2b4377
- [4/6] selftests/bpf: libarena: Add calloc() call
https://git.kernel.org/bpf/bpf-next/c/283cb6513c88
- [5/6] selftests/bpf: libarena: Add a benchmark for malloc()/calloc()
https://git.kernel.org/bpf/bpf-next/c/047099824cbe
- [6/6] selftests/bpf: libarena: Optimize and make public arena_memset
https://git.kernel.org/bpf/bpf-next/c/8be79805b06e
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-20 19:21 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-17 19:16 [PATCH 0/6] selftests/bpf: Fixes and improvements for libarena Emil Tsalapatis
2026-08-17 19:16 ` [PATCH 1/6] selftests/bpf: libarena: Normalize SPDX headers across files Emil Tsalapatis
2026-08-17 19:21 ` sashiko-bot
2026-08-17 19:16 ` [PATCH 2/6] selftests/bpf: libarena: Inline nonatomic bitmap operations Emil Tsalapatis
2026-08-17 19:26 ` sashiko-bot
2026-08-17 20:25 ` bot+bpf-ci
2026-08-17 19:16 ` [PATCH 3/6] selftests/bpf: libarena: Disable IRQs during allocation Emil Tsalapatis
2026-08-17 19:28 ` sashiko-bot
2026-08-20 19:28 ` Kumar Kartikeya Dwivedi
2026-08-17 20:38 ` bot+bpf-ci
2026-08-17 19:16 ` [PATCH 4/6] selftests/bpf: libarena: Add calloc() call Emil Tsalapatis
2026-08-17 19:23 ` sashiko-bot
2026-08-17 20:25 ` bot+bpf-ci
2026-08-17 19:16 ` [PATCH 5/6] selftests/bpf: libarena: Add a benchmark for malloc()/calloc() Emil Tsalapatis
2026-08-17 19:31 ` sashiko-bot
2026-08-17 20:25 ` bot+bpf-ci
2026-08-17 19:16 ` [PATCH 6/6] selftests/bpf: libarena: Optimize and make public arena_memset Emil Tsalapatis
2026-08-17 20:25 ` bot+bpf-ci
2026-08-20 19:20 ` 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=178725361440.443080.9462048749636340667.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=memxor@gmail.com \
/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