mbox series

[PATCHSET,0/2] eventfd handling cleanups

Message ID 20240603180436.312386-1-axboe@kernel.dk (mailing list archive)
Headers show
Series eventfd handling cleanups | expand

Message

Jens Axboe June 3, 2024, 6:03 p.m. UTC
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.