All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tools/nolibc: add support for [v]sscanf()
@ 2025-02-09 20:27 Thomas Weißschuh
  2025-02-09 20:27 ` [PATCH v2 1/2] " Thomas Weißschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Weißschuh @ 2025-02-09 20:27 UTC (permalink / raw)
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kernel, linux-kselftest, Thomas Weißschuh

The implementation is limited and only supports numeric arguments.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Changes in v2:
- Return __LINE__ from different testcases to directly point to the
  failed testcase
- Add some comments
- Expand commit message
- Link to v1: https://lore.kernel.org/r/20240731-nolibc-scanf-v1-0-f71bcc4abb9e@weissschuh.net

---
Thomas Weißschuh (2):
      tools/nolibc: add support for [v]sscanf()
      Revert "selftests: kselftest: Fix build failure with NOLIBC"

 tools/include/nolibc/stdio.h                 | 98 ++++++++++++++++++++++++++++
 tools/testing/selftests/kselftest.h          |  5 --
 tools/testing/selftests/nolibc/nolibc-test.c | 68 +++++++++++++++++++
 3 files changed, 166 insertions(+), 5 deletions(-)
---
base-commit: 665fa8dea90d9fbc0e7137c7e1315d6f7e15757e
change-id: 20240414-nolibc-scanf-f1db6930d0c6

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


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

end of thread, other threads:[~2025-02-26 21:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-09 20:27 [PATCH v2 0/2] tools/nolibc: add support for [v]sscanf() Thomas Weißschuh
2025-02-09 20:27 ` [PATCH v2 1/2] " Thomas Weißschuh
2025-02-09 20:27 ` [PATCH v2 2/2] Revert "selftests: kselftest: Fix build failure with NOLIBC" Thomas Weißschuh
2025-02-26 21:12   ` Shuah Khan
2025-02-10  6:29 ` [PATCH v2 0/2] tools/nolibc: add support for [v]sscanf() Willy Tarreau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.