diff options
author | Pavel Begunkov <[email protected]> | 2022-11-17 18:40:16 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-11-17 12:33:33 -0700 |
commit | 91482864768a874c4290ef93b84a78f4f1dac51b (patch) | |
tree | 0220e27b172b21d1e4e687064fae3cb26a115038 /scripts/generate_rust_target.rs | |
parent | 539bcb57da2f58886d7d5c17134236b0ec9cd15d (diff) |
io_uring: fix multishot accept request leaks
Having REQ_F_POLLED set doesn't guarantee that the request is
executed as a multishot from the polling path. Fortunately for us, if
the code thinks it's multishot issue when it's not, it can only ask to
skip completion so leaking the request. Use issue_flags to mark
multipoll issues.
Cc: [email protected]
Fixes: 390ed29b5e425 ("io_uring: add IORING_ACCEPT_MULTISHOT for accept")
Signed-off-by: Pavel Begunkov <[email protected]>
Link: https://lore.kernel.org/r/7700ac57653f2823e30b34dc74da68678c0c5f13.1668710222.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/generate_rust_target.rs')
0 files changed, 0 insertions, 0 deletions