Hi Linus, Two small fixes that should go into 5.11: - task_work resource drop fix (Pavel) - identity COW fix (Xiaoguang) Please pull! The following changes since commit 3a7efd1ad269ccaf9c1423364d97c9661ba6dafa: io_uring: reinforce cancel on flush during exit (2021-01-28 17:04:24 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.11-2021-02-05 for you to fetch changes up to aec18a57edad562d620f7d19016de1fc0cc2208c: io_uring: drop mm/files between task_work_submit (2021-02-04 12:42:58 -0700) ---------------------------------------------------------------- io_uring-5.11-2021-02-05 ---------------------------------------------------------------- Pavel Begunkov (1): io_uring: drop mm/files between task_work_submit Xiaoguang Wang (1): io_uring: don't modify identity's files uncess identity is cowed fs/io_uring.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -- Jens Axboe