From: Nico Pache <[email protected]> redhat: enable CONFIG_TEST_VMALLOC for vm selftests
Compile CONFIG_TEST_VMALLOC as a module and isolate it to the internals package only. Upstream-status: RHEL-only Signed-off-by: Nico Pache <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_TEST_VMALLOC b/redhat/configs/common/generic/CONFIG_TEST_VMALLOC index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_TEST_VMALLOC +++ b/redhat/configs/common/generic/CONFIG_TEST_VMALLOC @@ -1 +1 @@ -# CONFIG_TEST_VMALLOC is not set +CONFIG_TEST_VMALLOC=m 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 @@ -56,3 +56,4 @@ clk-gate_test clk_test mtty test_hmm +test_vmalloc -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1783 _______________________________________________ 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 on the list, report it: https://pagure.io/fedora-infrastructure
