[GIT PULL] io_uring fixes for 5.9-rc
From: Jens Axboe
Date: Fri Oct 02 2020 - 13:48:53 EST
Hi Linus,
- Fix for async buffered reads if read-ahead is fully disabled (Hao)
- double poll match fix
- ->show_fdinfo() potential ABBA deadlock complaint fix
Please pull!
The following changes since commit f38c7e3abfba9a9e180b34f642254c43782e7ffe:
io_uring: ensure async buffered read-retry is setup properly (2020-09-25 15:39:13 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.9-2020-10-02
for you to fetch changes up to c8d317aa1887b40b188ec3aaa6e9e524333caed1:
io_uring: fix async buffered reads when readahead is disabled (2020-09-29 07:54:00 -0600)
----------------------------------------------------------------
io_uring-5.9-2020-10-02
----------------------------------------------------------------
Hao Xu (1):
io_uring: fix async buffered reads when readahead is disabled
Jens Axboe (2):
io_uring: always delete double poll wait entry on match
io_uring: fix potential ABBA deadlock in ->show_fdinfo()
fs/io_uring.c | 23 ++++++++++++++++++-----
mm/filemap.c | 6 +++++-
2 files changed, 23 insertions(+), 6 deletions(-)
--
Jens Axboe