io_uring: mark known and harmless racy ctx->int_flags uses
authorJens Axboe <axboe@kernel.dk>
Sat, 14 Mar 2026 14:46:17 +0000 (08:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Mar 2026 21:33:10 +0000 (15:33 -0600)
commit8c557449199e8267bc969ae7e1d70b343b6a646d
tree7e24c81405ff50803bacc383ee5adfb00b856a5e
parentf1a424e21c15993db0f9594cda17ef5d516ab3e9
io_uring: mark known and harmless racy ctx->int_flags uses

There are a few of these, where flags are read outside of the
uring_lock, yet it's harmless to race on them.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/tw.c