All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] eventfd signalling cleanup
@ 2025-04-24 11:31 Pavel Begunkov
  2025-04-24 11:31 ` [PATCH 1/3] io_uring/eventfd: dedup signalling helpers Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2025-04-24 11:31 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Get rid of of conditional rcu locking in io_uring/eventfd.c,
fix a sparse warning and clean it up.

Pavel Begunkov (3):
  io_uring/eventfd: dedup signalling helpers
  io_uring/eventfd: clean up rcu locking
  io_uring/eventfd: open code io_eventfd_grab()

 io_uring/eventfd.c  | 66 ++++++++++-----------------------------------
 io_uring/eventfd.h  |  3 +--
 io_uring/io_uring.c |  4 +--
 3 files changed, 17 insertions(+), 56 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-04-24 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-24 11:31 [PATCH 0/3] eventfd signalling cleanup Pavel Begunkov
2025-04-24 11:31 ` [PATCH 1/3] io_uring/eventfd: dedup signalling helpers Pavel Begunkov
2025-04-24 11:31 ` [PATCH 2/3] io_uring/eventfd: clean up rcu locking Pavel Begunkov
2025-04-24 11:31 ` [PATCH 3/3] io_uring/eventfd: open code io_eventfd_grab() Pavel Begunkov
2025-04-24 13:16 ` [PATCH 0/3] eventfd signalling cleanup Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.