Activity log for bug #2006391

Date Who What changed Old value New value Message
2023-02-06 21:46:04 Luke Nowakowski-Krijger bug added bug
2023-02-06 21:46:32 Luke Nowakowski-Krijger bug task added linux (Ubuntu)
2023-02-06 21:46:41 Luke Nowakowski-Krijger nominated for series Ubuntu Focal
2023-02-06 21:46:41 Luke Nowakowski-Krijger bug task added linux (Ubuntu Focal)
2023-02-06 21:46:41 Luke Nowakowski-Krijger nominated for series Ubuntu Kinetic
2023-02-06 21:46:41 Luke Nowakowski-Krijger bug task added linux (Ubuntu Kinetic)
2023-02-06 21:47:28 Luke Nowakowski-Krijger description On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K.
2023-02-06 21:48:45 Luke Nowakowski-Krijger tags 5.19 5.4 focal kinetic sru-20230130 ubuntu-kernel-selftests
2023-02-06 21:49:33 Luke Nowakowski-Krijger description On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K. On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests There are also other tests in selftests/net that are skipped due to the binary being missing. This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K.
2023-02-06 21:49:47 Luke Nowakowski-Krijger description On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests There are also other tests in selftests/net that are skipped due to the binary being missing. This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K. On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There are also other tests in selftests/net that are skipped due to the binary being missing. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K.
2023-02-06 22:00:07 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2023-02-06 22:00:09 Ubuntu Kernel Bot linux (Ubuntu Focal): status New Incomplete
2023-02-06 22:00:11 Ubuntu Kernel Bot linux (Ubuntu Kinetic): status New Incomplete
2023-02-06 22:22:09 Luke Nowakowski-Krijger linux (Ubuntu Focal): status Incomplete In Progress
2023-02-06 22:22:12 Luke Nowakowski-Krijger linux (Ubuntu Kinetic): status Incomplete In Progress
2023-02-06 22:22:16 Luke Nowakowski-Krijger linux (Ubuntu): assignee Luke Nowakowski-Krijger (lukenow)
2023-02-06 23:07:00 Luke Nowakowski-Krijger description On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There are also other tests in selftests/net that are skipped due to the binary being missing. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K. On Focal and Kinetic the fcnal-test.sh does not run because it reports that 'nettest' command not found; skipping tests This is due to the nettest binary not being found in the path and skipping the tests, but it is built and exists in the net directory where the tests are run. There are also other tests in selftests/net that are skipped due to the binary being missing. There is a patch upstream "selftests/net: Find nettest in current directory" (bd5e1e42826f18147afb0) that fixes this by looking in the current directory. The patch is in Jammy through stable updates, but the patch hasnt made it to the other stable trees yet for whatever reasons so might as well just cherry-pick them into F/K. ----------------------------------------------------- [Impact] fcnal-test.sh in selftests/net gets skipped with 'nettest' command not found because its looking for the nettest binary in the path and not in the current directory where the binary is built and run from. There are also other tests in net that are skipped due to this binary not being found. [Fix] Add the current directory to the path and check again. This patch exists in Jammy through a stable update but hasn't made it to the other upstream-stable trees yet, but might as well get the patch in our other trees to enable this test to run. [Backport] For focal patch skip the pmtu.sh file as nettest is not run there and is not checked. Also minor context adjustments on return variable. [Potential regression] None. Just enabling the tests to run. [Tests] Verified tests are now not skipped and run.
2023-02-07 03:03:22 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2023-02-07 03:03:38 Po-Hsu Lin ubuntu-kernel-tests: assignee Luke Nowakowski-Krijger (lukenow)
2023-02-17 10:23:19 Stefan Bader linux (Ubuntu Kinetic): importance Undecided Medium
2023-02-17 10:23:23 Stefan Bader linux (Ubuntu Kinetic): status In Progress Fix Committed
2023-02-17 10:24:04 Stefan Bader linux (Ubuntu Focal): importance Undecided Medium
2023-02-17 10:24:07 Stefan Bader linux (Ubuntu Focal): status In Progress Fix Committed
2023-03-02 16:12:42 Ubuntu Kernel Bot tags 5.19 5.4 focal kinetic sru-20230130 ubuntu-kernel-selftests 5.19 5.4 focal kernel-spammed-focal-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-needed-focal
2023-03-03 01:16:23 Po-Hsu Lin tags 5.19 5.4 focal kernel-spammed-focal-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-needed-focal 5.19 5.4 focal kernel-spammed-focal-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal
2023-03-03 23:17:05 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-needed-kinetic
2023-03-06 07:05:47 Po-Hsu Lin tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-needed-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal 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-0045
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-27 11:26:41 Launchpad Janitor linux (Ubuntu Focal): status Fix Committed Fix Released
2023-03-27 11:26:41 Launchpad Janitor cve linked 2021-3669
2023-03-28 01:41:32 Po-Hsu Lin linux (Ubuntu): status Incomplete Fix Released
2023-03-28 01:43:07 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released
2023-03-29 14:53:10 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-done-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-needed-kinetic
2023-03-30 01:04:20 Po-Hsu Lin tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-needed-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-done-kinetic
2023-03-30 14:15:51 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-done-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-needed-kinetic
2023-03-30 16:53:24 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-needed-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-needed-focal verification-needed-kinetic
2023-03-30 16:54:12 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-needed-focal verification-needed-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-needed-focal verification-needed-kinetic
2023-03-31 03:53:53 Po-Hsu Lin tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-needed-focal verification-needed-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-done-kinetic
2023-04-05 07:34:18 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-focal verification-done-kinetic 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-focal-linux-bluefield kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-kinetic verification-needed-focal
2023-04-11 18:37:57 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-focal-linux-bluefield kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-kinetic verification-needed-focal 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-focal-linux-bluefield kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-kinetic verification-needed-focal verification-needed-jammy
2023-04-13 22:59:08 Ubuntu Kernel Bot tags 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-focal-linux-bluefield kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-kinetic verification-needed-focal verification-needed-jammy 5.19 5.4 focal kernel-spammed-focal-linux kernel-spammed-focal-linux-aws kernel-spammed-focal-linux-azure kernel-spammed-focal-linux-bluefield kernel-spammed-focal-linux-xilinx-zynqmp kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kinetic sru-20230130 ubuntu-kernel-selftests verification-done-kinetic verification-needed-focal verification-needed-jammy