ANDROID: gki_defconfig: temporarily disable KFENCE in GKI
Temporarily disable KFENCE to investigate a power regression we've encountered on idle systems. There is a potential fix already, but we don't want to further block the performance team. Bug: 185280916 Test: build Signed-off-by: Alexander Potapenko <glider@google.com> Change-Id: Ic5e4f48b48d9c059e3087f85e9edcb6921bee012
This commit is contained in:
parent
91a4e8d8c8
commit
ef4ff626b3
2 changed files with 2 additions and 2 deletions
|
|
@ -642,7 +642,7 @@ CONFIG_DEBUG_MEMORY_INIT=y
|
|||
CONFIG_KASAN=y
|
||||
CONFIG_KASAN_HW_TAGS=y
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=500
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=0
|
||||
CONFIG_KFENCE_NUM_OBJECTS=63
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=-1
|
||||
|
|
|
|||
|
|
@ -580,7 +580,7 @@ CONFIG_PAGE_OWNER=y
|
|||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=500
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=0
|
||||
CONFIG_KFENCE_NUM_OBJECTS=63
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue