From: Scott Weaver scweaver@redhat.com
redhat: filter-modules.sh.rhel: add dell-smm-hwmon
The dell-smm-hwmon module depends on wmi.ko which is packaged in kernel-modules so move dell-smm-hwmon.ko to the module package as well.
Signed-off-by: Scott Weaver scweaver@redhat.com
diff --git a/redhat/rhel_files/filter-modules.sh.rhel b/redhat/rhel_files/filter-modules.sh.rhel index blahblah..blahblah 100755 --- a/redhat/rhel_files/filter-modules.sh.rhel +++ b/redhat/rhel_files/filter-modules.sh.rhel @@ -39,7 +39,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215
drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via "
-singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus nct6775 ntc_thermistor video apple_bl kasan_test intel-m10-bmc-hwmon" +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus nct6775 ntc_thermistor video apple_bl kasan_test intel-m10-bmc-hwmon dell-smm-hwmon"
# Grab the arch-specific filter list overrides source ./filter-$2.sh
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2880
From: Andreas Gruenbacher on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2880#note_1728162...
I assume that this fixes these build errors we're running into currently: ``` depmod: WARNING: /srv/workspace/ark_kernel-ark-pipeline_os-build/kernel- ark/ci-test-rpms/BUILDROOT/kernel-6.8.0-0.rc0.052d534373b7.6.test.el9.x86_64/. /lib/modules/6.8.0-0.rc0.052d534373b7.6.test.el9.x86_64/kernel/drivers/hwmon/d ell-smm-hwmon.ko needs unknown symbol wmidev_evaluate_method depmod: WARNING: /srv/workspace/ark_kernel-ark-pipeline_os-build/kernel- ark/ci-test-rpms/BUILDROOT/kernel-6.8.0-0.rc0.052d534373b7.6.test.el9.x86_64/. /lib/modules/6.8.0-0.rc0.052d534373b7.6.test.el9.x86_64/kernel/drivers/hwmon/d ell-smm-hwmon.ko needs unknown symbol wmi_driver_unregister depmod: WARNING: /srv/workspace/ark_kernel-ark-pipeline_os-build/kernel- ark/ci-test-rpms/BUILDROOT/kernel-6.8.0-0.rc0.052d534373b7.6.test.el9.x86_64/. /lib/modules/6.8.0-0.rc0.052d534373b7.6.test.el9.x86_64/kernel/drivers/hwmon/d ell-smm-hwmon.ko needs unknown symbol __wmi_driver_register ```
kernel@lists.fedoraproject.org