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@weissschuh.net
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@1wt.eu
Willy