Activity log for bug #1813129

Date Who What changed Old value New value Message
2019-01-24 08:51:42 Po-Hsu Lin bug added bug
2019-01-24 08:52:05 Po-Hsu Lin nominated for series Ubuntu Bionic
2019-01-24 08:52:24 Po-Hsu Lin bug task added ubuntu-kernel-tests
2019-01-24 09:00:13 Ubuntu Kernel Bot linux (Ubuntu): status New Confirmed
2019-04-23 08:35:05 Po-Hsu Lin bug task added linux (Ubuntu Bionic)
2019-04-23 08:38:26 Po-Hsu Lin linux (Ubuntu Bionic): status New Confirmed
2019-04-23 08:53:07 Po-Hsu Lin linux (Ubuntu): status Confirmed Fix Released
2019-04-23 09:02:57 Po-Hsu Lin linux (Ubuntu Bionic): assignee Po-Hsu Lin (cypressyew)
2019-04-23 09:02:59 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2019-04-23 09:03:01 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2019-04-23 09:03:03 Po-Hsu Lin linux (Ubuntu Bionic): status Confirmed In Progress
2019-04-23 10:43:37 Po-Hsu Lin description $ sudo ./tm-unavailable Checking if FP/VEC registers are sane after a FP unavailable exception... Illegal instruction For Power8 it's OK: For P9 on Cosmic, this test will be skipped: selftests: tm: tm-unavailable ======================================== test: tm_unavailable_test tags: git_version:unknown skip: tm_unavailable_test ok 1..10 selftests: tm: tm-unavailable [PASS] ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-44-generic 4.15.0-44.47 ProcVersionSignature: Ubuntu 4.15.0-44.47-generic 4.15.18 Uname: Linux 4.15.0-44-generic ppc64le AlsaDevices: total 0 crw-rw---- 1 root audio 116, 1 Jan 24 07:22 seq crw-rw---- 1 root audio 116, 33 Jan 24 07:22 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 08:46:56 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: 0.15 0.10 1.47 1/1357 32937 ProcLocks: 1: FLOCK ADVISORY WRITE 3482 00:17:520 0 EOF 2: POSIX ADVISORY WRITE 3746 00:17:580 0 EOF 3: POSIX ADVISORY WRITE 1800 00:17:368 0 EOF 4: FLOCK ADVISORY WRITE 3744 00:17:568 0 EOF 5: POSIX ADVISORY WRITE 3831 00:17:588 0 EOF ProcSwaps: Filename Type Size Used Priority /swap.img file 8388544 0 -2 ProcVersion: Linux version 4.15.0-44-generic (buildd@bos02-ppc64el-004) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #47-Ubuntu SMP Mon Jan 14 11:26:40 UTC 2019 RelatedPackageVersions: linux-restricted-modules-4.15.0-44-generic N/A linux-backports-modules-4.15.0-44-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 5 cpu_freq: min: 2.862 GHz (cpu 159) max: 2.862 GHz (cpu 3) avg: 2.862 GHz cpu_runmode: Could not retrieve current diagnostics mode, No kernel interface to firmware cpu_smt: SMT=4 == Justification == The tm-unavailable test in powerpc from ubuntu_kernel_selftests will fail on Bionic PowerPC: $ sudo ./tm-unavailable Checking if FP/VEC registers are sane after a FP unavailable exception... Illegal instruction This is because the Hardware Transactional Memory (HTM) is not supported on the revision of the processor in our PowerPC boxes. == Fix == b395e55b (selftests/powerpc: Skip tm-unavailable if TM is not enabled) With a prerequisite to make it a clean cherry-pick: 5783ee6e (selftests/powerpc: Check for pthread errors in tm-unavailable) An extra check for this test: SKIP_IF(!have_htm()) Will be added to ensure we have HTM support before start testing. This patchset has already landed in Cosmic and newer, and can be cherry-picked for Bionic. For Xenial, we don't have this test in our tree. == Test == Patch verified on a Bionic P9 system, the test will be marked as passed (skipped) with these two patches applied. == Regression potential == None. This patch is just for the kernel testing tool. == Original Bug Report == $ sudo ./tm-unavailable Checking if FP/VEC registers are sane after a FP unavailable exception... Illegal instruction For Power8 it's OK: For P9 on Cosmic, this test will be skipped:  selftests: tm: tm-unavailable  ========================================  test: tm_unavailable_test  tags: git_version:unknown  skip: tm_unavailable_test  ok 1..10 selftests: tm: tm-unavailable [PASS] ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-44-generic 4.15.0-44.47 ProcVersionSignature: Ubuntu 4.15.0-44.47-generic 4.15.18 Uname: Linux 4.15.0-44-generic ppc64le AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 Jan 24 07:22 seq  crw-rw---- 1 root audio 116, 33 Jan 24 07:22 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 08:46:56 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: 0.15 0.10 1.47 1/1357 32937 ProcLocks:  1: FLOCK ADVISORY WRITE 3482 00:17:520 0 EOF  2: POSIX ADVISORY WRITE 3746 00:17:580 0 EOF  3: POSIX ADVISORY WRITE 1800 00:17:368 0 EOF  4: FLOCK ADVISORY WRITE 3744 00:17:568 0 EOF  5: POSIX ADVISORY WRITE 3831 00:17:588 0 EOF ProcSwaps:  Filename Type Size Used Priority  /swap.img file 8388544 0 -2 ProcVersion: Linux version 4.15.0-44-generic (buildd@bos02-ppc64el-004) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #47-Ubuntu SMP Mon Jan 14 11:26:40 UTC 2019 RelatedPackageVersions:  linux-restricted-modules-4.15.0-44-generic N/A  linux-backports-modules-4.15.0-44-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 5 cpu_freq:  min: 2.862 GHz (cpu 159)  max: 2.862 GHz (cpu 3)  avg: 2.862 GHz cpu_runmode:  Could not retrieve current diagnostics mode,  No kernel interface to firmware cpu_smt: SMT=4
2019-05-09 05:14:44 Khaled El Mously linux (Ubuntu Bionic): status In Progress Fix Committed
2019-05-16 15:03:57 Ubuntu Kernel Bot tags apport-bug bionic package-from-proposed ppc64el uec-images apport-bug bionic package-from-proposed ppc64el uec-images verification-needed-bionic
2019-05-21 10:07:01 Po-Hsu Lin tags apport-bug bionic package-from-proposed ppc64el uec-images verification-needed-bionic apport-bug bionic package-from-proposed ppc64el uec-images verification-done-bionic
2019-05-21 10:07:30 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released
2019-06-04 09:18:16 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released