mbox series

[PATCHSET,0/3] Add io_uring support for epoll_ctl

Message ID 20200122160231.11876-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Add io_uring support for epoll_ctl | expand

Message

Jens Axboe Jan. 22, 2020, 4:02 p.m. UTC
This adds support for epoll manipulation through io_uring, in particular
epoll_ctl(2). Patch 1 is just a prep patch, patch 2 adds non-block
support for epoll, and patch 3 wires it up for io_uring.

Patch 2 isn't the prettiest thing in the world, but we need to do
nonblock grabbing of the mutexes and be able to back out safely.

Please review, thanks.