summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-06-18 00:00:04 +0300
committerJens Axboe <axboe@kernel.dk>2020-06-18 00:05:08 +0300
commit56952e91acc93ed624fe9da840900defb75f1323 (patch)
tree0e3cbc16f147b9fdd243a296b2d139df000bf2cc /scripts/patch-kernel
parent9d8426a09195e2dcf2aa249de2aaadd792d491c7 (diff)
downloadlinux-56952e91acc93ed624fe9da840900defb75f1323.tar.xz
io_uring: reap poll completions while waiting for refs to drop on exit
If we're doing polled IO and end up having requests being submitted async, then completions can come in while we're waiting for refs to drop. We need to reap these manually, as nobody else will be looking for them. Break the wait into 1/20th of a second time waits, and check for done poll completions if we time out. Otherwise we can have done poll completions sitting in ctx->poll_list, which needs us to reap them but we're just waiting for them. Cc: stable@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions