Re: [PATCH 0/4] nolibc: add support for the s390 platform

From: Willy Tarreau
Date: Tue Jan 10 2023 - 02:34:06 EST


On Mon, Jan 09, 2023 at 11:15:34AM -0800, Paul E. McKenney wrote:
> On Mon, Jan 09, 2023 at 09:09:06AM +0100, Willy Tarreau wrote:
> > 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@xxxxxx/
> >
> > It passes the self-tests correctly and the patches are clean, please
> > consider queuing it.
>
> "80 test(s) passed" and successful exit code. I will assume that the
> decrease in tests from 81 to 80 is intended. I have these queued,
> but it may be some hours before they are externally visible.

Interesting, I didn't notice and I'm not observing this when running
qemu-s390x (the userland version), I'm currently rebuilding the kernel
to compare and will let you know. Thanks for checking!

Willy