Files
linux-stable-mirror/io_uring
Jens Axboe bc73659ed3 io_uring/poll: fix backport of io_poll_add() changes
The 5.15/5.10 backport of 84230ad2d2 had a few issues, due to the
older poll base. Notably return value handling __io_arm_poll_handler()
and in return __io_poll_add() as well. Fix them up.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Fixes: 349ef5d2e7 ("io_uring/poll: correctly handle io_poll_add() return value on update")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-06-01 17:29:20 +02:00
..