public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCHSET 0/4] Terminate multishot early on dependencies
@ 2022-11-20 17:28 Jens Axboe
  2022-11-20 17:28 ` [PATCH 1/4] eventpoll: add EPOLL_URING wakeup flag Jens Axboe
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jens Axboe @ 2022-11-20 17:28 UTC (permalink / raw)
  To: io-uring

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.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-20 17:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-20 17:28 [PATCHSET 0/4] Terminate multishot early on dependencies Jens Axboe
2022-11-20 17:28 ` [PATCH 1/4] eventpoll: add EPOLL_URING wakeup flag Jens Axboe
2022-11-20 17:28 ` [PATCH 2/4] eventfd: provide a eventfd_signal_mask() helper Jens Axboe
2022-11-20 17:28 ` [PATCH 3/4] io_uring: pass in EPOLL_URING as part of eventfd signaling and wakeups Jens Axboe
2022-11-20 17:28 ` [PATCH 4/4] Revert "io_uring: disallow self-propelled ring polling" Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox