From: Vincent Dagonneau <v@vda.io>
To: linux-kernel@vger.kernel.org
Cc: w@1wt.eu, thomas@t-8ch.de, Vincent Dagonneau <v@vda.io>
Subject: [PATCH v7 0/4] tools/nolibc: Adding stdint.h, more integer types and tests
Date: Mon, 27 Feb 2023 21:11:32 -0500 [thread overview]
Message-ID: <20230228021136.13472-1-v@vda.io> (raw)
Hi,
This is version 7 of the patch to add stdint.h to nolibc. Previous
versions of this patch are available here:
* v6: https://lore.kernel.org/all/20230223010025.11092-1-v@vda.io/
* v5: https://lore.kernel.org/all/20230220202010.37475-1-v@vda.io/
* v4: https://lore.kernel.org/all/20230209024044.13127-1-v@vda.io/
* v3: https://lore.kernel.org/all/20230206013248.471664-1-v@vda.io/
* v2: https://lore.kernel.org/all/20230202201101.43160-1-v@vda.io/
* v1: https://lore.kernel.org/all/20230202160236.25342-1-v@vda.io/
This version integrates the Reviewd-By Thomas Weißschuh. It also moves
the whole block of tests from syscall tests to stdlib tests.
Vincent.
Vincent Dagonneau (4):
tools/nolibc: Adding stdint.h
tools/nolibc: Adding integer types and integer limit macros
tools/nolibc: Enlarging column width of tests
tools/nolibc: Adds tests for the integer limits in stdint.h
tools/include/nolibc/Makefile | 4 +-
tools/include/nolibc/std.h | 15 +-
tools/include/nolibc/stdint.h | 84 +++++++++++
tools/testing/selftests/nolibc/nolibc-test.c | 139 ++++++++++++-------
4 files changed, 177 insertions(+), 65 deletions(-)
create mode 100644 tools/include/nolibc/stdint.h
--
2.39.1
next reply other threads:[~2023-02-28 2:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-28 2:11 Vincent Dagonneau [this message]
2023-02-28 2:11 ` [PATCH v7 1/4] tools/nolibc: add stdint.h Vincent Dagonneau
2023-02-28 2:24 ` Thomas Weißschuh
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=20230228021136.13472-1-v@vda.io \
--to=v@vda.io \
--cc=linux-kernel@vger.kernel.org \
--cc=thomas@t-8ch.de \
--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