ANDROID: GKI: CONFIG_UBSAN_SIGNED_OVERFLOW is now gone, so delete it from gki_defconfig

In commit 6aaa31aeb9 ("ubsan: remove overflow checks"),
CONFIG_UBSAN_SIGNED_OVERFLOW and CONFIG_UBSAN_UNSIGNED_OVERFLOW are
removed, so the gki_defconfig files also need to be updated with that
removal.

Fixes: 6aaa31aeb9 ("ubsan: remove overflow checks")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I60236e591c63bd5866d4410ae7e9d7e315cdf431
This commit is contained in:
Greg Kroah-Hartman
2021-03-07 10:46:24 +01:00
parent 14f1854cdb
commit 76ed7ddeec
2 changed files with 0 additions and 2 deletions

View File

@@ -612,7 +612,6 @@ CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_SHIFT is not set
# CONFIG_UBSAN_SIGNED_OVERFLOW is not set
# CONFIG_UBSAN_OBJECT_SIZE is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set

View File

@@ -554,7 +554,6 @@ CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_SHIFT is not set
# CONFIG_UBSAN_SIGNED_OVERFLOW is not set
# CONFIG_UBSAN_OBJECT_SIZE is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set