Message ID | 20230223164353.2839177-1-leitao@debian.org (mailing list archive) |
---|---|
Headers | show |
Series | io_uring: Add KASAN support for alloc caches | expand |
On Thu, 23 Feb 2023 08:43:51 -0800, Breno Leitao wrote: > This patchset enables KASAN for alloc cache buffers. These buffers are > used by apoll and netmsg code path. These buffers will now be poisoned > when not used, so, if randomly touched, a KASAN warning will pop up. > > This patchset moves the alloc_cache from using double linked list to single > linked list, so, we do not need to touch the poisoned node when adding > or deleting a sibling node. > > [...] Applied, thanks! [1/2] io_uring: Move from hlist to io_wq_work_node commit: 80d5ea4e019d5ac0257c9bf06a7bcf30c9500adc [2/2] io_uring: Add KASAN support for alloc_caches commit: 80d5ea4e019d5ac0257c9bf06a7bcf30c9500adc Best regards,