]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/napi: fix io_napi_entry RCU accesses
authorOlivier Langlois <olivier@trillion01.com>
Sun, 13 Oct 2024 18:28:38 +0000 (14:28 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Nov 2024 20:55:38 +0000 (13:55 -0700)
commit45b3941d09d13b3503309be1f023b83deaf69b4d
tree0b3e7ecea155673e19331c44f4fd9878a565bce6
parent2f3cc8e441c9f657ff036c56baaab7dddbd0b350
io_uring/napi: fix io_napi_entry RCU accesses

correct 3 RCU structures modifications that were not using the RCU
functions to make their update.

Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Link: https://lore.kernel.org/r/9f53b5169afa8c7bf3665a0b19dc2f7061173530.1728828877.git.olivier@trillion01.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/napi.c