Activity log for bug #1968310

Date Who What changed Old value New value Message
2022-04-08 10:08:21 Po-Hsu Lin bug added bug
2022-12-29 09:05:02 Po-Hsu Lin tags 5.17 jammy oem ubuntu-kernel-selftests 5.17 5.19 jammy kinetic oem sru-20221114 ubuntu-kernel-selftests
2022-12-30 09:33:37 Po-Hsu Lin bug task added linux (Ubuntu)
2022-12-30 09:33:48 Po-Hsu Lin summary arp_ndisc_evict_nocarrier.sh in net from ubuntu_kernel_selftests failed on J-oem-5.17 arp_ndisc_evict_nocarrier.sh in net from ubuntu_kernel_selftests failed on J-oem-5.17 / K
2022-12-30 09:33:55 Po-Hsu Lin nominated for series Ubuntu Kinetic
2022-12-30 09:33:55 Po-Hsu Lin bug task added linux (Ubuntu Kinetic)
2022-12-30 10:00:06 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2022-12-30 10:00:07 Ubuntu Kernel Bot linux (Ubuntu Kinetic): status New Incomplete
2023-01-06 02:42:11 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2023-01-06 02:42:15 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2023-01-06 02:42:18 Po-Hsu Lin linux (Ubuntu Kinetic): assignee Po-Hsu Lin (cypressyew)
2023-01-06 02:42:20 Po-Hsu Lin linux (Ubuntu): assignee Po-Hsu Lin (cypressyew)
2023-01-06 02:42:22 Po-Hsu Lin linux (Ubuntu Kinetic): status Incomplete In Progress
2023-01-06 02:42:24 Po-Hsu Lin linux (Ubuntu): status Incomplete In Progress
2023-02-07 09:07:24 Po-Hsu Lin linux (Ubuntu): status In Progress Fix Released
2023-02-07 09:09:18 Po-Hsu Lin bug task added linux-oem-5.17 (Ubuntu)
2023-02-07 09:09:26 Po-Hsu Lin nominated for series Ubuntu Jammy
2023-02-07 09:09:26 Po-Hsu Lin bug task added linux (Ubuntu Jammy)
2023-02-07 09:09:26 Po-Hsu Lin bug task added linux-oem-5.17 (Ubuntu Jammy)
2023-02-07 09:09:44 Po-Hsu Lin linux-oem-5.17 (Ubuntu Kinetic): status New Invalid
2023-02-07 09:09:46 Po-Hsu Lin linux-oem-5.17 (Ubuntu Jammy): assignee Po-Hsu Lin (cypressyew)
2023-02-07 09:09:48 Po-Hsu Lin linux-oem-5.17 (Ubuntu Jammy): status New In Progress
2023-02-07 09:09:53 Po-Hsu Lin linux-oem-5.17 (Ubuntu): status New Invalid
2023-02-07 09:51:33 Po-Hsu Lin description Issue found on Jammy OEM 5.17.0-1003.3 It looks like all the sub-tests has passed, but the final return value is not 0. Running 'make run_tests -C net TEST_PROGS=arp_ndisc_evict_nocarrier.sh TEST_GEN_PROGS='' TEST_CUSTOM_PROGS=''' make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net' make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' INSTALL ./usr/include make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' TAP version 13 1..1 # selftests: net: arp_ndisc_evict_nocarrier.sh # run arp_evict_nocarrier=1 test # ok # run arp_evict_nocarrier=0 test # ok # run all.arp_evict_nocarrier=0 test # ok # run ndisc_evict_nocarrier=1 test # ok # run ndisc_evict_nocarrier=0 test # ok # run all.ndisc_evict_nocarrier=0 test # ok not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255 make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net' [Impact] In selftests: net: arp_ndisc_evict_nocarrier.sh, even all of the sub-tests from this script have passed, the overall test result is still a fail.  # selftests: net: arp_ndisc_evict_nocarrier.sh  # run arp_evict_nocarrier=1 test  # ok  # run arp_evict_nocarrier=0 test  # ok  # run all.arp_evict_nocarrier=0 test  # ok  # run ndisc_evict_nocarrier=1 test  # ok  # run ndisc_evict_nocarrier=0 test  # ok  # run all.ndisc_evict_nocarrier=0 test  # ok  not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255 This is caused by the cleanup() in the script, as it's trying to access a non-existing file. [Fix] * 9c4d7f45d6 selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier This patch can be cherry-picked. [Test] Run the patched test and the test will pass. [Where problems could occur] Change limited to testing tools, no impact to real kernel function or test performances. [Original Bug Report] Issue found on Jammy OEM 5.17.0-1003.3 It looks like all the sub-tests has passed, but the final return value is not 0.  Running 'make run_tests -C net TEST_PROGS=arp_ndisc_evict_nocarrier.sh TEST_GEN_PROGS='' TEST_CUSTOM_PROGS='''  make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'  make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install  make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'    INSTALL ./usr/include  make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'  TAP version 13  1..1  # selftests: net: arp_ndisc_evict_nocarrier.sh  # run arp_evict_nocarrier=1 test  # ok  # run arp_evict_nocarrier=0 test  # ok  # run all.arp_evict_nocarrier=0 test  # ok  # run ndisc_evict_nocarrier=1 test  # ok  # run ndisc_evict_nocarrier=0 test  # ok  # run all.ndisc_evict_nocarrier=0 test  # ok  not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255  make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'
2023-02-07 09:51:46 Po-Hsu Lin linux (Ubuntu Jammy): status New Invalid
2023-02-07 09:51:59 Po-Hsu Lin bug task added linux-hwe-5.17 (Ubuntu)
2023-02-07 09:52:09 Po-Hsu Lin linux-hwe-5.17 (Ubuntu): status New Invalid
2023-02-07 09:52:31 Po-Hsu Lin linux-hwe-5.17 (Ubuntu Jammy): status New In Progress
2023-02-07 09:52:31 Po-Hsu Lin linux-hwe-5.17 (Ubuntu Jammy): assignee Po-Hsu Lin (cypressyew)
2023-02-07 09:52:40 Po-Hsu Lin linux-hwe-5.17 (Ubuntu Kinetic): status New Invalid
2023-02-07 10:15:42 Po-Hsu Lin description [Impact] In selftests: net: arp_ndisc_evict_nocarrier.sh, even all of the sub-tests from this script have passed, the overall test result is still a fail.  # selftests: net: arp_ndisc_evict_nocarrier.sh  # run arp_evict_nocarrier=1 test  # ok  # run arp_evict_nocarrier=0 test  # ok  # run all.arp_evict_nocarrier=0 test  # ok  # run ndisc_evict_nocarrier=1 test  # ok  # run ndisc_evict_nocarrier=0 test  # ok  # run all.ndisc_evict_nocarrier=0 test  # ok  not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255 This is caused by the cleanup() in the script, as it's trying to access a non-existing file. [Fix] * 9c4d7f45d6 selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier This patch can be cherry-picked. [Test] Run the patched test and the test will pass. [Where problems could occur] Change limited to testing tools, no impact to real kernel function or test performances. [Original Bug Report] Issue found on Jammy OEM 5.17.0-1003.3 It looks like all the sub-tests has passed, but the final return value is not 0.  Running 'make run_tests -C net TEST_PROGS=arp_ndisc_evict_nocarrier.sh TEST_GEN_PROGS='' TEST_CUSTOM_PROGS='''  make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'  make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install  make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'    INSTALL ./usr/include  make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'  TAP version 13  1..1  # selftests: net: arp_ndisc_evict_nocarrier.sh  # run arp_evict_nocarrier=1 test  # ok  # run arp_evict_nocarrier=0 test  # ok  # run all.arp_evict_nocarrier=0 test  # ok  # run ndisc_evict_nocarrier=1 test  # ok  # run ndisc_evict_nocarrier=0 test  # ok  # run all.ndisc_evict_nocarrier=0 test  # ok  not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255  make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net' [Impact] In selftests: net: arp_ndisc_evict_nocarrier.sh, even all of the sub-tests from this script have passed, the overall test result is still a fail. # selftests: net: arp_ndisc_evict_nocarrier.sh # run arp_evict_nocarrier=1 test # ok # run arp_evict_nocarrier=0 test # ok # run all.arp_evict_nocarrier=0 test # ok # run ndisc_evict_nocarrier=1 test # ok # run ndisc_evict_nocarrier=0 test # ok # run all.ndisc_evict_nocarrier=0 test # ok not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255 This is caused by the cleanup() in the script, as it's trying to access a non-existing file. [Fix] * 9c4d7f45d6 selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier This patch can be cherry-picked into all affected kernels. [Test] Run the patched test and the test will pass. [Where problems could occur] Change limited to testing tools, no impact to real kernel function or test performances. [Original Bug Report] Issue found on Jammy OEM 5.17.0-1003.3 It looks like all the sub-tests has passed, but the final return value is not 0.  Running 'make run_tests -C net TEST_PROGS=arp_ndisc_evict_nocarrier.sh TEST_GEN_PROGS='' TEST_CUSTOM_PROGS='''  make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'  make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install  make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'    INSTALL ./usr/include  make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'  TAP version 13  1..1  # selftests: net: arp_ndisc_evict_nocarrier.sh  # run arp_evict_nocarrier=1 test  # ok  # run arp_evict_nocarrier=0 test  # ok  # run all.arp_evict_nocarrier=0 test  # ok  # run ndisc_evict_nocarrier=1 test  # ok  # run ndisc_evict_nocarrier=0 test  # ok  # run all.ndisc_evict_nocarrier=0 test  # ok  not ok 1 selftests: net: arp_ndisc_evict_nocarrier.sh # exit=255  make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'
2023-02-13 20:46:35 Ubuntu Kernel Bot tags 5.17 5.19 jammy kinetic oem sru-20221114 ubuntu-kernel-selftests 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kinetic oem sru-20221114 ubuntu-kernel-selftests verification-needed-jammy
2023-02-14 12:15:00 Timo Aaltonen linux-oem-5.17 (Ubuntu Jammy): status In Progress Fix Committed
2023-02-14 12:15:16 Timo Aaltonen linux-hwe-5.17 (Ubuntu Jammy): status In Progress Won't Fix
2023-02-21 10:52:23 Po-Hsu Lin tags 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kinetic oem sru-20221114 ubuntu-kernel-selftests verification-needed-jammy 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy
2023-02-21 22:17:07 Luke Nowakowski-Krijger linux (Ubuntu Kinetic): status In Progress Fix Committed
2023-03-01 21:41:27 Launchpad Janitor linux-oem-5.17 (Ubuntu Jammy): status Fix Committed Fix Released
2023-03-01 21:41:27 Launchpad Janitor cve linked 2022-20369
2023-03-01 21:41:27 Launchpad Janitor cve linked 2022-20566
2023-03-01 21:41:27 Launchpad Janitor cve linked 2022-3565
2023-03-01 21:41:27 Launchpad Janitor cve linked 2022-36879
2023-03-01 21:41:27 Launchpad Janitor cve linked 2022-43750
2023-03-01 21:41:27 Launchpad Janitor cve linked 2022-47520
2023-03-01 21:41:27 Launchpad Janitor cve linked 2023-0045
2023-03-01 21:41:27 Launchpad Janitor cve linked 2023-0461
2023-03-03 23:17:01 Ubuntu Kernel Bot tags 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-needed-kinetic
2023-03-15 19:04:39 Luke Nowakowski-Krijger tags 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-needed-kinetic 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-done-kinetic
2023-03-22 15:53:49 Launchpad Janitor linux (Ubuntu Kinetic): status Fix Committed Fix Released
2023-03-22 15:53:49 Launchpad Janitor cve linked 2022-2196
2023-03-22 15:53:49 Launchpad Janitor cve linked 2022-4382
2023-03-22 15:53:49 Launchpad Janitor cve linked 2023-0266
2023-03-22 15:53:49 Launchpad Janitor cve linked 2023-0469
2023-03-22 15:53:49 Launchpad Janitor cve linked 2023-23559
2023-03-29 14:52:41 Ubuntu Kernel Bot tags 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-done-kinetic 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-needed-kinetic
2023-03-30 14:15:11 Ubuntu Kernel Bot tags 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-needed-kinetic 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-needed-kinetic
2023-04-11 18:36:54 Ubuntu Kernel Bot tags 5.17 5.19 jammy kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-jammy verification-needed-kinetic 5.17 5.19 jammy kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic oem sru-20221114 ubuntu-kernel-selftests verification-needed-jammy verification-needed-kinetic
2023-05-17 06:10:44 Po-Hsu Lin tags 5.17 5.19 jammy kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic oem sru-20221114 ubuntu-kernel-selftests verification-needed-jammy verification-needed-kinetic 5.17 5.19 jammy kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-jammy-linux-oem-5.17 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic oem sru-20221114 ubuntu-kernel-selftests verification-done-kinetic verification-needed-jammy
2023-08-07 03:09:57 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released