mbox series

[0/2] improve multishot error codes

Message ID cover.1741453534.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series improve multishot error codes | expand

Message

Pavel Begunkov March 8, 2025, 5:19 p.m. UTC
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(-)

Comments

Jens Axboe March 10, 2025, 1:14 p.m. UTC | #1
On Sat, 08 Mar 2025 17:19:31 +0000, Pavel Begunkov wrote:
> 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
> 
> [...]

Applied, thanks!

[1/2] io_uring: return -EAGAIN to continue multishot
      commit: 7a9dcb05f5501b07a2ef7d0ef743f4f17e9f3055
[2/2] io_uring: unify STOP_MULTISHOT with IOU_OK
      commit: 5027d02452c982bdc7b36205c66466ebd7e6ee17

Best regards,