Merge lp://qastaging/~manjo/ubuntu/wily/lshw/cpuinfo-backport-upstream into lp://qastaging/ubuntu/wily/lshw

Proposed by Manoj Iyer
Status: Merged
Merge reported by: Michael Terry
Merged at revision: not available
Proposed branch: lp://qastaging/~manjo/ubuntu/wily/lshw/cpuinfo-backport-upstream
Merge into: lp://qastaging/ubuntu/wily/lshw
Diff against target: 253 lines (+238/-0)
2 files modified
debian/patches/cpuinfo-arm-aarch64-s390-support.patch (+237/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp://qastaging/~manjo/ubuntu/wily/lshw/cpuinfo-backport-upstream
Reviewer Review Type Date Requested Status
Michael Terry Approve
Review via email: mp+268128@code.qastaging.launchpad.net

Description of the change

Backport cpuinfo support for arm, aarch64, and s390 from upstream development tree. This fixes lshw displaying incorrect information on aarch64 systems.

Before the patch:
  *-core
       description: Motherboard
       physical id: 0
       capabilities: < removed >
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 0
          bus info: cpu@0
     *-cpu:1 DISABLED
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@1
     *-cpu:2 DISABLED
          description: CPU
          product: cpu
          physical id: 4
          bus info: cpu@2

After the patch:
  *-core
       description: Motherboard
       physical id: 0
       capabilities: < removed >
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 0
          bus info: cpu@0
          capabilities: fp asimd aes pmull sha1 sha2 crc32
     *-cpu:1
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@1
          capabilities: fp asimd aes pmull sha1 sha2 crc32
     *-cpu:2
          description: CPU
          product: cpu
          physical id: 4
          bus info: cpu@2
          capabilities: fp asimd aes pmull sha1 sha2 crc32

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Looks good, thank you so much! I've uploaded this to wily.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: