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

From: Willy Tarreau
Date: Mon Feb 27 2023 - 21:47:26 EST


On Tue, Feb 28, 2023 at 02:24:15AM +0000, Thomas Weißschuh wrote:
> On Mon, Feb 27, 2023 at 09:11:33PM -0500, Vincent Dagonneau wrote:
> > 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>
> > Signed-off-by: Willy Tarreau <w@xxxxxx>
> > Reviewed-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
>
> One more nitpick (applies to all patches):
>
> The correct order of trailers would be:
>
> Signed-off-by: Willy Tarreau <w@xxxxxx>
> Reviewed-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> Signed-off-by: Vincent Dagonneau <v@xxxxxx>
>
> In chronological order.
>
> First Willy submitted something, then I reviewed it and then you
> submitted it.
> Your previous submissions/Signed-off-by are superseeded by the last one.
>
> See Documentation/process/submitting-patches.rst.
> (Especially search for "chronological")
>
> Willy can probably fix this up when applying the series, so a new
> revision may not be necessary.

Yeah absolutely. In fact I'll just drop my initial sob since I only
slightly re-adjusted some of Vincent's patches to illustrate what I
meant and not at all as something sensitive.

Thanks to you both!
Willy