From: Nico Pache <[email protected]> redhat: fix kunit compiling error
The cpumask_kunit.ko file is still being included in the kernel build due to it being incorrectly named in the mod-internal.list file. This causes the depmod to fail. Change test_cpumask to cpumask_kunit to fix this. Signed-off-by: Nico Pache <[email protected]> diff --git a/redhat/mod-internal.list b/redhat/mod-internal.list index blahblah..blahblah 100644 --- a/redhat/mod-internal.list +++ b/redhat/mod-internal.list @@ -57,7 +57,7 @@ clk_test mtty test_hmm test_vmalloc -test_cpumask +cpumask_kunit iio-test-format iio-test-rescale cros_kunit -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2016 _______________________________________________ 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
