[openwrt/openwrt] kernel: Deactivate options shown with CONFIG_KERNEL_KCOV=y
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 19 11:54:50 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0f5ba147916601bcf3a60e27daa8a237ca579b94
commit 0f5ba147916601bcf3a60e27daa8a237ca579b94
Author: Hauke Mehrtens <hmehrtens at maxlinear.com>
AuthorDate: Wed Mar 8 21:31:19 2023 +0100
kernel: Deactivate options shown with CONFIG_KERNEL_KCOV=y
This sets the CONFIG_KCOV_IRQ_AREA_SIZE kernel configuration option to its default value.
This is shown when I set CONFIG_KERNEL_KCOV=y in the OpenWrt configuration on x86/64.
Signed-off-by: Hauke Mehrtens <hmehrtens at maxlinear.com>
---
target/linux/generic/config-5.15 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 83aebc7017..eab0423878 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2992,6 +2992,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_KASAN_STACK=y
# CONFIG_KCMP is not set
# CONFIG_KCOV is not set
+CONFIG_KCOV_IRQ_AREA_SIZE=0x40000
# CONFIG_KCSAN is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_CAT is not set
More information about the lede-commits
mailing list