ANDROID: gki_defconfig: remove CONFIG_UBSAN_MISC entry
CONFIG_UBSAN_MISC is seperated to individual options and no longer existed in configuration. Hence, remove the entry from gki_defconfig. The other UBSAN configs are unset to align with android-mainline. Bug: 199373673 Ref: https://android-review.googlesource.com/c/kernel/common/+/1584824 Signed-off-by: Yee Lee <yee.lee@mediatek.com> Change-Id: I9f525fcd386eb7cc2503afb130a5230b5e730bee
This commit is contained in:
parent
71f70987f9
commit
44b339535e
2 changed files with 8 additions and 2 deletions
|
|
@ -667,7 +667,10 @@ CONFIG_MAGIC_SYSRQ=y
|
|||
CONFIG_UBSAN=y
|
||||
CONFIG_UBSAN_TRAP=y
|
||||
CONFIG_UBSAN_LOCAL_BOUNDS=y
|
||||
# CONFIG_UBSAN_MISC is not set
|
||||
# CONFIG_UBSAN_SHIFT is not set
|
||||
# CONFIG_UBSAN_OBJECT_SIZE is not set
|
||||
# CONFIG_UBSAN_BOOL is not set
|
||||
# CONFIG_UBSAN_ENUM is not set
|
||||
CONFIG_PAGE_OWNER=y
|
||||
CONFIG_PAGE_PINNER=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
|
|
|
|||
|
|
@ -601,7 +601,10 @@ CONFIG_MAGIC_SYSRQ=y
|
|||
CONFIG_UBSAN=y
|
||||
CONFIG_UBSAN_TRAP=y
|
||||
CONFIG_UBSAN_LOCAL_BOUNDS=y
|
||||
# CONFIG_UBSAN_MISC is not set
|
||||
# CONFIG_UBSAN_SHIFT is not set
|
||||
# CONFIG_UBSAN_OBJECT_SIZE is not set
|
||||
# CONFIG_UBSAN_BOOL is not set
|
||||
# CONFIG_UBSAN_ENUM is not set
|
||||
CONFIG_PAGE_OWNER=y
|
||||
CONFIG_PAGE_PINNER=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue