mbox series

[GIT,PULL] io_uring fixes for 5.19-rc5

Message ID 4cfbd928-95d2-f183-5d6e-2e514d85d0f0@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 5.19-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-07-01

Message

Jens Axboe July 1, 2022, 3:31 p.m. UTC
Hi Linus,

Two minor tweaks:

- While we still can, adjust the send/recv based flags to be in ->ioprio
  rather than in ->addr2. This is consistent with eg accept, and also
  doesn't waste a full 64-bit field for flags (Pavel).

- 5.18-stable fix for re-importing provided buffers. Not much real world
  relevance here as it'll only impact non-pollable files gone async,
  which is more of a practical test case rather than something that is
  used in the wild (Dylan).

Please pull!


The following changes since commit 386e4fb6962b9f248a80f8870aea0870ca603e89:

  io_uring: use original request task for inflight tracking (2022-06-23 11:06:43 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-07-01

for you to fetch changes up to 09007af2b627f0f195c6c53c4829b285cc3990ec:

  io_uring: fix provided buffer import (2022-06-30 11:34:41 -0600)

----------------------------------------------------------------
io_uring-5.19-2022-07-01

----------------------------------------------------------------
Dylan Yudaken (1):
      io_uring: fix provided buffer import

Pavel Begunkov (1):
      io_uring: keep sendrecv flags in ioprio

 fs/io_uring.c                 | 19 ++++++++++++-------
 include/uapi/linux/io_uring.h |  2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org July 1, 2022, 6:02 p.m. UTC | #1
The pull request you sent on Fri, 1 Jul 2022 09:31:56 -0600:

> git://git.kernel.dk/linux-block.git tags/io_uring-5.19-2022-07-01

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

Thank you!