kernel: Set some options to default shown with CONFIG_KERNEL_UBSAN=y
authorHauke Mehrtens <hmehrtens@maxlinear.com>
Wed, 8 Mar 2023 20:31:17 +0000 (21:31 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Mar 2023 17:44:46 +0000 (18:44 +0100)
This sets some kernel configuration options to their default values. I saw
these as warnings when I set CONFIG_KERNEL_UBSAN=y is set in the OpenWrt
configuration on x86/64.

Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
target/linux/generic/config-5.15

index 09d9ce9356d4537c378cbf8184e4cc93f7fc79bf..d6c44e801e12d3ee0fb13f03272297f126fff774 100644 (file)
@@ -6765,7 +6765,12 @@ CONFIG_UBIFS_FS_ZLIB=y
 CONFIG_UBIFS_FS_ZSTD=y
 # CONFIG_UBSAN is not set
 CONFIG_UBSAN_ALIGNMENT=y
+CONFIG_UBSAN_BOOL=y
+# CONFIG_UBSAN_DIV_ZERO is not set
+CONFIG_UBSAN_ENUM=y
 # CONFIG_UBSAN_MISC is not set
+CONFIG_UBSAN_SHIFT=y
+# CONFIG_UBSAN_UNREACHABLE is not set
 # CONFIG_UCB1400_CORE is not set
 # CONFIG_UCSI is not set
 # CONFIG_UDF_FS is not set