Re: [PATCH 3/9] ARM: oabi-compat: add epoll_pwait handler
From: Christoph Hellwig <hch@lst.de>
Date: 2020-09-08 06:17:00
Also in:
linux-arch, lkml, stable
From: Christoph Hellwig <hch@lst.de>
Date: 2020-09-08 06:17:00
Also in:
linux-arch, lkml, stable
+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@lst.de> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel