mbox series

[0/2] ring buffer fixes

Message ID cover.1662480490.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series ring buffer fixes | expand

Message

Pavel Begunkov Sept. 6, 2022, 4:11 p.m. UTC
Pavel Begunkov (2):
  io_uring/kbuf: fix not advancing READV kbuf ring
  io_uring: recycle kbuf recycle on tw requeue

 io_uring/io_uring.c | 1 +
 io_uring/kbuf.h     | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Jens Axboe Sept. 7, 2022, 4:39 p.m. UTC | #1
On Tue, 6 Sep 2022 17:11:15 +0100, Pavel Begunkov wrote:
> Pavel Begunkov (2):
>   io_uring/kbuf: fix not advancing READV kbuf ring
>   io_uring: recycle kbuf recycle on tw requeue
> 
> io_uring/io_uring.c | 1 +
>  io_uring/kbuf.h     | 8 ++++++--
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] io_uring/kbuf: fix not advancing READV kbuf ring
      commit: df6d3422d3eed27afa23df092b3ce147c558d1a8
[2/2] io_uring: recycle kbuf recycle on tw requeue
      commit: 336d28a8f38013a069f2d46e73aaa1880ef17a47

Best regards,