Add missing ARM-cores to support Vera-based systems
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
util-linux (Ubuntu) | Status tracked in Resolute | |||||
Noble |
In Progress
|
Undecided
|
Zachary Raines | |||
Plucky |
In Progress
|
Undecided
|
Zachary Raines | |||
Questing |
In Progress
|
Undecided
|
Zachary Raines | |||
Resolute |
In Progress
|
Undecided
|
Zachary Raines |
Bug Description
[Impact]
When running "lscpu" on a Vera-based system, it doesn't report a model name:
Vendor ID: ARM
Model: 0
[Fix]
Adding the additional arm_part to sys-utils/
https:/
[Test Steps]
* Verify whether output of lscpu is correct on new CPUs; eg:
Vendor ID: ARM
Model name: Olympus
* Verify whether output of lscpu doesn't change on old CPUs; eg:
Vendor ID: ARM
Model name: Neoverse-N1
[What Could Go Wrong]
The fix only introduces additional model identifiers to match
against and print a model name string, thus regression impact
should be contained within lscpu and printing cpus model name
on ARM systems.
Output doesn't change on systems with non-affected CPU models.
Related branches
- Ubuntu Sponsors: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 1447 lines (+1162/-3)8 files modifieddebian/changelog (+1057/-0)
debian/control (+2/-1)
debian/patches/series (+4/-2)
debian/patches/ubuntu/lp-2030793-make-check-pidfd.patch (+34/-0)
debian/patches/ubuntu/lp-2112552-tests-mark-mkfds-multiplexing-as-known-fail.patch (+26/-0)
debian/patches/ubuntu/sulogin-fallback-static-sh.patch (+18/-0)
debian/patches/ubuntu/sulogin-lockedpwd.patch (+16/-0)
debian/rules (+5/-0)
Changed in util-linux (Ubuntu Noble): | |
assignee: | nobody → Zachary Raines (raineszm) |
status: | New → In Progress |
tags: | added: se-sponsors |
Changed in util-linux (Ubuntu Plucky): | |
status: | New → In Progress |
assignee: | nobody → Zachary Raines (raineszm) |
Changed in util-linux (Ubuntu Questing): | |
status: | New → In Progress |
assignee: | nobody → Zachary Raines (raineszm) |
Added a debdiff for noble cherry-picking the patch from upstream (thanks ~jasimioni).
TESTED: lscpu output is identical in a fresh noble lxd container on my machine.