[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2021-03-12 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu Cosmic)
   Status: Fix Committed => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Cosmic:
  Won't Fix

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-09-17 Thread Po-Hsu Lin
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-08-22 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
xenial' to 'verification-done-xenial'. If the problem still exists,
change the tag 'verification-needed-xenial' to 'verification-failed-
xenial'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-55.60

---
linux (4.15.0-55.60) bionic; urgency=medium

  * linux: 4.15.0-55.60 -proposed tracker (LP: #1834954)

  * Request backport of ceph commits into bionic (LP: #1834235)
- ceph: use atomic_t for ceph_inode_info::i_shared_gen
- ceph: define argument structure for handle_cap_grant
- ceph: flush pending works before shutdown super
- ceph: send cap releases more aggressively
- ceph: single workqueue for inode related works
- ceph: avoid dereferencing invalid pointer during cached readdir
- ceph: quota: add initial infrastructure to support cephfs quotas
- ceph: quota: support for ceph.quota.max_files
- ceph: quota: don't allow cross-quota renames
- ceph: fix root quota realm check
- ceph: quota: support for ceph.quota.max_bytes
- ceph: quota: update MDS when max_bytes is approaching
- ceph: quota: add counter for snaprealms with quota
- ceph: avoid iput_final() while holding mutex or in dispatch thread

  * QCA9377 isn't being recognized sometimes (LP: #1757218)
- SAUCE: USB: Disable USB2 LPM at shutdown

  * hns: fix ICMP6 neighbor solicitation messages discard problem (LP: #1833140)
- net: hns: fix ICMP6 neighbor solicitation messages discard problem
- net: hns: fix unsigned comparison to less than zero

  * Fix occasional boot time crash in hns driver (LP: #1833138)
- net: hns: Fix probabilistic memory overwrite when HNS driver initialized

  *  use-after-free in hns_nic_net_xmit_hw (LP: #1833136)
- net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()

  * hns: attempt to restart autoneg when disabled should report error
(LP: #1833147)
- net: hns: Restart autoneg need return failed when autoneg off

  * systemd 237-3ubuntu10.14 ADT test failure on Bionic ppc64el (test-seccomp)
(LP: #1821625)
- powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
- powerpc: sys_pkey_mprotect() system call

  * [UBUNTU] pkey: Indicate old mkvp only if old and curr. mkvp are different
(LP: #1832625)
- pkey: Indicate old mkvp only if old and current mkvp are different

  * [UBUNTU] kernel: Fix gcm-aes-s390 wrong scatter-gather list processing
(LP: #1832623)
- s390/crypto: fix gcm-aes-s390 selftest failures

  * System crashes on hot adding a core with drmgr command (4.15.0-48-generic)
(LP: #1833716)
- powerpc/numa: improve control of topology updates
- powerpc/numa: document topology_updates_enabled, disable by default

  * Kernel modules generated incorrectly when system is localized to a non-
English language (LP: #1828084)
- scripts: override locale from environment when running recordmcount.pl

  * [UBUNTU] kernel: Fix wrong dispatching for control domain CPRBs
(LP: #1832624)
- s390/zcrypt: Fix wrong dispatching for control domain CPRBs

  * CVE-2019-11815
- net: rds: force to destroy connection if t_sock is NULL in
  rds_tcp_kill_sock().

  * Sound device not detected after resume from hibernate (LP: #1826868)
- drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
- drm/i915: Save the old CDCLK atomic state
- drm/i915: Remove redundant store of logical CDCLK state
- drm/i915: Skip modeset for cdclk changes if possible

  * Handle overflow in proc_get_long of sysctl (LP: #1833935)
- sysctl: handle overflow in proc_get_long

  * Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep, NVMe
drains lots of power under s2idle (LP: #1808957)
- Revert "UBUNTU: SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering 
D3
  and being disabled"
- Revert "UBUNTU: SAUCE: nvme: add quirk to not call disable function when
  suspending"
- Revert "UBUNTU: SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3"
- Revert "SAUCE: nvme: add quirk to not call disable function when 
suspending"
- Revert "SAUCE: pci: prevent sk hynix nvme from entering D3"
- PCI: PM: Avoid possible suspend-to-idle issue
- PCI: PM: Skip devices in D0 for suspend-to-idle
- nvme-pci: Sync queues on reset
- nvme: Export get and set features
- nvme-pci: Use host managed power state for suspend

  * linux v4.15 ftbfs on a newer host kernel (e.g. hwe) (LP: #1823429)
- selinux: use kernel linux/socket.h for genheaders and mdp

  * 32-bit x86 kernel 4.15.0-50 crash in vmalloc_sync_all (LP: #1830433)
- x86/mm/pat: Disable preemption around __flush_tlb_all()
- x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
- x86/mm: Disable ioremap free page handling on x86-PAE
- ioremap: Update pgtable free interfaces with addr
- x86/mm: Add TLB purge to free pmd/pte page interfaces
- x86/init: fix build with CONFIG_SWAP=n
- x86/mm: provide pmdp_establish() helper
- x86/mm: Use WRITE_ONCE() when setting PTEs

  * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
- hinic: fix a bug in 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-07-16 Thread Po-Hsu Lin
The copy_unaligned test was removed as expected.

** Tags removed: verification-needed-bionic verification-needed-cosmic
** Tags added: verification-done-bionic verification-done-cosmic

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-06-27 Thread Po-Hsu Lin
Hmm wait a second, I think I was check on P8 instead of P9, let me check
this again.

** Tags added: verification-needed-cosmic

** Tags removed: verification-done-cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-06-27 Thread Po-Hsu Lin
PowerPC test passed as expected on baltar with Cosmic kernel.

** Tags removed: verification-needed-cosmic
** Tags added: verification-done-cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-06-18 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
bionic' to 'verification-done-bionic'. If the problem still exists,
change the tag 'verification-needed-bionic' to 'verification-failed-
bionic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-06-18 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
cosmic' to 'verification-done-cosmic'. If the problem still exists,
change the tag 'verification-needed-cosmic' to 'verification-failed-
cosmic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-06-04 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Cosmic)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-05-14 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2019-May/100696.html

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.

  From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".

  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.

  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.

  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.

  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)

  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first (8d191587) to make it a clean cherry-pick.

  It's already landed in D and onward.

  == Test ==
  Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.

  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.

  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:

  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:43:28 UTC 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-05-14 Thread Po-Hsu Lin
** Description changed:

  == Justification ==
  The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.
  
- From commit message:
+ From the commit message:
  This is a test of the ISA 3.0 "copy" instruction. That instruction has
  an L field, which if set to 1 specifies that "the instruction
  identifies the beginning of a move group" (pp 858). That's also
  referred to as "copy first" vs "copy".
  
  In ISA 3.0B the copy instruction does not have an L field, and the
  corresponding bit in the instruction must be set to 1.
  
  This test is generating a "copy" instruction, not a "copy first", and
  so on Power9 (which implements 3.0B), this results in an illegal
  instruction.
  
  So just drop the test entirely. We still have copy_first_unaligned to
  test the "copy first" behaviour.
  
  == Fix ==
  * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)
  
  Patch can be cherry-picked into C, for Bionic it needs patches for bug
  1828935 to land first to make it a clean cherry-pick.
  
  It's already landed in D and onward.
  
  == Test ==
- Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly. 
+ Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly.
  
  == Regression Potential ==
  Low.
  Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.
- 
  
  == Original Bug Report ==
  This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:
  
   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc.
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:
  
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:43:28 UTC 
2018
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-05-14 Thread Po-Hsu Lin
** Description changed:

- This issue was only spotted on Power9 system "balter", for Power8
- system, it has passed with this test:
+ == Justification ==
+ The copy_unaligned / paste_unaligned / paste_last_unaligned test in 
powerpc/alignment will fail on a Power9 node as which implements ISA 3.0B, but 
the test was designed base on ISA 3.0.
  
-  TAP version 13
-  selftests: copy_unaligned
-  
-  test: test_copy_unaligned
-  tags: git_version:unknown
-  !! child died by signal 4
-  failure: test_copy_unaligned
-  not ok 1..1 selftests: copy_unaligned [FAIL]
-  selftests: copy_first_unaligned
-  
-  test: test_copy_first_unaligned
-  tags: git_version:unknown
-  success: test_copy_first_unaligned
-  ok 1..2 selftests: copy_first_unaligned [PASS]
-  selftests: paste_unaligned
-  
-  test: test_paste_unaligned
-  tags: git_version:unknown
-  !! child died by signal 4
-  failure: test_paste_unaligned
-  not ok 1..3 selftests: paste_unaligned [FAIL]
-  selftests: paste_last_unaligned
-  
-  test: test_paste_last_unaligned
-  tags: git_version:unknown
-  !! child died by signal 4
-  failure: test_paste_last_unaligned
-  not ok 1..4 selftests: paste_last_unaligned [FAIL]
+ From commit message:
+ This is a test of the ISA 3.0 "copy" instruction. That instruction has
+ an L field, which if set to 1 specifies that "the instruction
+ identifies the beginning of a move group" (pp 858). That's also
+ referred to as "copy first" vs "copy".
+ 
+ In ISA 3.0B the copy instruction does not have an L field, and the
+ corresponding bit in the instruction must be set to 1.
+ 
+ This test is generating a "copy" instruction, not a "copy first", and
+ so on Power9 (which implements 3.0B), this results in an illegal
+ instruction.
+ 
+ So just drop the test entirely. We still have copy_first_unaligned to
+ test the "copy first" behaviour.
+ 
+ == Fix ==
+ * 83039f22 (selftests/powerpc: Remove Power9 copy_unaligned test)
+ 
+ Patch can be cherry-picked into C, for Bionic it needs patches for bug
+ 1828935 to land first to make it a clean cherry-pick.
+ 
+ It's already landed in D and onward.
+ 
+ == Test ==
+ Tested on a Power9 server with Cosmic, the broken tests will be removed 
correctly. 
+ 
+ == Regression Potential ==
+ Low.
+ Code change limited to testing tools and just removing broken tests. We still 
have copy_first_unaligned to test the "copy first" behaviour.
+ 
+ 
+ == Original Bug Report ==
+ This issue was only spotted on Power9 system "balter", for Power8 system, it 
has passed (skipped, and marked as passed) with this test:
+ 
+  TAP version 13
+  selftests: copy_unaligned
+  
+  test: test_copy_unaligned
+  tags: git_version:unknown
+  !! child died by signal 4
+  failure: test_copy_unaligned
+  not ok 1..1 selftests: copy_unaligned [FAIL]
+  selftests: copy_first_unaligned
+  
+  test: test_copy_first_unaligned
+  tags: git_version:unknown
+  success: test_copy_first_unaligned
+  ok 1..2 selftests: copy_first_unaligned [PASS]
+  selftests: paste_unaligned
+  
+  test: test_paste_unaligned
+  tags: git_version:unknown
+  !! child died by signal 4
+  failure: test_paste_unaligned
+  not ok 1..3 selftests: paste_unaligned [FAIL]
+  selftests: paste_last_unaligned
+  
+  test: test_paste_last_unaligned
+  tags: git_version:unknown
+  !! child died by signal 4
+  failure: test_paste_last_unaligned
+  not ok 1..4 selftests: paste_last_unaligned [FAIL]
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
-  total 0
-  crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
-  crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
+  total 0
+  crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
+  crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc. 
-  Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd 
-  Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 

[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-05-14 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  This issue was only spotted on Power9 system "balter", for Power8
  system, it has passed with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc. 
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd 
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:43:28 UTC 
2018
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number of cores present = 40
  cpu_coreson: Number of cores online = 40
  cpu_dscr: DSCR is 3
  cpu_freq:
   min: 2.862 GHz (cpu 159)
   max: 2.863 GHz (cpu 1)
   avg: 2.862 GHz
  cpu_runmode:
   Could not retrieve current diagnostics mode,
   No kernel interface to firmware
  cpu_smt: SMT=4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813118/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-05-13 Thread Po-Hsu Lin
B:
  * 8d1915873d492b8e1f03bbcab527db62a8d49542
  * 83039f22ba2f6aff935a2acbb6bf671374e8317d
C:
  * 83039f22ba2f6aff935a2acbb6bf671374e8317d

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  In Progress

Bug description:
  This issue was only spotted on Power9 system "balter", for Power8
  system, it has passed with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc. 
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd 
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:43:28 UTC 
2018
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number of cores present = 40
  cpu_coreson: Number of cores online = 40
  cpu_dscr: DSCR is 3
  cpu_freq:
   min: 2.862 GHz (cpu 159)
   max: 2.863 GHz (cpu 1)
   avg: 2.862 GHz
  cpu_runmode:
   Could not retrieve current diagnostics mode,
   No kernel interface to firmware
  cpu_smt: SMT=4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813118/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-05-13 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Cosmic)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Cosmic)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  In Progress

Bug description:
  This issue was only spotted on Power9 system "balter", for Power8
  system, it has passed with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc. 
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd 
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:43:28 UTC 
2018
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number of cores present = 40
  cpu_coreson: Number of cores online = 40
  cpu_dscr: DSCR is 3
  cpu_freq:
   min: 2.862 GHz (cpu 159)
   max: 2.863 GHz (cpu 1)
   avg: 2.862 GHz
  cpu_runmode:
   Could not retrieve current diagnostics mode,
   No kernel interface to firmware
  cpu_smt: SMT=4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813118/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1813118] Re: alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9

2019-01-24 Thread Po-Hsu Lin
** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1813118

Title:
  alignment test in powerpc from ubuntu_kernel_selftests failed on B/C
  Power9

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was only spotted on Power9 system "balter", for Power8
  system, it has passed with this test:

   TAP version 13
   selftests: copy_unaligned
   
   test: test_copy_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_copy_unaligned
   not ok 1..1 selftests: copy_unaligned [FAIL]
   selftests: copy_first_unaligned
   
   test: test_copy_first_unaligned
   tags: git_version:unknown
   success: test_copy_first_unaligned
   ok 1..2 selftests: copy_first_unaligned [PASS]
   selftests: paste_unaligned
   
   test: test_paste_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_unaligned
   not ok 1..3 selftests: paste_unaligned [FAIL]
   selftests: paste_last_unaligned
   
   test: test_paste_last_unaligned
   tags: git_version:unknown
   !! child died by signal 4
   failure: test_paste_last_unaligned
   not ok 1..4 selftests: paste_last_unaligned [FAIL]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic ppc64le
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 24 06:50 seq
   crw-rw 1 root audio 116, 33 Jan 24 06:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: ppc64el
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jan 24 07:05:20 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0451:80ff Texas Instruments, Inc. 
   Bus 001 Device 004: ID 0557:2419 ATEN International Co., Ltd 
   Bus 001 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: root=UUID=acd1a0d7-f6fc-4130-928c-c8b11ad6e4be ro 
console=hvc0
  ProcLoadAvg: 1.24 0.89 0.66 3/1412 8319
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3876 00:17:569 0 EOF
   2: FLOCK  ADVISORY  WRITE 3556 00:17:497 0 EOF
   3: FLOCK  ADVISORY  WRITE 4090 00:17:596 0 EOF
   4: POSIX  ADVISORY  WRITE 3955 00:17:571 0 EOF
   5: POSIX  ADVISORY  WRITE 1823 00:17:348 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 4.15.0-43-generic (buildd@bos02-ppc64el-020) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:43:28 UTC 
2018
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number of cores present = 40
  cpu_coreson: Number of cores online = 40
  cpu_dscr: DSCR is 3
  cpu_freq:
   min: 2.862 GHz (cpu 159)
   max: 2.863 GHz (cpu 1)
   avg: 2.862 GHz
  cpu_runmode:
   Could not retrieve current diagnostics mode,
   No kernel interface to firmware
  cpu_smt: SMT=4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813118/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp