[GIT PULL] io_uring fixes for 5.8-rc3
From: Jens Axboe
Date: Fri Jun 26 2020 - 15:42:23 EST
Hi Linus,
Three small fixes for 5.8-rc3:
- Close a corner case for polled IO resubmission (Pavel)
- Toss commands when exiting (Pavel)
- Fix SQPOLL conditional reschedule on perpetually busy submit (Xuan)
Please pull!
The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:
Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-06-26
for you to fetch changes up to d60b5fbc1ce8210759b568da49d149b868e7c6d3:
io_uring: fix current->mm NULL dereference on exit (2020-06-25 07:20:43 -0600)
----------------------------------------------------------------
io_uring-5.8-2020-06-26
----------------------------------------------------------------
Pavel Begunkov (2):
io_uring: fix hanging iopoll in case of -EAGAIN
io_uring: fix current->mm NULL dereference on exit
Xuan Zhuo (1):
io_uring: fix io_sq_thread no schedule when busy
fs/io_uring.c | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
--
Jens Axboe