io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
[ Upstream commit 44648532 ] Pass in EPOLL_URING_WAKE when signaling eventfd or doing poll related wakups, so that we can check for a circular event dependency between eventfd and epoll. If this flag is set when our wakeup handlers are called, then we know we have a dependency that needs to terminate multishot requests. eventfd and epoll are the only such possible dependencies. Cc: stable@vger.kernel.org # 6.0 Signed-off-by:Jens Axboe <axboe@kernel.dk> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
-
mentioned in commit 90f74fda
-
mentioned in commit ee334027
-
mentioned in commit e2e2c402
-
mentioned in commit 16cd3132
-
mentioned in commit 12e7f10f
-
mentioned in commit 3985f5c8
-
mentioned in commit 024abf21
-
mentioned in commit 6c0dd68d
-
mentioned in commit 51556245
-
mentioned in commit 51556245
Please sign in to comment