]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/timeout: READ_ONCE sqe->addr
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 25 Feb 2026 10:35:57 +0000 (10:35 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Feb 2026 15:36:05 +0000 (08:36 -0700)
commit85f6c439a69afe4fa8a688512e586971e97e273a
treed0762089bdd77d1b237b03775d41dabbd9fbe044
parenta46435537a844d0f7b4b620baf962cad136422de
io_uring/timeout: READ_ONCE sqe->addr

We should use READ_ONCE when reading from a SQE, make sure timeout gets
a stable timespec address.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/timeout.c