Re: [PATCH v2 00/13] tools/nolibc: always use 64-bit time-related types

From: Willy Tarreau

Date: Sun Nov 30 2025 - 06:10:26 EST


On Sat, Nov 22, 2025 at 05:59:06PM +0100, Thomas Weißschuh wrote:
> nolibc currently uses 32-bit types for various APIs. These are
> problematic as their reduced value range can lead to truncated values.
>
> Intended for 6.19.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

So overall I'm generally fine with the series, with some minor
reserves that can be dealt with later if needed.

Acked-by: Willy Tarreau <w@xxxxxx>

Thanks!
Willy