lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 30 Jun 2024 09:06:39 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: Thomas Weißschuh <linux@...ssschuh.net>
Cc: Shuah Khan <skhan@...uxfoundation.org>, Willy Tarreau <w@....eu>,
	linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] nolibc for 6.11-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ