[SRU][Jammy][PATCH 1/1] UBUNTU: [Packaging] Make WWAN driver loadable modules
Joseph Salisbury
joseph.salisbury at canonical.com
Thu Oct 12 18:53:29 UTC 2023
BugLink: https://bugs.launchpad.net/bugs/2033406
The CONFIG_WWAN config is set to 'Y' for the generic and most derivative
kernels. This is affecting custom driver development for some partners.
Change this config to be a loadable module and include it in linux-modules-*.
Make this change to -generic kernels, so all derivatives will inherit it.
Signed-off-by: Joseph Salisbury <joseph.salisbury at canonical.com>
---
debian.master/config/annotations | 3 +++
debian.master/control.d/generic.inclusion-list | 1 +
2 files changed, 4 insertions(+)
diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 719e7709ce66..8ad52d29e9e2 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -825,6 +825,9 @@ CONFIG_ZLIB_DFLTCC note<'LP:1830208'>
CONFIG_ZONE_DMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 's390x': 'y'}>
CONFIG_ZONE_DMA note<'LP:1628523'>
+CONFIG_WWAN policy<{'amd64': 'm', 'arm64': 'm'}>
+CONFIG_WWAN note<'LP: #2033406'>
+
# ---- Annotations without notes ----
diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index 9b9bd7c35ae0..b0a9d896fd7f 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -147,6 +147,7 @@ drivers/net/virtio_net.ko
drivers/net/vmxnet3/vmxnet3.ko
drivers/net/vxlan.ko
drivers/net/wireguard/wireguard.ko
+drivers/net/wwan/*
drivers/net/xen-netback/*
drivers/net/xen-netfront.ko
drivers/nvme/host/nvme.ko
--
2.34.1
More information about the kernel-team
mailing list