Hi Linus, We still have a pending fix for a cancelation issue, but it's still being investigated and the plan is for that to hit 5.11-rc5. Changes in this pull request: - Dead mm handling fix (Pavel) - SQPOLL setup error handling (Pavel) - Flush timeout sequence fix (Marcelo) - Missing finish_wait() for one exit case Please pull! The following changes since commit d9d05217cb6990b9a56e13b56e7a1b71e2551f6c: io_uring: stop SQPOLL submit on creator's death (2021-01-09 09:21:43 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.11-2021-01-16 for you to fetch changes up to a8d13dbccb137c46fead2ec1a4f1fbc8cfc9ea91: io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() (2021-01-15 16:04:23 -0700) ---------------------------------------------------------------- io_uring-5.11-2021-01-16 ---------------------------------------------------------------- Jens Axboe (1): io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() Marcelo Diop-Gonzalez (1): io_uring: flush timeouts that should already have expired Pavel Begunkov (4): io_uring: drop mm and files after task_work_run io_uring: don't take files/mm for a dead task io_uring: fix null-deref in io_disable_sqo_submit io_uring: do sqo disable on install_fd error fs/io_uring.c | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) -- Jens Axboe