mbox series

[0/3] multishot improvements

Message ID cover.1740331076.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series multishot improvements | expand

Message

Pavel Begunkov Feb. 23, 2025, 5:22 p.m. UTC
Fix accept with the first patch, and make multishot handling a bit
more saner. As mentioned, changes in Patch 3 will be used later to
further cleaning it up.

Pavel Begunkov (3):
  io_uring/net: fix accept multishot handling
  io_uring/net: canonise accept mshot handling
  io_uring: make io_poll_issue() sturdier

 io_uring/io_uring.c | 40 +++++++++++++++++++++++++++++++++-------
 io_uring/net.c      | 15 ++++++---------
 2 files changed, 39 insertions(+), 16 deletions(-)

Comments

Jens Axboe Feb. 24, 2025, 2:53 p.m. UTC | #1
On Sun, 23 Feb 2025 17:22:28 +0000, Pavel Begunkov wrote:
> Fix accept with the first patch, and make multishot handling a bit
> more saner. As mentioned, changes in Patch 3 will be used later to
> further cleaning it up.
> 
> Pavel Begunkov (3):
>   io_uring/net: fix accept multishot handling
>   io_uring/net: canonise accept mshot handling
>   io_uring: make io_poll_issue() sturdier
> 
> [...]

Applied, thanks!

[1/3] io_uring/net: fix accept multishot handling
      commit: 6a1ac63e91a70c9c35f2fb7ab4f0b74acb8a903c
[2/3] io_uring/net: canonise accept mshot handling
      commit: f474b328b527616d72419a23029fb8bd7e2bea52
[3/3] io_uring: make io_poll_issue() sturdier
      commit: 0243b56ffd3c69b030b90e046ebc38d5e54249e2

Best regards,