Re: [PATCH 1/4] tools/nolibc: add stdint.h

From: Willy Tarreau
Date: Sat Mar 04 2023 - 23:28:03 EST


Hello Paul,

On Sat, Mar 04, 2023 at 04:47:34PM -0800, Paul E. McKenney wrote:
> On Sat, Mar 04, 2023 at 03:26:03PM +0100, Willy Tarreau wrote:
> > From: Vincent Dagonneau <v@xxxxxx>
> >
> > Nolibc works fine for small and limited program however most program
> > expect integer types to be defined in stdint.h rather than std.h.
> >
> > This is a quick fix that moves the existing integer definitions in std.h
> > to stdint.h.
> >
> > Signed-off-by: Vincent Dagonneau <v@xxxxxx>
> > Reviewed-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> > Signed-off-by: Willy Tarreau <w@xxxxxx>
>
> I queued all three serieses, and it does look good, thank you!
>
> make[1]: Leaving directory '/home/git/linux-rcu'
> 125 test(s) passed.
>
> I am figuring on pushing these into the v6.4 merge window, that is,
> the one after the current just-now-closing merge window.

Yes that was the intent, so that we still have time to make some
adjustments if any would be needed. Many thanks!

Willy