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:
Yee Lee
2021-09-27 11:13:57 +08:00
committed by Todd Kjos
parent 71f70987f9
commit 44b339535e
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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