Hi Linus, Two fixes for the max workers limit API that was introduced this series, one fix for an issue with that code, and one fixing a linked timeout regression in this series. Please pull! The following changes since commit 14cfbb7a7856f190035f8e53045bdbfa648fae41: io_uring: fix wrong condition to grab uring lock (2021-10-14 09:06:11 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.15-2021-10-22 for you to fetch changes up to b22fa62a35d7f2029d757a518d78041822b7c7c1: io_uring: apply worker limits to previous users (2021-10-21 11:19:38 -0600) ---------------------------------------------------------------- io_uring-5.15-2021-10-22 ---------------------------------------------------------------- Pavel Begunkov (4): io-wq: max_worker fixes io_uring: apply max_workers limit to all future users io_uring: fix ltimeout unprep io_uring: apply worker limits to previous users fs/io-wq.c | 7 +++++-- fs/io_uring.c | 54 ++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 47 insertions(+), 14 deletions(-) -- Jens Axboe