mbox series

[GIT,PULL] io_uring fixes for 6.2-rc6

Message ID 55d9c30b-6a67-3126-d7a3-b844e00324d6@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.2-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-27

Message

Jens Axboe Jan. 27, 2023, 8:01 p.m. UTC
Hi Linus,

Two small fixes for this release:

- Sanitize how async prep is done for drain requests, so we ensure that
  it always gets done (Dylan)

- A ring provided buffer recycling fix for multishot receive (me)

Please pull!


The following changes since commit 8caa03f10bf92cb8657408a6ece6a8a73f96ce13:

  io_uring/poll: don't reissue in case of poll race on multishot request (2023-01-20 15:11:54 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-27

for you to fetch changes up to ef5c600adb1d985513d2b612cc90403a148ff287:

  io_uring: always prep_async for drain requests (2023-01-27 06:29:29 -0700)

----------------------------------------------------------------
io_uring-6.2-2023-01-27

----------------------------------------------------------------
Dylan Yudaken (1):
      io_uring: always prep_async for drain requests

Jens Axboe (1):
      io_uring/net: cache provided buffer group value for multishot receives

 io_uring/io_uring.c | 18 ++++++++----------
 io_uring/net.c      | 11 +++++++++++
 2 files changed, 19 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 28, 2023, 12:20 a.m. UTC | #1
The pull request you sent on Fri, 27 Jan 2023 13:01:26 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.2-2023-01-27

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

Thank you!