public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] tools/nolibc: add err.h
@ 2026-03-11 22:00 Thomas Weißschuh
  2026-03-11 22:00 ` [PATCH 1/4] selftests/nolibc: add a variable for nolibc-test source files Thomas Weißschuh
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Weißschuh @ 2026-03-11 22:00 UTC (permalink / raw)
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kselftest, linux-kernel, Thomas Weißschuh

Add a few convenient helpers to print error and warning messages.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (4):
      selftests/nolibc: add a variable for nolibc-test source files
      selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
      tools/nolibc: add support for program_invocation_{,short_}name
      tools/nolibc: add err.h

 tools/include/nolibc/Makefile                      |  1 +
 tools/include/nolibc/crt.h                         | 26 +++++++
 tools/include/nolibc/err.h                         | 91 ++++++++++++++++++++++
 tools/include/nolibc/errno.h                       |  2 +
 tools/include/nolibc/nolibc.h                      |  1 +
 tools/testing/selftests/nolibc/Makefile            |  4 +-
 tools/testing/selftests/nolibc/Makefile.include    |  2 +
 tools/testing/selftests/nolibc/Makefile.nolibc     |  8 +-
 .../selftests/nolibc/nolibc-test-ignore-errno.c    |  6 ++
 tools/testing/selftests/nolibc/nolibc-test.c       |  2 +
 10 files changed, 137 insertions(+), 6 deletions(-)
---
base-commit: db4f34cc063d68f329fc543a5808fe53e61fc796
change-id: 20260311-nolibc-err-h-df36a75dddf8

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


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

end of thread, other threads:[~2026-03-12  3:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 22:00 [PATCH 0/4] tools/nolibc: add err.h Thomas Weißschuh
2026-03-11 22:00 ` [PATCH 1/4] selftests/nolibc: add a variable for nolibc-test source files Thomas Weißschuh
2026-03-11 22:00 ` [PATCH 2/4] selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation Thomas Weißschuh
2026-03-11 22:00 ` [PATCH 3/4] tools/nolibc: add support for program_invocation_{,short_}name Thomas Weißschuh
2026-03-11 22:00 ` [PATCH 4/4] tools/nolibc: add err.h Thomas Weißschuh
2026-03-12  3:15 ` [PATCH 0/4] " Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox