[GIT PULL] nolibc for 6.11-rc1

From: Thomas Weißschuh
Date: Sat Jun 29 2024 - 07:04:21 EST


Hi Paul,

The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:

Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc.git tags/nolibc-20240629-for-6.11-1

for you to fetch changes up to 6ca8f2e20bd1ced8a7cd12b3ae4b1ceca85cfc2b:

selftests: kselftest: also use strerror() on nolibc (2024-06-29 09:44:58 +0200)

----------------------------------------------------------------
Thomas Weißschuh (8):
selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()
selftests/nolibc: disable brk()/sbrk() tests on musl
selftests/nolibc: run-tests.sh: use -Werror by default
tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong
tools/nolibc: implement strtol() and friends
selftests/nolibc: introduce condition to run tests only on nolibc
tools/nolibc: implement strerror()
selftests: kselftest: also use strerror() on nolibc

tools/include/nolibc/stdint.h | 19 +++++
tools/include/nolibc/stdio.h | 10 +++
tools/include/nolibc/stdlib.h | 109 +++++++++++++++++++++++++++
tools/testing/selftests/kselftest.h | 8 --
tools/testing/selftests/nolibc/Makefile | 2 +-
tools/testing/selftests/nolibc/nolibc-test.c | 109 ++++++++++++++++++++++-----
tools/testing/selftests/nolibc/run-tests.sh | 9 ++-
7 files changed, 238 insertions(+), 28 deletions(-)


Thanks,
Thomas