mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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
|
|
@ -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…
Reference in New Issue
Block a user