Skip to content
Commit 24d38dcc authored by Hao Xu's avatar Hao Xu Committed by Greg Kroah-Hartman
Browse files

io_uring: fix missing set of EPOLLONESHOT for CQ ring overflow

[ Upstream commit a62682f9 ]

We should set EPOLLONESHOT if cqring_fill_event() returns false since
io_poll_add() decides to put req or not by it.

Fixes: 5082620f

 ("io_uring: terminate multishot poll for CQ ring overflow")
Signed-off-by: default avatarHao Xu <haoxu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20210922101238.7177-3-haoxu@linux.alibaba.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 4e81f12c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment