Hi Linus, Just a single fix preventing repeated retries of task_work based io-wq thread creation, fixing a regression from when io-wq was made more (a bit too much) resilient against signals. Please pull! The following changes since commit f6223ff799666235a80d05f8137b73e5580077b9: io_uring: Fix undefined-behaviour in io_issue_sqe (2021-11-27 06:41:38 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.16-2021-12-03 for you to fetch changes up to a226abcd5d427fe9d42efc442818a4a1821e2664: io-wq: don't retry task_work creation failure on fatal conditions (2021-12-03 06:27:32 -0700) ---------------------------------------------------------------- io_uring-5.16-2021-12-03 ---------------------------------------------------------------- Jens Axboe (1): io-wq: don't retry task_work creation failure on fatal conditions fs/io-wq.c | 7 +++++++ 1 file changed, 7 insertions(+) -- Jens Axboe