[PATCH] kernel/generic: add CONFIG_KCSAN to the 5.10 kconfig
Rui Salvaterra
rsalvaterra at gmail.com
Tue Jul 27 12:02:31 PDT 2021
Add the missing CONFIG_KCSAN (disabled). Found while making kernel_oldconfig on
an x86-64 subtarget.
Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
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 889f914aa5..c2160b794b 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2817,6 +2817,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.32.0
More information about the openwrt-devel
mailing list