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 <luke.nowakowskikrij...@canonical.com>  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

Reply via email to