From: Nico Pache <[email protected]>

redhat: disable kunit by default

KUNIT has some slight overhead even when not being run. Upstream has
made some strides on removing and isolating this overhead. One of these
ways is completely disable kunit and only enabling it at boot time via
a cmdline arg kunit.enable=1.

Default kunit to being disabled, and enable it manually or via CI when
appropriate.

Signed-off-by: Nico Pache <[email protected]>

diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_DEFAULT_ENABLED 
b/redhat/configs/common/generic/CONFIG_KUNIT_DEFAULT_ENABLED
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_KUNIT_DEFAULT_ENABLED
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_DEFAULT_ENABLED
@@ -1 +1 @@
-CONFIG_KUNIT_DEFAULT_ENABLED=y
+# CONFIG_KUNIT_DEFAULT_ENABLED is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2746
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to