All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] random setup cleanups
@ 2025-11-10 13:04 Pavel Begunkov
  2025-11-10 13:04 ` [PATCH 1/4] io_uring: add helper calculating region byte size Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2025-11-10 13:04 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Simple cleanups extracted from another series. Nothing noteworthy
apart from that I needed Patch 1 in a couple of places already,
but it's still a good follow up to recent fixes.

Pavel Begunkov (4):
  io_uring: add helper calculating region byte size
  io_uring: pass sq entires in the params struct
  io_uring: use mem_is_zero to check ring params
  io_uring: move flags check to io_uring_sanitise_params

 io_uring/io_uring.c | 22 ++++++++++++----------
 io_uring/io_uring.h |  2 +-
 io_uring/memmap.c   |  4 ++--
 io_uring/memmap.h   |  5 +++++
 io_uring/register.c |  2 +-
 5 files changed, 21 insertions(+), 14 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-11-10 22:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 13:04 [PATCH 0/4] random setup cleanups Pavel Begunkov
2025-11-10 13:04 ` [PATCH 1/4] io_uring: add helper calculating region byte size Pavel Begunkov
2025-11-10 13:04 ` [PATCH 2/4] io_uring: pass sq entires in the params struct Pavel Begunkov
2025-11-10 13:04 ` [PATCH 3/4] io_uring: use mem_is_zero to check ring params Pavel Begunkov
2025-11-10 13:04 ` [PATCH 4/4] io_uring: move flags check to io_uring_sanitise_params Pavel Begunkov
2025-11-10 22:02 ` [PATCH 0/4] random setup cleanups 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.