[GIT PULL] nolibc changes for v6.13
From: Paul E. McKenney
Date: Sun Nov 17 2024 - 13:40:57 EST
Hello, Linus,
Once the v6.13 merge window opens, please pull the latest nolibc
changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/nolibc.2024.11.01a
# HEAD: ad0558f3883130954ca724697f2d19aef93967b3: selftests/nolibc: start qemu with 1 GiB of memory (2024-10-07 21:57:45 +0200)
----------------------------------------------------------------
nolibc changes for 6.13
Changes
-------
* Fix potential error due to missing #include on s390
* Compatibility with -Wmissing-fallthrough
* Run qemu with more memory during tests
----------------------------------------------------------------
Thomas Weißschuh (3):
tools/nolibc: s390: include std.h
tools/nolibc: compiler: add macro __nolibc_fallthrough
selftests/nolibc: start qemu with 1 GiB of memory
tools/include/nolibc/arch-s390.h | 1 +
tools/include/nolibc/compiler.h | 6 ++++++
tools/include/nolibc/stdio.h | 3 ++-
tools/testing/selftests/nolibc/Makefile | 4 ++--
4 files changed, 11 insertions(+), 3 deletions(-)