Re: [PATCH 1/2] tools/nolibc: s390: provide custom implementation for sys_fork

From: Sven Schnelle
Date: Tue May 09 2023 - 03:56:37 EST


Thomas Weißschuh <linux@xxxxxxxxxxxxxx> writes:

> On s390 the first two arguments to the clone() syscall are swapped,
> as documented in clone(2).
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> tools/include/nolibc/arch-s390.h | 8 ++++++++
> tools/include/nolibc/sys.h | 2 ++
> 2 files changed, 10 insertions(+)

Acked-by: Sven Schnelle <svens@xxxxxxxxxxxxx>