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(-) -- Jens Axboe