]> git.hungrycats.org Git - linux/commit
io_uring: grab RCU read lock marking task run
authorJens Axboe <axboe@kernel.dk>
Fri, 12 Jun 2026 02:27:22 +0000 (20:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 13 Jun 2026 12:26:53 +0000 (06:26 -0600)
commited64f5c546b3d5e3a4840f6c055448ce90edf56c
treee8dc51ff5f5d1ff3b5b3c377d561dcdf901202ab
parent753f81b3b8d78d1e34872b9c14dff3a841ada4b4
io_uring: grab RCU read lock marking task run

Not required right now, as io_req_local_work_add() already calls this
helper with the RCU read lock held. But in preparation for that not
being the case, grab it locally.

Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/tw.c