mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Thomas Weißschuh" <linux@weissschuh.net>
To: Vincent Dagonneau <v@vda.io>
Cc: linux-kernel@vger.kernel.org, w@1wt.eu
Subject: Re: [PATCH v7 1/4] tools/nolibc: add stdint.h
Date: Tue, 28 Feb 2023 02:24:15 +0000	[thread overview]
Message-ID: <85e5fe90-4ff9-45f5-99d4-08ee737dfb51@t-8ch.de> (raw)
In-Reply-To: <20230228021136.13472-2-v@vda.io>

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@vda.io>
> Signed-off-by: Willy Tarreau <w@1wt.eu>
> Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>

One more nitpick (applies to all patches):

The correct order of trailers would be:

Signed-off-by: Willy Tarreau <w@1wt.eu>
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Vincent Dagonneau <v@vda.io>

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.

> ---
>  tools/include/nolibc/Makefile |  4 ++--
>  tools/include/nolibc/std.h    | 15 +--------------
>  tools/include/nolibc/stdint.h | 24 ++++++++++++++++++++++++
>  3 files changed, 27 insertions(+), 16 deletions(-)
>  create mode 100644 tools/include/nolibc/stdint.h

  reply	other threads:[~2023-02-28  2:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28  2:11 [PATCH v7 0/4] tools/nolibc: Adding stdint.h, more integer types and tests Vincent Dagonneau
2023-02-28  2:11 ` [PATCH v7 1/4] tools/nolibc: add stdint.h Vincent Dagonneau
2023-02-28  2:24   ` Thomas Weißschuh [this message]
2023-02-28  2:47     ` Willy Tarreau
2023-02-28  2:11 ` [PATCH v7 2/4] tools/nolibc: add integer types and integer limit macros Vincent Dagonneau
2023-02-28  2:11 ` [PATCH v7 3/4] tools/nolibc: enlarge column width of tests Vincent Dagonneau
2023-02-28  2:11 ` [PATCH v7 4/4] tools/nolibc: add tests for the integer limits in stdint.h Vincent Dagonneau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85e5fe90-4ff9-45f5-99d4-08ee737dfb51@t-8ch.de \
    --to=linux@weissschuh.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v@vda.io \
    --cc=w@1wt.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®