Hi Linus, Two small fixes for this release, fixing corner/error cases. Please pull! The following changes since commit 3e863ea3bb1a2203ae648eb272db0ce6a1a2072c: io_uring: missed req_init_async() for IOSQE_ASYNC (2020-07-23 11:20:55 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.8-2020-07-30 for you to fetch changes up to 4ae6dbd683860b9edc254ea8acf5e04b5ae242e5: io_uring: fix lockup in io_fail_links() (2020-07-24 12:51:33 -0600) ---------------------------------------------------------------- io_uring-5.8-2020-07-30 ---------------------------------------------------------------- Pavel Begunkov (2): io_uring: fix ->work corruption with poll_add io_uring: fix lockup in io_fail_links() fs/io_uring.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- Jens Axboe