Hi Linus, Two minor fixups for the reissue logic, and one for making sure that unbounded work is canceled on io-wq exit. Please pull! The following changes since commit e82ad4853948382d37ac512b27a3e70b6f01c103: io_uring: fix !CONFIG_BLOCK compilation failure (2021-04-02 19:45:34 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.12-2021-04-09 for you to fetch changes up to c60eb049f4a19ddddcd3ee97a9c79ab8066a6a03: io-wq: cancel unbounded works on io-wq destroy (2021-04-08 13:33:17 -0600) ---------------------------------------------------------------- io_uring-5.12-2021-04-09 ---------------------------------------------------------------- Pavel Begunkov (3): io_uring: clear F_REISSUE right after getting it io_uring: fix rw req completion io-wq: cancel unbounded works on io-wq destroy fs/io-wq.c | 4 ++++ fs/io_uring.c | 19 +++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) -- Jens Axboe