On Wed, 09 Aug 2023 13:22:16 +0100, Pavel Begunkov wrote: > io_req_local_work_add() peeks into the work list, which can be executed > in the meanwhile. It's completely fine without KASAN as we're in an RCU > read section and it's SLAB_TYPESAFE_BY_RCU. With KASAN though it may > trigger a false positive warning because internal io_uring caches are > sanitised. > > Remove sanitisation from the io_uring request cache for now. > > [...] Applied, thanks! [1/1] io_uring: fix false positive KASAN warnings commit: e0b94f7b1ec218f73f9a1e3db4ff77a5fde27203 Best regards, -- Jens Axboe