[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-04-13 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-xilinx-
zynqmp/5.4.0-1023.27 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-focal' to 'verification-
done-focal'. If the problem still exists, change the tag 'verification-
needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-focal-linux-xilinx-zynqmp

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-04-11 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-
nvidia-5.19/5.19.0-1009.9 kernel in -proposed solves the problem. Please
test the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy' to 'verification-
done-jammy'. If the problem still exists, change the tag 'verification-
needed-jammy' to 'verification-failed-jammy'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-nvidia-5.19 verification-needed-jammy

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-04-05 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-bluefield/5.4.0-1060.66
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-focal' to 'verification-done-focal'. If the
problem still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags removed: verification-done-focal
** Tags added: kernel-spammed-focal-linux-bluefield verification-needed-focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-30 Thread Po-Hsu Lin
fcnal-test.sh can be tested on kinetic/linux-azure/5.19.0-1023.24,
focal/linux-aws/5.4.0-1100.108 and focal/linux-azure/5.4.0-1106.112

** Tags removed: verification-needed-focal verification-needed-kinetic
** Tags added: verification-done-focal verification-done-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-30 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-azure/5.4.0-1106.112
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-focal' to 'verification-done-focal'. If the
problem still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-focal-linux-azure

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-30 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-aws/5.4.0-1100.108
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-focal' to 'verification-done-focal'. If the
problem still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags removed: verification-done-focal
** Tags added: kernel-spammed-focal-linux-aws verification-needed-focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-30 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-azure/5.19.0-1023.24
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags removed: verification-done-kinetic
** Tags added: kernel-spammed-kinetic-linux-azure verification-needed-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-29 Thread Po-Hsu Lin
fcnal-test.sh test on K-aws/5.19.0-1023.24 can be executed now.

** Tags removed: verification-needed-kinetic
** Tags added: verification-done-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-29 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-aws/5.19.0-1023.24
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags removed: verification-done-kinetic
** Tags added: kernel-spammed-kinetic-linux-aws verification-needed-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-27 Thread Po-Hsu Lin
This fix has already landed in Lunar as well. Mark the linux package as
Fix-released.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-146.163

---
linux (5.4.0-146.163) focal; urgency=medium

  * focal/linux: 5.4.0-146.163 -proposed tracker (LP: #2012094)

  * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325)
- NFS: Correct timing for assigning access cache timestamp

linux (5.4.0-145.162) focal; urgency=medium

  * focal/linux: 5.4.0-145.162 -proposed tracker (LP: #2008389)

  * [SRU]Update ice driver to support E823 devices (LP: #1986717)
- ice: Add device ids for E822 devices
- ice: add support for E823 devices

  * btrfs/154: rename fails with EOVERFLOW when calculating item size during
item key collision (LP: #2004132)
- btrfs: correctly calculate item size used when item key collision happens

  * rtcpie in timers from ubuntu_kernel_selftests randomly failing
(LP: #1814234)
- SAUCE: selftest: rtcpie: Force passing unreliable subtest

  * [UBUNTU 20.04] KVM: s390: pv: don't allow userspace to set the clock under
PV - kernel part (LP: #1999882)
- KVM: s390x: fix SCK locking
- KVM: s390: pv: don't allow userspace to set the clock under PV

  * CVE-2021-3669
- ipc: replace costly bailout check in sysvipc_find_ipc()

  * net:fcnal-test.sh 'nettest' command not found on F/K (LP: #2006391)
- selftests/net: Find nettest in current directory

  * xfs: Preallocated ioend transactions cause deadlock due to log buffer
exhaustion (LP: #2007219)
- xfs: drop submit side trans alloc for append ioends

  * CVE-2022-4382
- USB: gadgetfs: Fix race between mounting and unmounting

  * CVE-2022-2196
- KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS

  * ubuntu_kernel_selftests: net:udpgso_bench.sh failed (LP: #1951447)
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs

  * net:fcnal-test.sh didn't return a non-zero value even with some sub-tests
failed (LP: #2006692)
- selftests: net/fcnal-test.sh: add exit code

  * Fix selftests/ftracetests/Meta-selftests in Focal (LP: #2006453)
- SAUCE: Fix ftrace/Meta-selftests bashism check

  * CVE-2023-23559
- wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid

 -- Luke Nowakowski-Krijger   Fri,
17 Mar 2023 11:08:20 -0700

** Changed in: linux (Ubuntu Focal)
   Status: Fix Committed => Fix Released

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-3669

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.19.0-38.39

---
linux (5.19.0-38.39) kinetic; urgency=medium

  * kinetic/linux: 5.19.0-38.39 -proposed tracker (LP: #2012088)

  * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325)
- NFS: Correct timing for assigning access cache timestamp

linux (5.19.0-37.38) kinetic; urgency=medium

  * kinetic/linux: 5.19.0-37.38 -proposed tracker (LP: #2008305)

  * XPS 9320 screen flicker on UHD panel 3840x2400 (LP: #2007516)
- SAUCE: drm/i915/display/psr: Disable PSR2 sel fetch on panel SHP 5457

  * Fix speaker mute hotkey doesn't work on Dell G16 series (LP: #2003161)
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table

  * net:cmsg_ipv6.sh from ubuntu_kernel_selftests failed with K-5.19
(LP: #2000709)
- selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor
  compatibility

  * rtcpie in timers from ubuntu_kernel_selftests randomly failing
(LP: #1814234)
- SAUCE: selftest: rtcpie: Force passing unreliable subtest

  * CVE-2023-0469
- io_uring/filetable: fix file reference underflow

  * Improve arp_ndisc_evict_nocarrier.sh test result processing (LP: #2006546)
- selftests: net: return non-zero for failures reported in
  arp_ndisc_evict_nocarrier

  * Make cm32181 sensor work after system suspend (LP: #1981773)
- iio: light: cm32181: Add PM support

  * Fix Thunderbolt device hotplug fail when connect via thunderbolt dock
(LP: #1991366)
- PCI: Fix used_buses calculation in pci_scan_child_bus_extend()
- PCI: Pass available buses even if the bridge is already configured
- PCI: Move pci_assign_unassigned_root_bus_resources()
- PCI: Fix whitespace and indentation
- PCI: Fix typo in pci_scan_child_bus_extend()

  * arp_ndisc_evict_nocarrier.sh in net from ubuntu_kernel_selftests failed on
J-oem-5.17 / K (LP: #1968310)
- selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier

  * Screen freeze after resuming from suspend (nvme0: I/O timeout)
(LP: #1996048)
- PCI: vmd: Disable MSI remapping after suspend

  * RaptorLake: Fix the Screen is shaking by onboard HDMI port in mirror mode
(LP: #1993561)
- drm/i915/display: Drop check for doublescan mode in modevalid
- drm/i915/display: Prune Interlace modes for Display >=12

  * udpgro_frglist.sh in net from ubuntu_kernel_selftests failed with K-5.19
(Missing nat6to4 helper) (LP: #2000708)
- selftests/net: mv bpf/nat6to4.c to net folder

  * selftests/.../nat6to4  breaks the selftests build (LP: #1996536)
- selftests: net: Add cross-compilation support for BPF programs
- selftests: net: Fix O=dir builds

  * CVE-2023-0266 // CVE-2023-0266 was assigned for this issue.
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF

  * CVE-2022-4382
- USB: gadgetfs: Fix race between mounting and unmounting

  * CVE-2022-2196
- KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS

  * ubuntu_kernel_selftests: net:udpgso_bench.sh failed (LP: #1951447)
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs

  * Kinetic update: upstream stable patchset 2023-02-02 (LP: #2004602)
- clk: generalize devm_clk_get() a bit
- clk: Provide new devm_clk helpers for prepared and enabled clocks
- mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()
- arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4
  series
- arm: dts: rockchip: fix node name for hym8563 rtc
- arm: dts: rockchip: remove clock-frequency from rtc
- ARM: dts: rockchip: fix ir-receiver node names
- arm64: dts: rockchip: fix ir-receiver node names
- ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name
- fs: use acquire ordering in __fget_light()
- ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
- ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementation
- ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register
- spi: mediatek: Fix DEVAPC Violation at KO Remove
- ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188
- ASoC: rt711-sdca: fix the latency time of clock stop prepare state machine
  transitions
- 9p/fd: Use P9_HDRSZ for header size
- regulator: slg51000: Wait after asserting CS pin
- ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
- btrfs: send: avoid unaligned encoded writes when attempting to clone range
- ASoC: soc-pcm: Add NULL check in BE reparenting
- regulator: twl6030: fix get status of twl6032 regulators
- fbcon: Use kzalloc() in fbcon_prepare_logo()
- usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
- 9p/xen: check logical size for buffer size
- net: usb: qmi_wwan: add u-blox 0x1342 composition
- mm/khugepaged: take the right locks for page table retraction
- mm/khugepaged: fix GUP-fast 

[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-05 Thread Po-Hsu Lin
fcnal-test.sh no longer being skipped on K-5.19.0-37.38

** Tags removed: verification-needed-kinetic
** Tags added: verification-done-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-03 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.19.0-37.38 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux verification-needed-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-02 Thread Po-Hsu Lin
Works as expected with Focal 5.4.0-145.162

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-03-02 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.4.0-145.162 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-focal' to 'verification-done-focal'. If the problem
still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-focal-linux verification-needed-focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-02-17 Thread Stefan Bader
** Changed in: linux (Ubuntu Kinetic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Kinetic)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-02-06 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Luke Nowakowski-Krijger (lukenow)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  In Progress
Status in linux source package in Kinetic:
  In Progress

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-02-06 Thread Luke Nowakowski-Krijger
** Description changed:

  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.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  In Progress
Status in linux source package in Kinetic:
  In Progress

Bug 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.

  -

  [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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2006391] Re: net:fcnal-test.sh 'nettest' command not found on F/K

2023-02-06 Thread Luke Nowakowski-Krijger
** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => In Progress

** Changed in: linux (Ubuntu Kinetic)
   Status: Incomplete => In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Luke Nowakowski-Krijger (lukenow)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  In Progress
Status in linux source package in Kinetic:
  In Progress

Bug 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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp