Activity log for bug #2032641

Date Who What changed Old value New value Message
2023-08-22 11:17:32 Roxana Nicolescu bug added bug
2023-08-22 11:17:39 Roxana Nicolescu tags sru-20230807
2023-09-08 03:16:49 Po-Hsu Lin description First time seen on cycle 2023.08.10 because it was the first time we tested this instance. Tried previous focal version (5.4.09-156) and it seems it's happened before. The following tests are failing powerpc/tm:tm-resched-dscr powerpc/tm:tm-syscall powerpc/tm:tm-signal-stack powerpc/tm:tm-unavailable powerpc/tm:tm-signal-context-force-tm First time seen on cycle 2023.08.10 because it was the first time we tested this instance. Tried previous focal version (5.4.09-156) and it seems it's happened before. The following tests are failing: * powerpc/ptrace:ptrace-tm-gpr FAIL * powerpc/ptrace:ptrace-tm-spd-gpr FAIL * powerpc/ptrace:ptrace-tm-tar timeout * powerpc/ptrace:ptrace-tm-spd-tar timeout * powerpc/ptrace:ptrace-tm-vsx timeout * powerpc/ptrace:ptrace-tm-spd-vsx timeout * powerpc/ptrace:ptrace-tm-spr timeout
2023-09-08 03:20:08 Po-Hsu Lin tags sru-20230807 5.4 focal sru-20230807 ubuntu-kernel-selftests
2023-09-08 03:20:43 Po-Hsu Lin tags 5.4 focal sru-20230807 ubuntu-kernel-selftests 5.4 focal sru-20230807 sru-20230904 ubuntu-kernel-selftests
2023-09-08 05:05:34 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2023-09-08 05:05:36 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2023-12-21 09:11:22 Po-Hsu Lin bug task added linux (Ubuntu)
2023-12-21 09:11:28 Po-Hsu Lin nominated for series Ubuntu Focal
2023-12-21 09:11:28 Po-Hsu Lin bug task added linux (Ubuntu Focal)
2023-12-21 09:11:33 Po-Hsu Lin linux (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2023-12-21 09:11:37 Po-Hsu Lin linux (Ubuntu): status New Fix Released
2023-12-21 09:11:40 Po-Hsu Lin linux (Ubuntu Focal): status New In Progress
2023-12-21 10:16:44 Po-Hsu Lin description First time seen on cycle 2023.08.10 because it was the first time we tested this instance. Tried previous focal version (5.4.09-156) and it seems it's happened before. The following tests are failing: * powerpc/ptrace:ptrace-tm-gpr FAIL * powerpc/ptrace:ptrace-tm-spd-gpr FAIL * powerpc/ptrace:ptrace-tm-tar timeout * powerpc/ptrace:ptrace-tm-spd-tar timeout * powerpc/ptrace:ptrace-tm-vsx timeout * powerpc/ptrace:ptrace-tm-spd-vsx timeout * powerpc/ptrace:ptrace-tm-spr timeout [Impact] The powerpc tests from kernel selftests were unable to finish properly on Power10 VM with Focal 5.4 kernel. There will be lots of failures for powerpc/ptrace and powerpc/tm tests. For example the ptrace-tm-gpr: # selftests: powerpc/ptrace: ptrace-tm-gpr # test: ptrace_tm_gpr # tags: git_version:unknown # [FAIL] Test FAILED on line 94 # GPR[14]: 1 Expected: 2 # GPR[15]: 1 Expected: 2 # GPR[16]: 1 Expected: 2 # GPR[17]: 1 Expected: 2 # GPR[18]: 1 Expected: 2 # GPR[19]: 1 Expected: 2 # GPR[20]: 1 Expected: 2 # GPR[21]: 1 Expected: 2 # GPR[22]: 1 Expected: 2 # GPR[23]: 1 Expected: 2 # GPR[24]: 1 Expected: 2 # GPR[25]: 1 Expected: 2 # GPR[26]: 1 Expected: 2 # GPR[27]: 1 Expected: 2 # GPR[28]: 1 Expected: 2 # GPR[29]: 1 Expected: 2 # GPR[30]: 1 Expected: 2 # GPR[31]: 1 Expected: 2 # failure: ptrace_tm_gpr not ok 1 selftests: powerpc/ptrace: ptrace-tm-gpr # exit=1 [Fix] * 031fd80f87 selftests: Skip TM tests on synthetic TM implementations This patch has already landed on Jammy+. Only Focal will need this patch. And it needs to be backported to skip tm-signal-pagefault.c which does not exist on Focal tree. [Test Plan] Run the patched powerpc tests from kernel selftests: $ sudo make TARGETS=powerpc run_tests Previously failing powerpc/ptrace and powerpc/tm tests will be skipped. For example the ptrace-tm-gpr test: # selftests: powerpc/ptrace: ptrace-tm-gpr # test: ptrace_tm_gpr # tags: git_version:b315960-dirty # [SKIP] Test skipped on line 116 # skip: ptrace_tm_gpr ok 2 selftests: powerpc/ptrace: ptrace-tm-gpr [Where problems could occur] Change limited to testing tools, and it's just skipping unsuitable tests for specific architecture, no impact to real kernel functions. == Original Bug Report == First time seen on cycle 2023.08.10 because it was the first time we tested this instance. Tried previous focal version (5.4.09-156) and it seems it's happened before. The following tests are failing:  * powerpc/ptrace:ptrace-tm-gpr FAIL  * powerpc/ptrace:ptrace-tm-spd-gpr FAIL  * powerpc/ptrace:ptrace-tm-tar timeout  * powerpc/ptrace:ptrace-tm-spd-tar timeout  * powerpc/ptrace:ptrace-tm-vsx timeout  * powerpc/ptrace:ptrace-tm-spd-vsx timeout  * powerpc/ptrace:ptrace-tm-spr timeout
2023-12-21 10:25:53 Po-Hsu Lin description [Impact] The powerpc tests from kernel selftests were unable to finish properly on Power10 VM with Focal 5.4 kernel. There will be lots of failures for powerpc/ptrace and powerpc/tm tests. For example the ptrace-tm-gpr: # selftests: powerpc/ptrace: ptrace-tm-gpr # test: ptrace_tm_gpr # tags: git_version:unknown # [FAIL] Test FAILED on line 94 # GPR[14]: 1 Expected: 2 # GPR[15]: 1 Expected: 2 # GPR[16]: 1 Expected: 2 # GPR[17]: 1 Expected: 2 # GPR[18]: 1 Expected: 2 # GPR[19]: 1 Expected: 2 # GPR[20]: 1 Expected: 2 # GPR[21]: 1 Expected: 2 # GPR[22]: 1 Expected: 2 # GPR[23]: 1 Expected: 2 # GPR[24]: 1 Expected: 2 # GPR[25]: 1 Expected: 2 # GPR[26]: 1 Expected: 2 # GPR[27]: 1 Expected: 2 # GPR[28]: 1 Expected: 2 # GPR[29]: 1 Expected: 2 # GPR[30]: 1 Expected: 2 # GPR[31]: 1 Expected: 2 # failure: ptrace_tm_gpr not ok 1 selftests: powerpc/ptrace: ptrace-tm-gpr # exit=1 [Fix] * 031fd80f87 selftests: Skip TM tests on synthetic TM implementations This patch has already landed on Jammy+. Only Focal will need this patch. And it needs to be backported to skip tm-signal-pagefault.c which does not exist on Focal tree. [Test Plan] Run the patched powerpc tests from kernel selftests: $ sudo make TARGETS=powerpc run_tests Previously failing powerpc/ptrace and powerpc/tm tests will be skipped. For example the ptrace-tm-gpr test: # selftests: powerpc/ptrace: ptrace-tm-gpr # test: ptrace_tm_gpr # tags: git_version:b315960-dirty # [SKIP] Test skipped on line 116 # skip: ptrace_tm_gpr ok 2 selftests: powerpc/ptrace: ptrace-tm-gpr [Where problems could occur] Change limited to testing tools, and it's just skipping unsuitable tests for specific architecture, no impact to real kernel functions. == Original Bug Report == First time seen on cycle 2023.08.10 because it was the first time we tested this instance. Tried previous focal version (5.4.09-156) and it seems it's happened before. The following tests are failing:  * powerpc/ptrace:ptrace-tm-gpr FAIL  * powerpc/ptrace:ptrace-tm-spd-gpr FAIL  * powerpc/ptrace:ptrace-tm-tar timeout  * powerpc/ptrace:ptrace-tm-spd-tar timeout  * powerpc/ptrace:ptrace-tm-vsx timeout  * powerpc/ptrace:ptrace-tm-spd-vsx timeout  * powerpc/ptrace:ptrace-tm-spr timeout [Impact] The powerpc tests from kernel selftests were unable to finish properly on Power10 VM with Focal 5.4 kernel. There will be lots of failures for powerpc/ptrace and powerpc/tm tests. For example the ptrace-tm-gpr:   # selftests: powerpc/ptrace: ptrace-tm-gpr   # test: ptrace_tm_gpr   # tags: git_version:unknown   # [FAIL] Test FAILED on line 94   # GPR[14]: 1 Expected: 2   # GPR[15]: 1 Expected: 2   # GPR[16]: 1 Expected: 2   # GPR[17]: 1 Expected: 2   # GPR[18]: 1 Expected: 2   # GPR[19]: 1 Expected: 2   # GPR[20]: 1 Expected: 2   # GPR[21]: 1 Expected: 2   # GPR[22]: 1 Expected: 2   # GPR[23]: 1 Expected: 2   # GPR[24]: 1 Expected: 2   # GPR[25]: 1 Expected: 2   # GPR[26]: 1 Expected: 2   # GPR[27]: 1 Expected: 2   # GPR[28]: 1 Expected: 2   # GPR[29]: 1 Expected: 2   # GPR[30]: 1 Expected: 2   # GPR[31]: 1 Expected: 2   # failure: ptrace_tm_gpr   not ok 1 selftests: powerpc/ptrace: ptrace-tm-gpr # exit=1 [Fix] * 031fd80f87 selftests: Skip TM tests on synthetic TM implementations This patch has already landed on Jammy+. Only Focal will need this patch. And it needs to be backported to skip changes on the tm-signal-pagefault.c test, which does not exist on Focal tree. [Test Plan] Run the patched powerpc tests from kernel selftests:   $ sudo make TARGETS=powerpc run_tests Previously failing powerpc/ptrace and powerpc/tm tests will be skipped. For example the ptrace-tm-gpr test:   # selftests: powerpc/ptrace: ptrace-tm-gpr   # test: ptrace_tm_gpr   # tags: git_version:b315960-dirty   # [SKIP] Test skipped on line 116   # skip: ptrace_tm_gpr   ok 2 selftests: powerpc/ptrace: ptrace-tm-gpr [Where problems could occur] Change limited to testing tools, and it's just skipping unsuitable tests for specific architecture, no impact to real kernel functions. == Original Bug Report == First time seen on cycle 2023.08.10 because it was the first time we tested this instance. Tried previous focal version (5.4.09-156) and it seems it's happened before. The following tests are failing:  * powerpc/ptrace:ptrace-tm-gpr FAIL  * powerpc/ptrace:ptrace-tm-spd-gpr FAIL  * powerpc/ptrace:ptrace-tm-tar timeout  * powerpc/ptrace:ptrace-tm-spd-tar timeout  * powerpc/ptrace:ptrace-tm-vsx timeout  * powerpc/ptrace:ptrace-tm-spd-vsx timeout  * powerpc/ptrace:ptrace-tm-spr timeout
2024-01-05 09:34:48 Roxana Nicolescu linux (Ubuntu Focal): status In Progress Fix Committed
2024-01-05 09:34:53 Roxana Nicolescu linux (Ubuntu): status Fix Released Invalid
2024-01-08 17:12:23 Ubuntu Kernel Bot tags 5.4 focal sru-20230807 sru-20230904 ubuntu-kernel-selftests 5.4 focal kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-needed-focal-linux
2024-01-09 02:45:46 Po-Hsu Lin tags 5.4 focal kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-needed-focal-linux 5.4 focal kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux
2024-02-07 13:02:42 Launchpad Janitor linux (Ubuntu Focal): status Fix Committed Fix Released
2024-02-07 13:02:42 Launchpad Janitor cve linked 2023-45863
2024-02-07 13:02:42 Launchpad Janitor cve linked 2023-6040
2024-02-07 13:02:42 Launchpad Janitor cve linked 2023-6606
2024-02-07 13:02:42 Launchpad Janitor cve linked 2023-6931
2024-02-07 13:02:42 Launchpad Janitor cve linked 2023-6932
2024-02-07 13:03:48 Ubuntu Kernel Bot tags 5.4 focal kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux 5.4 focal kernel-spammed-focal-linux-oracle-v2 kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux verification-needed-focal-linux-oracle
2024-02-07 13:13:07 Ubuntu Kernel Bot tags 5.4 focal kernel-spammed-focal-linux-oracle-v2 kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux verification-needed-focal-linux-oracle 5.4 focal kernel-spammed-focal-linux-oracle-v2 kernel-spammed-focal-linux-raspi-v2 kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux verification-needed-focal-linux-oracle verification-needed-focal-linux-raspi
2024-02-19 09:14:11 Po-Hsu Lin tags 5.4 focal kernel-spammed-focal-linux-oracle-v2 kernel-spammed-focal-linux-raspi-v2 kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux verification-needed-focal-linux-oracle verification-needed-focal-linux-raspi 5.4 focal kernel-spammed-focal-linux-oracle-v2 kernel-spammed-focal-linux-raspi-v2 kernel-spammed-focal-linux-v2 sru-20230807 sru-20230904 ubuntu-kernel-selftests verification-done-focal-linux verification-done-focal-linux-oracle verification-done-focal-linux-raspi
2024-02-22 08:42:14 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released