Re: [PATCH 00/12] tools/nolibc: always use 64-bit ino_t, off_t and time-related types
From: Willy Tarreau
Date: Sun Nov 02 2025 - 03:44:40 EST
On Wed, Oct 29, 2025 at 05:02:50PM +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.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Thanks Thomas for this cleanup! Overall this looks good to me. I also
tested my preinit code against it based both on latest and older UAPI
headers (5.4) and everything still builds and seems to work fine.
For the whole series: Acked-by: Willy Tarreau <w@xxxxxx>
Willy