public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] nolibc: add support for the s390 platform
@ 2023-01-09  8:09 Willy Tarreau
  2023-01-09  8:09 ` [PATCH 1/4] nolibc: add support for s390 Willy Tarreau
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Willy Tarreau @ 2023-01-09  8:09 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: linux-kernel, Sven Schnelle, Willy Tarreau

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-01-11  6:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09  8:09 [PATCH 0/4] nolibc: add support for the s390 platform Willy Tarreau
2023-01-09  8:09 ` [PATCH 1/4] nolibc: add support for s390 Willy Tarreau
2023-01-09  8:09 ` [PATCH 2/4] selftests/nolibc: add s390 support Willy Tarreau
2023-01-09  8:09 ` [PATCH 3/4] rcutorture: add support for s390 Willy Tarreau
2023-01-09  8:09 ` [PATCH 4/4] rcutorture: build initrd for rcutorture with nolibc Willy Tarreau
2023-01-09 19:15 ` [PATCH 0/4] nolibc: add support for the s390 platform Paul E. McKenney
2023-01-09 22:04   ` Paul E. McKenney
2023-01-10  7:32   ` Willy Tarreau
2023-01-10  9:25     ` Willy Tarreau
2023-01-10 14:53       ` Paul E. McKenney
2023-01-10 16:12         ` Willy Tarreau
2023-01-10 16:32           ` Paul E. McKenney
2023-01-10 17:53             ` Willy Tarreau
2023-01-10 21:29               ` Paul E. McKenney
2023-01-11  6:45             ` Sven Schnelle
2023-01-11  6:51               ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox