Re: [PATCH 3/9] ARM: oabi-compat: add epoll_pwait handler

From: Christoph Hellwig
Date: Tue Sep 08 2020 - 02:17:02 EST


> +SYSCALL_DEFINE4(oabi_epoll_wait, int, epfd, struct oabi_epoll_event __user *, events,
> + int, maxevents, int, timeout)

> +SYSCALL_DEFINE6(oabi_epoll_pwait, int, epfd, struct oabi_epoll_event __user *, events,
> + int, maxevents, int, timeout, const sigset_t __user *, sigmask,
> + size_t, sigsetsize)

More pointlessly long lines..

Otherwise this looks good to me:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>