io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
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>
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
-
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
Please sign in to comment