ANDROID: GKI: Enable CONFIG_PAGE_PINNER
Enable CONFIG_PAGE_PINNER to help CMA allocation failure debugging. Bug: 183414571 Signed-off-by: Minchan Kim <minchan@google.com> Change-Id: Icfa8db8be71acfda0268fffa6f4431f8484b6938
This commit is contained in:
parent
d600eedfb6
commit
94acc25d0e
2 changed files with 2 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ CONFIG_UBSAN_TRAP=y
|
|||
CONFIG_UBSAN_LOCAL_BOUNDS=y
|
||||
# CONFIG_UBSAN_MISC is not set
|
||||
CONFIG_PAGE_OWNER=y
|
||||
CONFIG_PAGE_PINNER=y
|
||||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_KASAN=y
|
||||
|
|
|
|||
|
|
@ -577,6 +577,7 @@ CONFIG_UBSAN_TRAP=y
|
|||
CONFIG_UBSAN_LOCAL_BOUNDS=y
|
||||
# CONFIG_UBSAN_MISC is not set
|
||||
CONFIG_PAGE_OWNER=y
|
||||
CONFIG_PAGE_PINNER=y
|
||||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_KFENCE=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue