[PATCH 0/3] tools/nolibc: gcc 15 compatibility

Thomas Weißschuh posted 3 patches 2 months, 1 week ago
tools/include/nolibc/compiler.h             | 10 ++++++++++
tools/include/nolibc/crt.h                  |  5 +----
tools/testing/selftests/nolibc/run-tests.sh |  2 +-
3 files changed, 12 insertions(+), 5 deletions(-)
[PATCH 0/3] tools/nolibc: gcc 15 compatibility
Posted by Thomas Weißschuh 2 months, 1 week ago
Ensure nolibc is fully compatible with the latest gcc.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (3):
      tools/nolibc: create __nolibc_no_sanitize_ubsan
      tools/nolibc: support UBSAN on gcc
      selftests/nolibc: use gcc 15

 tools/include/nolibc/compiler.h             | 10 ++++++++++
 tools/include/nolibc/crt.h                  |  5 +----
 tools/testing/selftests/nolibc/run-tests.sh |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
base-commit: 598b670af347bc8d998866b1e795e40a3bb168de
change-id: 20260408-nolibc-gcc-15-bf61ceac9aee

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

Re: [PATCH 0/3] tools/nolibc: gcc 15 compatibility
Posted by Willy Tarreau 2 months ago
Hi Thomas,

On Wed, Apr 08, 2026 at 11:03:55PM +0200, Thomas Weißschuh wrote:
> Ensure nolibc is fully compatible with the latest gcc.
> 
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

Looks good. For the whole series:

Acked-by: Willy Tarreau <w@1wt.eu>

thanks!
Willy