Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KASAN_EXTRA_INFO
:
CONFIG_KASAN
Record and report more information to help us find the cause of the bug and to help us correlate the error with other system events.
Currently, the CPU number and timestamp are additionally recorded for each heap block at allocation and free time, and 8 bytes will be added to each metadata structure that records allocation or free information.
In Generic KASAN, each kmalloc-8 and kmalloc-16 object will add 16 bytes of additional memory consumption, and each kmalloc-32 object will add 8 bytes of additional memory consumption, not affecting other larger objects.
In SW_TAGS KASAN and HW_TAGS KASAN, depending on the stack_ring_size boot parameter, it will add 8 * stack_ring_size bytes of additional memory consumption.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab