mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: GKI: CONFIG_UBSAN_SIGNED_OVERFLOW is now gone, so delete it from gki_defconfig
In commit6aaa31aeb9("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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user