mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
kasan: close vmap if enabled kasan [1/1]
PD#SWPL-10141 Problem: if opened kasan with vmap, there will be some wrong kasan reports Solution: close vmap if open kasan Verify: p212 Change-Id: I37cdcb26cfb6fe87529db1ece3b7740ac072ba1a Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
This commit is contained in:
@@ -55,7 +55,7 @@ config AMLOGIC_KASAN32
|
||||
config AMLOGIC_VMAP
|
||||
bool "Amlogic kernel stack"
|
||||
depends on AMLOGIC_MEMORY_EXTEND
|
||||
depends on ARM64 || !KASAN
|
||||
depends on !KASAN
|
||||
default y
|
||||
help
|
||||
This config is used to enable amlogic kernel stack
|
||||
|
||||
Reference in New Issue
Block a user