From: Rui Salvaterra <rsalvaterra@gmail.com>
Date: Tue, 27 Jul 2021 19:02:31 +0000 (+0100)
Subject: kernel/generic: add CONFIG_KCSAN to the 5.10 kconfig
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=968dc3329961918eb97b5eea3a9a00dade24c29c;p=openwrt%2Fstaging%2Fynezz.git

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 <rsalvaterra@gmail.com>
---

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