Re: [PATCH] [v2] arch: add pidfd and io_uring syscalls everywhere

From: Paul Burton
Date: Mon Apr 15 2019 - 13:19:21 EST


Hi Arnd,

On Mon, Apr 15, 2019 at 04:22:57PM +0200, Arnd Bergmann wrote:
> Add the io_uring and pidfd_send_signal system calls to all architectures.
>
> These system calls are designed to handle both native and compat tasks,
> so all entries are the same across architectures, only arm-compat and
> the generic tale still use an old format.
>
> Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc)
> Acked-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> (s390)
> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> Changes since v1:
> - fix s390 table
> - use 'n64' tag in mips-n64 instead of common.

Thanks for taking care of this:

Acked-by: Paul Burton <paul.burton@xxxxxxxx> # MIPS

Thanks,
Paul