mbox series

[PATCHSET,0/4] Terminate multishot early on dependencies

Message ID 20221120172807.358868-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Terminate multishot early on dependencies | expand

Message

Jens Axboe Nov. 20, 2022, 5:28 p.m. UTC
Hi,

We had a fix for -rc5 which resolved multishot dependencies for polling
on the io_uring fd itself, but we can also have dependencies with eventfd
(if it's registered as the ring eventfd), or epoll if an io_uring fd is
added to an epoll context and io_uring arms a multishot poll for the epoll
context.

Try and cover this generically rather than need to special case file
types.