mbox series

[GIT,PULL] io_uring fixes for 6.0-rc2

Message ID 33577155-3f44-b9b7-e5df-97ae8c0163da@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.0-rc2 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/io_uring-6.0-2022-08-19

Message

Jens Axboe Aug. 19, 2022, 5:22 p.m. UTC
Hi Linus,

A few fixes for regressions in this cycle:

- Two instances of using the wrong "has async data" helper (Pavel)

- Fixup zero-copy address import (Pavel)

- Bump zero-copy notification slot limit (Pavel)

Please pull!


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-6.0-2022-08-19

for you to fetch changes up to 3f743e9bbb8fe20f4c477e4bf6341c4187a4a264:

  io_uring/net: use right helpers for async_data (2022-08-18 07:27:20 -0600)

----------------------------------------------------------------
io_uring-6.0-2022-08-19

----------------------------------------------------------------
Pavel Begunkov (4):
      io_uring/net: use right helpers for async recycle
      io_uring/net: improve zc addr import error handling
      io_uring/notif: raise limit on notification slots
      io_uring/net: use right helpers for async_data

 io_uring/net.c   | 22 +++++++++++-----------
 io_uring/notif.h |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 20, 2022, 5:55 p.m. UTC | #1
The pull request you sent on Fri, 19 Aug 2022 11:22:47 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-6.0-2022-08-19

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/beaf139709542d4ee7d22c2312b97c35587eb9db

Thank you!