From: Nico Pache <npache@xxxxxxxxxx> 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 <npache@xxxxxxxxxx> 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 diff --git a/redhat/linux-kernel-test.patch.tmp b/redhat/linux-kernel-test.patch.tmp new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/linux-kernel-test.patch.tmp -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2746 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue