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:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
-
mentioned in commit b52fdbc1
-
mentioned in commit 88fc4dfd
-
mentioned in commit d2e19bc6
-
mentioned in commit 6ac181ce
-
mentioned in commit a121fd5d
-
mentioned in commit 81c219e3
-
mentioned in commit 62345131
-
mentioned in commit 897e5ea2
-
mentioned in commit 5756328b
-
mentioned in commit 2272d8d5
-
mentioned in commit c2a441ad
-
mentioned in commit d01fa710
-
mentioned in commit 8d9edd88
-
mentioned in commit 7f0aaba7
Please sign in to comment