[SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module
Bug #2033406 reported by
Joseph Salisbury
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
In Progress
|
Medium
|
Joseph Salisbury | ||
Jammy |
Fix Committed
|
Medium
|
Joseph Salisbury | ||
Lunar |
Fix Committed
|
Medium
|
Joseph Salisbury | ||
Mantic |
Fix Committed
|
Medium
|
Joseph Salisbury |
Bug Description
== SRU Justification ==
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.
== Fix ==
UBUNTU: [Packaging] Make WWAN driver loadable modules
== Regression Potential ==
Medium. This change is only to WWAN, and is changing it to a loadable module and not removing it.
== Test Case ==
A test kernel was built with this patch and tested by a partner. It was also compile and boot tested internally. Testing will also be performed on a WWAN device.
Changed in linux (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in linux (Ubuntu Jammy): | |
status: | New → In Progress |
Changed in linux (Ubuntu Lunar): | |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in linux (Ubuntu Jammy): | |
importance: | Undecided → Medium |
Changed in linux (Ubuntu Lunar): | |
assignee: | nobody → Joseph Salisbury (jsalisbury) |
Changed in linux (Ubuntu Jammy): | |
assignee: | nobody → Joseph Salisbury (jsalisbury) |
Changed in linux (Ubuntu Jammy): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Mantic): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Lunar): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
While preparing mantic I noticed that the change did not take into account the previous value.
CONFIG_WWAN policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'm', 's390x': 'n'}>
I adapted the change for amd64 and arm64, but I am not sure if the rest of the arches are as expected, hence this comment.
Current config:
CONFIG_WWAN policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'm', 's390x': 'n'}>