Re: [PATCH v3 13/13] epoll: implement epoll_create2() syscall

From: Arnd Bergmann
Date: Thu May 16 2019 - 06:05:18 EST


On Thu, May 16, 2019 at 10:59 AM Roman Penyaev <rpenyaev@xxxxxxx> wrote:
>
> epoll_create2() is needed to accept EPOLL_USERPOLL flags
> and size, i.e. this patch wires up polling from userspace.

Could you add the system call to all syscall*.tbl files at the same time here?

Arnd