public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCHSET 0/2] eventfd handling cleanups
@ 2024-06-03 18:03 Jens Axboe
  2024-06-03 18:03 ` [PATCH 1/2] io_uring/eventfd: move to more idiomatic RCU free usage Jens Axboe
  2024-06-03 18:03 ` [PATCH 2/2] io_uring/eventfd: move eventfd handling to separate file Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2024-06-03 18:03 UTC (permalink / raw)
  To: io-uring

Hi,

Patch 1 I ran into while doing other work, causing leaks. As far as I
can tell, not triggerable in the current tree, but I do think the
rewritten handling of eventfd is much better and more closely follows
the expected RCU usage.

Patch 2 is just a cleanup on top. There's no reason to keep the eventfd
code in both io_uring.c and register.c, move it to a separate file to
avoid polluting the global space.

-- 
Jens Axboe


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

end of thread, other threads:[~2024-06-03 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 18:03 [PATCHSET 0/2] eventfd handling cleanups Jens Axboe
2024-06-03 18:03 ` [PATCH 1/2] io_uring/eventfd: move to more idiomatic RCU free usage Jens Axboe
2024-06-03 18:03 ` [PATCH 2/2] io_uring/eventfd: move eventfd handling to separate file Jens Axboe

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