From 968dc3329961918eb97b5eea3a9a00dade24c29c Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Tue, 27 Jul 2021 20:02:31 +0100 Subject: [PATCH] kernel/generic: add CONFIG_KCSAN to the 5.10 kconfig Add the missing CONFIG_KCSAN (disabled). Found while making kernel_oldconfig on an x86-64 subtarget. Signed-off-by: Rui Salvaterra --- target/linux/generic/config-5.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index c129f73526..3b27a73022 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2818,6 +2818,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y CONFIG_KASAN_STACK=1 # CONFIG_KCMP is not set # CONFIG_KCOV is not set +# CONFIG_KCSAN is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_CAT is not set # CONFIG_KERNEL_GZIP is not set -- 2.30.2