summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2023-01-18 18:56:30 +0300
committerJens Axboe <axboe@kernel.dk>2023-01-30 01:17:41 +0300
commitc1755c25a7190494b45861284b4a30bd9cd813ff (patch)
tree42cb114ed4fb6907e56be37efee960c53f41985d /tools/perf/scripts/python/export-to-postgresql.py
parentb5d3ae202fbfe055aa2a8ae8524531ee1dcab717 (diff)
downloadlinux-c1755c25a7190494b45861284b4a30bd9cd813ff.tar.xz
io_uring: Enable KASAN for request cache
Every io_uring request is represented by struct io_kiocb, which is cached locally by io_uring (not SLAB/SLUB) in the list called submit_state.freelist. This patch simply enabled KASAN for this free list. This list is initially created by KMEM_CACHE, but later, managed by io_uring. This patch basically poisons the objects that are not used (i.e., they are the free list), and unpoisons it when the object is allocated/removed from the list. Touching these poisoned objects while in the freelist will cause a KASAN warning. Suggested-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Breno Leitao <leitao@debian.org> Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions