[GIT PULL] io_uring fixes for 5.7-rc6

From: Jens Axboe
Date: Sat May 16 2020 - 00:49:33 EST


Hi Linus,

Two small fixes that should go into this release:

- Check and handle zero length splice (Pavel)

- Fix a regression in this merge window for fixed files used with polled
block IO.

Please pull!


git://git.kernel.dk/linux-block.git tags/io_uring-5.7-2020-05-15


----------------------------------------------------------------
Jens Axboe (1):
io_uring: polled fixed file must go through free iteration

Pavel Begunkov (1):
io_uring: fix zero len do_splice()

fs/io_uring.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

--
Jens Axboe