Re: [PATCH] tools/nolibc: drop manual stack pointer alignment

From: Willy Tarreau
Date: Mon Mar 17 2025 - 03:33:41 EST


On Sun, Mar 16, 2025 at 08:46:07PM +0100, Thomas Weißschuh wrote:
> The stack pointer is already aligned by the kernel to a multiple of 16.
> See STACK_ROUND() in fs/binfmt_elf.c.
>
> The manual realignment is unnecessary, drop it.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Looks good to me, thanks Thomas!
Acked-by: Willy Tarreau <w@xxxxxx>
Willy