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

Manoj Iyer manoj.iyer at canonical.com
Fri Aug 14 19:23:13 UTC 2015


The proposal to merge lp:~manjo/ubuntu/wily/lshw/cpuinfo-backport-upstream into lp:ubuntu/lshw has been updated.

Description changed to:

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 at 0
     *-cpu:1 DISABLED
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu at 1
     *-cpu:2 DISABLED
          description: CPU
          product: cpu
          physical id: 4
          bus info: cpu at 2

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

For more details, see:
https://code.launchpad.net/~manjo/ubuntu/wily/lshw/cpuinfo-backport-upstream/+merge/268128
-- 
Your team Ubuntu branches is requested to review the proposed merge of lp:~manjo/ubuntu/wily/lshw/cpuinfo-backport-upstream into lp:ubuntu/lshw.



More information about the Ubuntu-reviews mailing list