public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/6] Various minor cleanups
@ 2025-11-03 18:47 Jens Axboe
  2025-11-03 18:47 ` [PATCH 1/6] io_uring/slist: remove unused wq list splice helpers Jens Axboe
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jens Axboe @ 2025-11-03 18:47 UTC (permalink / raw)
  To: io-uring

Hi,

No particular theme to this "series", it's mostly just moving code
around a bit to more appropriate spots, and removing dead declarations
that are entirely unneeded. Mostly in preparation for moving more of
the cancel code into cancel.c and out of io_uring.c.

No functional changes in this series.

 io_uring/cancel.c   | 44 ++++++++++++++++++++++++++++++++++++++++++++
 io_uring/cancel.h   |  2 ++
 io_uring/io_uring.c | 44 --------------------------------------------
 io_uring/io_uring.h |  3 ---
 io_uring/memmap.h   |  5 -----
 io_uring/net.c      | 14 +++++++++++---
 io_uring/notif.h    |  8 --------
 io_uring/rsrc.c     |  4 ++--
 io_uring/slist.h    | 18 ------------------
 9 files changed, 59 insertions(+), 83 deletions(-)

-- 
Jens Axboe


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

end of thread, other threads:[~2025-11-05 13:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 18:47 [PATCHSET 0/6] Various minor cleanups Jens Axboe
2025-11-03 18:47 ` [PATCH 1/6] io_uring/slist: remove unused wq list splice helpers Jens Axboe
2025-11-03 18:47 ` [PATCH 2/6] io_uring/rsrc: use get/put_user() for integer copy Jens Axboe
2025-11-03 18:48 ` [PATCH 3/6] io_uring/notif: move io_notif_flush() to net.c Jens Axboe
2025-11-04 13:05   ` Pavel Begunkov
2025-11-04 16:31     ` Jens Axboe
2025-11-05 13:14       ` Pavel Begunkov
2025-11-03 18:48 ` [PATCH 4/6] io_uring/memmap: remove dead io_create_region_mmap_safe() declaration Jens Axboe
2025-11-03 18:48 ` [PATCH 5/6] io_uring/cancel: move request/task cancelation logic into cancel.c Jens Axboe
2025-11-03 18:48 ` [PATCH 6/6] io_uring/cancel: move __io_uring_cancel() " Jens Axboe

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