diff options
| author | Breno Leitao <[email protected]> | 2023-02-23 08:43:53 -0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2023-04-03 07:16:14 -0600 |
| commit | e1fe7ee885dc0712e982ee465d9f8b96254c30c1 (patch) | |
| tree | 855f06df7edca5065d29434d55ccd5d3f5423525 /tools/perf/scripts/python/flamegraph.py | |
| parent | efba1a9e653e107577a48157b5424878c46f2285 (diff) | |
io_uring: Add KASAN support for alloc_caches
Add support for KASAN in the alloc_caches (apoll and netmsg_cache).
Thus, if something touches the unused caches, it will raise a KASAN
warning/exception.
It poisons the object when the object is put to the cache, and unpoisons
it when the object is gotten or freed.
Signed-off-by: Breno Leitao <[email protected]>
Reviewed-by: Gabriel Krisman Bertazi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions