diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2022-12-07 06:53:31 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-12-07 16:47:13 +0300 |
commit | 17add5cea2bbafea0d481f1a3ea9dea019a98ee9 (patch) | |
tree | 55652b69cf57e7f16a461773ae78682bacf47e48 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e6aeb2721d3bad8379c43644d0380908e93b0187 (diff) | |
download | linux-17add5cea2bbafea0d481f1a3ea9dea019a98ee9.tar.xz |
io_uring: force multishot CQEs into task context
Multishot are posting CQEs outside of the normal request completion
path, which is usually done from within a task work handler. However, it
might be not the case when it's yet to be polled but has been punted to
io-wq. Make it abide ->task_complete and push it to the polling path
when executed by io-wq.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/d7714aaff583096769a0f26e8e747759e556feb1.1670384893.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions