This bug was fixed in the package linux-oem-5.17 - 5.17.0-1028.29

---------------
linux-oem-5.17 (5.17.0-1028.29) jammy; urgency=medium

  * jammy/linux-oem-5.17: 5.17.0-1028.29 -proposed tracker (LP:
#2004346)

  * CVE-2023-0045
    - x86/bugs: Flush IBP in ib_prctl_set()

  * Packaging resync (LP: #1786013)
    - debian/dkms-versions -- update from kernel-versions (main/2023.01.30)

  * Keeps rebooting with AMD W6400, W6600, and W6800 graphic cards
    (LP: #2000110)
    - drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
    - drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega
    - drm/amdgpu: make sure to init common IP before gmc
    - drm/amdgpu: fix sdma doorbell init ordering on APUs

  * CVE-2022-47520
    - wifi: wilc1000: validate pairwise and authentication suite offsets

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

  * CVE-2022-43750
    - usb: mon: make mmapped memory read only

  * CVE-2023-0461
    - net/ulp: prevent ULP without clone op from entering the LISTEN status
    - net/ulp: use consistent error code when blocking ULP

  * CVE-2022-3565
    - mISDN: fix use-after-free bugs in l1oip timer handlers

  * CVE-2022-36879
    - xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in
      xfrm_bundle_lookup()

  * CVE-2022-20369
    - NFSD: fix use-after-free in __nfs42_ssc_open()

  * 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

  * CVE-2022-20566
    - Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put

  * Expose built-in trusted and revoked certificates (LP: #1996892)
    - [Packaging] Expose built-in trusted and revoked certificates

 -- Timo Aaltonen <[email protected]>  Fri, 10 Feb 2023
12:15:41 +0200

** Changed in: linux-oem-5.17 (Ubuntu Jammy)
       Status: Fix Committed => Fix Released

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

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

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

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

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

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

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

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

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

Title:
  arp_ndisc_evict_nocarrier.sh in net from ubuntu_kernel_selftests
  failed on J-oem-5.17 / K

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux-hwe-5.17 package in Ubuntu:
  Invalid
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-hwe-5.17 source package in Jammy:
  Won't Fix
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Committed
Status in linux-hwe-5.17 source package in Kinetic:
  Invalid
Status in linux-oem-5.17 source package in Kinetic:
  Invalid

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

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to