Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KASAN_EXTRA
has multiple definitions:
lib/Kconfig.kasan
The configuration item CONFIG_KASAN_EXTRA:
CONFIG_KASAN_GENERIC && CONFIG_DEBUG_KERNEL && ! CONFIG_COMPILE_TEST
This enables further checks in generic KASAN, for now it only includes the address-use-after-scope check that can lead to excessive kernel stack usage, frame size warnings and longer compile time. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715
lib/Kconfig.kasan
The configuration item CONFIG_KASAN_EXTRA:
CONFIG_KASAN && CONFIG_DEBUG_KERNEL && ! CONFIG_COMPILE_TEST
This enables further checks in the kernel address sanitizer, for now it only includes the address-use-after-scope check that can lead to excessive kernel stack usage, frame size warnings and longer compile time. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 has more
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