[PATCH 1/1][SRU][Noble/Mantic/Jammy] UBUNTU: [Packaging] Move dmi-sysfs.ko into linux-modules
You-Sheng Yang
vicamo.yang at canonical.com
Thu Feb 22 17:58:26 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2045561
The dmi-sysfs.ko module (CONFIG_DMI_SYSFS) is currently shipped in
linux-modules-extra. This makes it hard to pull in via the linux-virtual
package, it can only come from the linux-generic one that also pulls in
the firmware and everything else needed for baremetal, and that serves
no purpose in a qemu VM. This stops VMs using these kernels from being
configurable using qemu or cloud-hypervisor's SMBIOS type 11 strings.
Signed-off-by: You-Sheng Yang <vicamo.yang at canonical.com>
---
debian.master/control.d/generic.inclusion-list | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index b0a9d896fd7f..74aabdd496c1 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -41,6 +41,7 @@ drivers/cpufreq/tegra194-cpufreq.ko
drivers/crypto/nx/*
drivers/crypto/vmx/vmx-crypto.ko
drivers/dma/tegra210-adma.ko
+drivers/firmware/dmi-sysfs.ko
drivers/firmware/efi/*
drivers/firmware/iscsi_ibft.ko
drivers/gpio/gpio-max77620.ko
--
2.43.0
More information about the kernel-team
mailing list