From: Pavel Begunkov <asml.silence@gmail.com>
To: io-uring@vger.kernel.org
Cc: asml.silence@gmail.com
Subject: [PATCH 0/2] improve multishot error codes
Date: Sat, 8 Mar 2025 17:19:31 +0000 [thread overview]
Message-ID: <cover.1741453534.git.asml.silence@gmail.com> (raw)
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
next reply other threads:[~2025-03-08 17:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-08 17:19 Pavel Begunkov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1741453534.git.asml.silence@gmail.com \
--to=asml.silence@gmail.com \
--cc=io-uring@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.