From 80660942d97ab469a7034fa0cb6d43534d0a2d51 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Sun, 24 Sep 2023 04:01:28 -0400 Subject: [PATCH] build: enable more detail in kasan reporting --- linux.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux.config b/linux.config index 6dd54e2..2df8750 100644 --- a/linux.config +++ b/linux.config @@ -5010,10 +5010,10 @@ CONFIG_DEBUG_NET=y # Memory Debugging # # CONFIG_PAGE_EXTENSION is not set -# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_DEBUG_PAGEALLOC=y CONFIG_SLUB_DEBUG=y # CONFIG_SLUB_DEBUG_ON is not set -# CONFIG_PAGE_OWNER is not set +CONFIG_PAGE_OWNER=y # CONFIG_PAGE_TABLE_CHECK is not set # CONFIG_PAGE_POISONING is not set # CONFIG_DEBUG_PAGE_REF is not set @@ -5051,7 +5051,7 @@ CONFIG_KASAN_GENERIC=y # CONFIG_KASAN_OUTLINE is not set CONFIG_KASAN_INLINE=y CONFIG_KASAN_STACK=y -# CONFIG_KASAN_VMALLOC is not set +CONFIG_KASAN_VMALLOC=y # CONFIG_KASAN_MODULE_TEST is not set CONFIG_HAVE_ARCH_KFENCE=y # CONFIG_KFENCE is not set