We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfa299 commit fa360beCopy full SHA for fa360be
lib/Kconfig.kasan
@@ -66,6 +66,7 @@ choice
66
config KASAN_GENERIC
67
bool "Generic mode"
68
depends on HAVE_ARCH_KASAN && CC_HAS_KASAN_GENERIC
69
+ depends on CC_HAS_WORKING_NOSANITIZE_ADDRESS
70
select SLUB_DEBUG if SLUB
71
select CONSTRUCTORS
72
help
@@ -86,6 +87,7 @@ config KASAN_GENERIC
86
87
config KASAN_SW_TAGS
88
bool "Software tag-based mode"
89
depends on HAVE_ARCH_KASAN_SW_TAGS && CC_HAS_KASAN_SW_TAGS
90
91
92
93
0 commit comments