[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230109080910.26594-1-w@1wt.eu>
Date: Mon, 9 Jan 2023 09:09:06 +0100
From: Willy Tarreau <w@....eu>
To: "Paul E. McKenney" <paulmck@...nel.org>
Cc: linux-kernel@...r.kernel.org, Sven Schnelle <svens@...ux.ibm.com>,
Willy Tarreau <w@....eu>
Subject: [PATCH 0/4] nolibc: add support for the s390 platform
Hello Paul,
this series adds support for the s390x platform to nolibc and rcutorture,
reducing the init size from ~600kB to ~1kB. The work was contributed by
Sven Schnelle. It depends on the fixes series I sent previously:
https://lore.kernel.org/lkml/20230109075442.25963-1-w@1wt.eu/
It passes the self-tests correctly and the patches are clean, please
consider queuing it.
Thank you!
Willy
---
Sven Schnelle (4):
nolibc: add support for s390
selftests/nolibc: add s390 support
rcutorture: add support for s390
rcutorture: build initrd for rcutorture with nolibc
tools/include/nolibc/arch-s390.h | 222 ++++++++++++++++++
tools/include/nolibc/arch.h | 2 +
tools/include/nolibc/sys.h | 2 +
tools/testing/selftests/nolibc/Makefile | 7 +-
.../selftests/rcutorture/bin/functions.sh | 6 +
.../selftests/rcutorture/bin/mkinitrd.sh | 2 +-
6 files changed, 239 insertions(+), 2 deletions(-)
create mode 100644 tools/include/nolibc/arch-s390.h
--
2.17.5
Powered by blists - more mailing lists