Re: [PATCH v2 0/2] selftests/nolibc: test the memory allocator

From: Willy Tarreau

Date: Sat Apr 04 2026 - 08:37:47 EST


On Sat, Apr 04, 2026 at 01:50:18PM +0200, Thomas Weißschuh wrote:
> The memory allocator has not seen any testing so far.
>
> Add a simple testcase for it.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Previously part of "tools/nolibc: add support for asprintf()".
> - Drop already applied patches.
> - Fix compilation of calloc() on arm32 clang.
> - Link to v1: https://patch.msgid.link/20260401-nolibc-asprintf-v1-0-46292313439f@xxxxxxxxxxxxxx

Nice improvement, thank you Thomas!

Acked-by: Willy Tarreau <w@xxxxxx>

Willy