Activity log for bug #1937991

Date Who What changed Old value New value Message
2021-07-26 06:13:05 Po-Hsu Lin bug added bug
2021-07-26 06:13:46 Po-Hsu Lin bug task added linux (Ubuntu)
2021-07-26 06:14:29 Po-Hsu Lin nominated for series Ubuntu Hirsute
2021-07-26 06:14:29 Po-Hsu Lin bug task added linux (Ubuntu Hirsute)
2021-07-26 06:14:29 Po-Hsu Lin nominated for series Ubuntu Focal
2021-07-26 06:14:29 Po-Hsu Lin bug task added linux (Ubuntu Focal)
2021-07-26 06:18:37 Po-Hsu Lin nominated for series Ubuntu Impish
2021-07-26 06:18:37 Po-Hsu Lin bug task added linux (Ubuntu Impish)
2021-07-26 06:58:02 Po-Hsu Lin description [Impact] This test will require /dev/rtc0, the default RTC device, or one specified by user to run. Since this default RTC is not guaranteed to exist on all of the devices, so check its existence first, otherwise skip this test with the kselftest skip code 4. Without this patch this test will fail like this on a s390x zVM: $ selftests: timers: rtcpie $ /dev/rtc0: No such file or directory not ok 1 selftests: timers: rtcpie # exit=22 We have this test disabled in our test suite with an if check [1], with this patch applied we can remove that code block. [1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133 [Fix] * 0d3e5a057992bd selftests: timers: rtcpie: skip test if default RTC device does not exist [Test] Run this test with patched source tree on a s390x zVM and it will be skipped correctly: $ selftests: timers: rtcpie $ Default RTC /dev/rtc0 does not exist. Test Skipped! not ok 9 selftests: timers: rtcpie # SKIP [Where problems could occur] If this fix is incorrect we might see it failing again on systems that without /dev/rtc0 (after removing our local hacks in autotest-client-tests) [Impact] This test will require /dev/rtc0, the default RTC device, or one specified by user to run. Since this default RTC is not guaranteed to exist on all of the devices, so check its existence first, otherwise skip this test with the kselftest skip code 4. Without this patch this test will fail like this on a s390x zVM: $ selftests: timers: rtcpie $ /dev/rtc0: No such file or directory not ok 1 selftests: timers: rtcpie # exit=22 We have this test disabled in our test suite with an if check [1], with this patch applied we can remove that code block. [1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133 [Fix] * 0d3e5a057992bd selftests: timers: rtcpie: skip test if default RTC device does not exist This test exists in our tree after Bionic. [Test] Run this test with patched source tree on a s390x zVM and it will be skipped correctly: $ selftests: timers: rtcpie $ Default RTC /dev/rtc0 does not exist. Test Skipped! not ok 9 selftests: timers: rtcpie # SKIP [Where problems could occur] If this fix is incorrect we might see it failing again on systems that without /dev/rtc0 (after removing our local hacks in autotest-client-tests)
2021-07-26 06:58:04 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2021-07-26 06:58:06 Po-Hsu Lin linux (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2021-07-26 06:58:08 Po-Hsu Lin linux (Ubuntu Hirsute): assignee Po-Hsu Lin (cypressyew)
2021-07-26 06:58:10 Po-Hsu Lin linux (Ubuntu Impish): assignee Po-Hsu Lin (cypressyew)
2021-07-26 06:58:13 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2021-07-26 06:58:15 Po-Hsu Lin linux (Ubuntu Focal): status New In Progress
2021-07-26 06:58:18 Po-Hsu Lin linux (Ubuntu Hirsute): status New In Progress
2021-07-26 06:58:20 Po-Hsu Lin linux (Ubuntu Impish): status New In Progress
2021-07-26 07:29:24 Po-Hsu Lin description [Impact] This test will require /dev/rtc0, the default RTC device, or one specified by user to run. Since this default RTC is not guaranteed to exist on all of the devices, so check its existence first, otherwise skip this test with the kselftest skip code 4. Without this patch this test will fail like this on a s390x zVM: $ selftests: timers: rtcpie $ /dev/rtc0: No such file or directory not ok 1 selftests: timers: rtcpie # exit=22 We have this test disabled in our test suite with an if check [1], with this patch applied we can remove that code block. [1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133 [Fix] * 0d3e5a057992bd selftests: timers: rtcpie: skip test if default RTC device does not exist This test exists in our tree after Bionic. [Test] Run this test with patched source tree on a s390x zVM and it will be skipped correctly: $ selftests: timers: rtcpie $ Default RTC /dev/rtc0 does not exist. Test Skipped! not ok 9 selftests: timers: rtcpie # SKIP [Where problems could occur] If this fix is incorrect we might see it failing again on systems that without /dev/rtc0 (after removing our local hacks in autotest-client-tests) [Impact] This test will require /dev/rtc0, the default RTC device, or one specified by user to run. Since this default RTC is not guaranteed to exist on all of the devices, so check its existence first, otherwise skip this test with the kselftest skip code 4. Without this patch this test will fail like this on a s390x zVM: $ selftests: timers: rtcpie $ /dev/rtc0: No such file or directory not ok 1 selftests: timers: rtcpie # exit=22 We have this test disabled in our test suite with an if check [1], thus we're not seeing this failure recently. With this patch applied we can remove that code block later. [1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133 [Fix] * 0d3e5a057992bd selftests: timers: rtcpie: skip test if default RTC device does not exist [Test] Run this test with patched source tree on a s390x zVM and it will be skipped correctly: $ selftests: timers: rtcpie $ Default RTC /dev/rtc0 does not exist. Test Skipped! not ok 9 selftests: timers: rtcpie # SKIP [Where problems could occur] If this fix is incorrect we might see it failing again on systems that without /dev/rtc0 (after removing our local hacks in autotest-client-tests)
2021-07-28 21:24:02 Ubuntu Kernel Bot tags verification-needed-focal
2021-07-30 03:36:36 AceLan Kao bug task added linux-oem-5.10 (Ubuntu)
2021-07-30 03:36:45 AceLan Kao linux-oem-5.10 (Ubuntu Focal): status New Fix Committed
2021-07-30 03:36:48 AceLan Kao linux-oem-5.10 (Ubuntu Hirsute): status New Invalid
2021-07-30 03:36:51 AceLan Kao linux-oem-5.10 (Ubuntu Impish): status New Invalid
2021-08-06 10:29:26 Po-Hsu Lin tags verification-needed-focal focal hirsute impish ubuntu-kernel-selftests verification-done-focal
2021-08-06 21:19:14 Kelsey Steele linux (Ubuntu Focal): status In Progress Fix Committed
2021-08-06 21:19:16 Kelsey Steele linux (Ubuntu Hirsute): status In Progress Fix Committed
2021-08-16 16:18:32 Launchpad Janitor linux-oem-5.10 (Ubuntu Focal): status Fix Committed Fix Released
2021-08-17 14:42:16 Ubuntu Kernel Bot tags focal hirsute impish ubuntu-kernel-selftests verification-done-focal focal hirsute impish ubuntu-kernel-selftests verification-done-focal verification-needed-hirsute
2021-09-01 08:28:07 Po-Hsu Lin tags focal hirsute impish ubuntu-kernel-selftests verification-done-focal verification-needed-hirsute focal hirsute impish ubuntu-kernel-selftests verification-done-focal verification-done-hirsute
2021-09-07 13:48:28 Launchpad Janitor linux (Ubuntu Focal): status Fix Committed Fix Released
2021-09-07 13:48:28 Launchpad Janitor cve linked 2021-3653
2021-09-07 13:48:28 Launchpad Janitor cve linked 2021-3656
2021-09-07 13:53:28 Launchpad Janitor linux (Ubuntu Hirsute): status Fix Committed Fix Released
2021-09-07 13:53:28 Launchpad Janitor cve linked 2020-26541
2021-09-23 05:00:10 Po-Hsu Lin linux (Ubuntu Impish): status In Progress Fix Released
2021-09-23 05:15:52 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released