aboutsummaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
diff options
context:
space:
mode:
authorGravatar Pavel Begunkov <asml.silence@gmail.com> 2024-03-08 13:55:56 +0000
committerGravatar Jens Axboe <axboe@kernel.dk> 2024-03-08 07:58:23 -0700
commit3a96378e22cc46c7c49b5911f6c8631527a133a9 (patch)
treec7bfba6010f9a36312ac72ea63c321a5ac989242 /io_uring/io_uring.c
parentio_uring/net: add io_req_msg_cleanup() helper (diff)
downloadlinux-3a96378e22cc46c7c49b5911f6c8631527a133a9.tar.gz
linux-3a96378e22cc46c7c49b5911f6c8631527a133a9.tar.bz2
linux-3a96378e22cc46c7c49b5911f6c8631527a133a9.zip
io_uring: fix mshot io-wq checks
When checking for concurrent CQE posting, we're not only interested in requests running from the poll handler but also strayed requests ended up in normal io-wq execution. We're disallowing multishots in general from io-wq, not only when they came in a certain way. Cc: stable@vger.kernel.org Fixes: 17add5cea2bba ("io_uring: force multishot CQEs into task context") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/d8c5b36a39258036f93301cd60d3cd295e40653d.1709905727.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/io_uring.c')
0 files changed, 0 insertions, 0 deletions