Re: [PATCH] tools/nolibc: x86: fix section mismatch caused by asm "mem*" functions

From: Thomas Weißschuh
Date: Mon Oct 27 2025 - 11:30:08 EST


On 2025-10-27 11:24:57+0100, Willy Tarreau wrote:

(...)

> Fixes: 553845eebd60 ("tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`")
> Fixes: 12108aa8c1a1 ("tools/nolibc: x86-64: Use `rep stosb` for `memset()`")
> Cc: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
> Signed-off-by: Willy Tarreau <w@xxxxxx>

Nice analysis! Patch is applied.


Thomas