All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] improve multishot error codes
@ 2025-03-08 17:19 Pavel Begunkov
  2025-03-08 17:19 ` [PATCH 1/2] io_uring: return -EAGAIN to continue multishot Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2025-03-08 17:19 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Unify error codes between normal execution path and multishot. It's
a dependency for other work, but it should stand well as independent
cleanups.

Pavel Begunkov (2):
  io_uring: return -EAGAIN to continue multishot
  io_uring: unify STOP_MULTISHOT with IOU_OK

 io_uring/io_uring.c |  5 +---
 io_uring/io_uring.h | 19 +++++++------
 io_uring/net.c      | 66 +++++++++++++--------------------------------
 io_uring/poll.c     |  5 ++--
 io_uring/rw.c       | 15 ++++-------
 5 files changed, 38 insertions(+), 72 deletions(-)

-- 
2.48.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 17:19 [PATCH 0/2] improve multishot error codes Pavel Begunkov
2025-03-08 17:19 ` [PATCH 1/2] io_uring: return -EAGAIN to continue multishot Pavel Begunkov
2025-03-08 17:19 ` [PATCH 2/2] io_uring: unify STOP_MULTISHOT with IOU_OK Pavel Begunkov
2025-03-10 13:14 ` [PATCH 0/2] improve multishot error codes 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.