From: Herton R. Krzesinski <her...@redhat.com> redhat: enable test_kmod, test_module and install kmod selftests
Tested: installed both -modules-internal and selftests-internal sub packages and run the kmod.sh selftest with an unloaded fs module chosen with DEFAULT_KMOD_FS variable, with the same kernel build booted. Tested on both rawhide and eln. To be able to test the module subsystem in the kernel, enable the modules used by kmod selftests. Given current filters, those enabled modules already land automatically within the modules-internal subpackage. Also, install the kmod selftest script used for testing. Signed-off-by: Herton R. Krzesinski <her...@redhat.com> diff --git a/redhat/configs/common/generic/CONFIG_TEST_KMOD b/redhat/configs/common/generic/CONFIG_TEST_KMOD index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_TEST_KMOD +++ b/redhat/configs/common/generic/CONFIG_TEST_KMOD @@ -1 +1 @@ -# CONFIG_TEST_KMOD is not set +CONFIG_TEST_KMOD=m diff --git a/redhat/configs/common/generic/CONFIG_TEST_LKM b/redhat/configs/common/generic/CONFIG_TEST_LKM index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_TEST_LKM +++ b/redhat/configs/common/generic/CONFIG_TEST_LKM @@ -1 +1 @@ -# CONFIG_TEST_LKM is not set +CONFIG_TEST_LKM=m diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -3223,7 +3223,7 @@ pushd tools/testing/selftests %endif %{log_msg "main selftests compile"} -%{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf cgroup mm net net/forwarding net/mptcp net/netfilter net/packetdrill tc-testing memfd drivers/net/bonding iommu cachestat pid_namespace rlimits timens pidfd" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install +%{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf cgroup kmod mm net net/forwarding net/mptcp net/netfilter net/packetdrill tc-testing memfd drivers/net/bonding iommu cachestat pid_namespace rlimits timens pidfd" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install %ifarch %{klptestarches} # kernel livepatching selftest test_modules will build against -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3934 -- _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue