kasan: Fix required compiler version
The first working GCC version to satisfy CC_HAS_WORKING_NOSANITIZE_ADDRESS is GCC 8.3.0. Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89124 Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200623112448.GA208112@elver.google.com
This commit is contained in:
Родитель
33aea07f30
Коммит
acf7b0bf7d
|
@ -16,7 +16,7 @@ config CC_HAS_KASAN_SW_TAGS
|
|||
def_bool $(cc-option, -fsanitize=kernel-hwaddress)
|
||||
|
||||
config CC_HAS_WORKING_NOSANITIZE_ADDRESS
|
||||
def_bool !CC_IS_GCC || GCC_VERSION >= 80000
|
||||
def_bool !CC_IS_GCC || GCC_VERSION >= 80300
|
||||
|
||||
config KASAN
|
||||
bool "KASAN: runtime memory debugger"
|
||||
|
|
Загрузка…
Ссылка в новой задаче