mbox series

[GIT,PULL] io_uring fixes for 5.19-rc8

Message ID bb6d41af-7343-a8c5-92c9-100e13fe43a1@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 5.19-rc8 | expand

Pull-request

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

Message

Jens Axboe July 22, 2022, 4:18 p.m. UTC
Hi Linus,

Fix for a bad kfree() introduced in this cycle, and a quick fix for
disabling buffer recycling for IORING_OP_READV. The latter will get
reworked for 5.20, but it gets the job done for 5.19.

Please pull!


The following changes since commit d785a773bed966a75ca1f11d108ae1897189975b:

  io_uring: check that we have a file table when allocating update slots (2022-07-09 07:02:10 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 934447a603b22d98f45a679115d8402e1efdd0f7:

  io_uring: do not recycle buffer in READV (2022-07-21 08:31:31 -0600)

----------------------------------------------------------------
io_uring-5.19-2022-07-21

----------------------------------------------------------------
Dylan Yudaken (2):
      io_uring: fix free of unallocated buffer list
      io_uring: do not recycle buffer in READV

 fs/io_uring.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org July 22, 2022, 8:07 p.m. UTC | #1
The pull request you sent on Fri, 22 Jul 2022 10:18:45 -0600:

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

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

Thank you!