diff options
author | Jens Axboe | 2021-03-11 10:17:56 -0700 |
---|---|---|
committer | Jens Axboe | 2021-03-11 10:17:56 -0700 |
commit | 5c2469e0a22e035d52f3ba768151cc75e3d4a1cd (patch) | |
tree | 0e982ab8c04605a4fa42933b3e7a1567ae957830 /certs | |
parent | 7d41e8543d809c3c900d1212d6ea887eb284b69a (diff) |
io_uring: force creation of separate context for ATTACH_WQ and non-threads
Earlier kernels had SQPOLL threads that could share across anything, as
we grabbed the context we needed on a per-ring basis. This is no longer
the case, so only allow attaching directly if we're in the same thread
group. That is the common use case. For non-group tasks, just setup a
new context and thread as we would've done if sharing wasn't set. This
isn't 100% ideal in terms of CPU utilization for the forked and share
case, but hopefully that isn't much of a concern. If it is, there are
plans in motion for how to improve that. Most importantly, we want to
avoid app side regressions where sharing worked before and now doesn't.
With this patch, functionality is equivalent to previous kernels that
supported IORING_SETUP_ATTACH_WQ with SQPOLL.
Reported-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions