projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2213bf5
)
kernel: Deactivate options shown with CONFIG_KERNEL_KCOV=y
author
Hauke Mehrtens
<hmehrtens@maxlinear.com>
Wed, 8 Mar 2023 20:31:19 +0000
(21:31 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 19 Mar 2023 17:44:46 +0000
(18:44 +0100)
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@maxlinear.com>
target/linux/generic/config-5.15
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-5.15
b/target/linux/generic/config-5.15
index 83aebc7017b58ad413ad23bf53d56aa0cc3011c4..eab04238783ecbaa141e3a3a97e62c653b08326b 100644
(file)
--- 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