LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tools/nolibc: implement strtol() and friends
@ 2024-04-25 16:09 Thomas Weißschuh
  2024-04-25 16:09 ` [PATCH 1/2] tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong Thomas Weißschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Weißschuh @ 2024-04-25 16:09 UTC (permalink / raw
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kernel, linux-kselftest, Thomas Weißschuh

I wanted to implement sscanf() for ksft_min_kernel_version() and this is
a prerequisite for it.

It's also useful on its own so it gets its own submission.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong
      tools/nolibc: implement strtol() and friends

 tools/include/nolibc/stdint.h                |  19 +++++
 tools/include/nolibc/stdlib.h                | 109 +++++++++++++++++++++++++++
 tools/testing/selftests/nolibc/nolibc-test.c |  59 +++++++++++++++
 3 files changed, 187 insertions(+)
---
base-commit: f1652790cd374bcf98efc913ec69ed18d20e7747
change-id: 20240415-nolibc-strtol-af77a1f2c766

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-25 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 16:09 [PATCH 0/2] tools/nolibc: implement strtol() and friends Thomas Weißschuh
2024-04-25 16:09 ` [PATCH 1/2] tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong Thomas Weißschuh
2024-04-25 16:09 ` [PATCH 2/2] tools/nolibc: implement strtol() and friends Thomas Weißschuh
2024-04-25 16:29   ` Willy Tarreau
2024-04-25 16:30 ` [PATCH 0/2] " Willy Tarreau
2024-04-25 20:30   ` Thomas Weißschuh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).