diff options
Diffstat (limited to 'src/tests/qemu/debug.config')
-rw-r--r-- | src/tests/qemu/debug.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/qemu/debug.config b/src/tests/qemu/debug.config index 2298959..2fd4bb4 100644 --- a/src/tests/qemu/debug.config +++ b/src/tests/qemu/debug.config @@ -21,6 +21,12 @@ CONFIG_HAVE_ARCH_KMEMCHECK=y CONFIG_HAVE_ARCH_KASAN=y CONFIG_KASAN=y CONFIG_KASAN_INLINE=y +CONFIG_UBSAN=y +CONFIG_UBSAN_SANITIZE_ALL=y +CONFIG_UBSAN_NULL=y +CONFIG_KMEMCHECK=y +CONFIG_KMEMCHECK_PARTIAL_OK=y +CONFIG_KMEMCHECK_BITOPS_OK=y CONFIG_ARCH_HAS_KCOV=y CONFIG_KCOV=y CONFIG_DEBUG_SHIRQ=y |