Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KMSAN
:
( CONFIG_HAVE_ARCH_KMSAN && CONFIG_HAVE_KMSAN_COMPILER ) && ( CONFIG_DEBUG_KERNEL && ! CONFIG_KASAN && ! CONFIG_KCSAN ) && (! CONFIG_PREEMPT_RT )
KernelMemorySanitizer (KMSAN) is a dynamic detector of uses of uninitialized values in the kernel. It is based on compiler instrumentation provided by Clang and thus requires Clang to build.
An important note is that KMSAN is not intended for production use, because it drastically increases kernel memory footprint and slows the whole system down.
See Documentation/dev-tools/kmsan.rst for more details.
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