Skip to content

Commit

Permalink
build: enable more detail in kasan reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed Sep 24, 2023
1 parent 0674c9b commit 8066094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8066094

Please sign in to comment.