[Devel] [PATCH RHEL7 COMMIT] config.OpenVZ.debug: disable kcov code coverage by default
Konstantin Khorenko
khorenko at virtuozzo.com
Thu Mar 1 12:40:21 MSK 2018
The commit is pushed to "branch-rh7-3.10.0-693.17.1.vz7.43.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-693.17.1.vz7.43.10
------>
commit 4ea9cc083da5aea4581c65af1378eb9ae162991b
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Thu Mar 1 12:39:03 2018 +0300
config.OpenVZ.debug: disable kcov code coverage by default
We don't analyze kernel coverage now => no need to have it enabled
and decrease the speed of debug kernel which is slow even without it.
https://jira.sw.ru/browse/PSBM-69083
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
configs/kernel-3.10.0-x86_64-debug.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/kernel-3.10.0-x86_64-debug.config b/configs/kernel-3.10.0-x86_64-debug.config
index aeb3c27c813e..272604539377 100644
--- a/configs/kernel-3.10.0-x86_64-debug.config
+++ b/configs/kernel-3.10.0-x86_64-debug.config
@@ -6058,7 +6058,7 @@ CONFIG_TCM_QLA2XXX=m
# OpenVZ
#
CONFIG_INET_RAW_DIAG=m
-CONFIG_KCOV=y
+# CONFIG_KCOV is not set
CONFIG_VE=y
CONFIG_VE_CALLS=m
More information about the Devel
mailing list