diff mbox series

[1/1] Include scsi_debug/nvmet-tcp in linux-modules instead of linux-modules-extra

Message ID 20240423182009.1117677-2-daan.j.demeyer@gmail.com
State New
Headers show
Series Include scsi_debug/nvmet-tcp in linux-modules instead of linux-modules-extra | expand

Commit Message

Daan De Meyer April 23, 2024, 6:19 p.m. UTC
The scsi_debug.ko and nvmet-tcp.ko modules are currently shipped in
linux-modules-extra. This makes it hard to pull them 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 using these modules. These modules are required to run
the systemd integration tests which we are trying to run in VMs on
Github Actions (https://github.com/systemd/systemd/pull/32439).
---
 debian.master/control.d/generic.inclusion-list | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index af4d7381fdc9..ff4936f728ce 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -152,6 +152,7 @@  drivers/net/wwan/*
 drivers/net/xen-netback/*
 drivers/net/xen-netfront.ko
 drivers/nvme/host/nvme.ko
+drivers/nvme/target/nvmet-tcp.ko
 drivers/nvmem/nvmem_core.ko
 drivers/parport/parport.ko
 drivers/parport/parport_pc.ko
@@ -192,6 +193,7 @@  drivers/scsi/osd/osd.ko
 drivers/scsi/qla1280.ko
 drivers/scsi/qla2xxx/*
 drivers/scsi/raid_class.ko
+drivers/scsi/scsi_debug.ko
 drivers/scsi/scsi_transport_fc.ko
 drivers/scsi/scsi_transport_iscsi.ko
 drivers/scsi/scsi_transport_sas.ko