Re: [GIT PULL] nolibc for 6.11-rc1
From: Paul E. McKenney
Date: Sun Jun 30 2024 - 12:06:45 EST
On Sat, Jun 29, 2024 at 01:04:08PM +0200, Thomas Weißschuh wrote:
> 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)
Hearing no objections, I have pulled this in so that it will appear
in the next -next. Here are the test results:
make run:
195 test(s): 195 passed, 0 skipped, 0 failed => status: success
make run-user:
195 test(s): 193 passed, 2 skipped, 0 failed => status: warning
So looks good to me!
Thanx, Paul
> ----------------------------------------------------------------
> 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