On Tue, 19 Oct 2021 23:43:46 +0100, Pavel Begunkov wrote: > Currently, IORING_REGISTER_IOWQ_MAX_WORKERS applies only to the task > that issued it, it's unexpected for users. If one task creates a ring, > limits workers and then passes it to another task the limit won't be > applied to the other task. > > Another pitfall is that a task should either create a ring or submit at > least one request for IORING_REGISTER_IOWQ_MAX_WORKERS to work at all, > furher complicating the picture. > > [...] Applied, thanks! [1/1] io_uring: apply max_workers limit to all future users (no commit info) Best regards, -- Jens Axboe