[openwrt/openwrt] kernel/generic: add CONFIG_KCSAN to the 5.10 kconfig

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 8 11:34:08 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/968dc3329961918eb97b5eea3a9a00dade24c29c

commit 968dc3329961918eb97b5eea3a9a00dade24c29c
Author: Rui Salvaterra <rsalvaterra at gmail.com>
AuthorDate: Tue Jul 27 20:02:31 2021 +0100

    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 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 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



More information about the lede-commits mailing list