Comment 2 for bug 2021927

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kernel (master)

Reviewed: https://review.opendev.org/c/starlingx/kernel/+/885755
Committed: https://opendev.org/starlingx/kernel/commit/734233561cf5c777fc3d612e9c579f7c4151af10
Submitter: "Zuul (22348)"
Branch: master

commit 734233561cf5c777fc3d612e9c579f7c4151af10
Author: Peng Zhang <email address hidden>
Date: Fri Jun 9 22:31:33 2023 +0800

    Update kernel to v5.10.180

    This commit updates kernel to 5.10.180 to fix following CVE issue:
    CVE-2023-32233: https://nvd.nist.gov/vuln/detail/CVE-2023-32233
    CVE-2023-31436: https://nvd.nist.gov/vuln/detail/CVE-2023-31436
    CVE-2023-2513: https://nvd.nist.gov/vuln/detail/CVE-2023-2513
    CVE-2023-1859: https://nvd.nist.gov/vuln/detail/CVE-2023-1859
    CVE-2023-34256: https://nvd.nist.gov/vuln/detail/CVE-2023-34256

    One of our source patches requires refresh against the new kernel
    source. It was deleted for content has been contained in the new
    kernel:
           xfs-drop-submit-side-trans-alloc-for-append-ioends.patch

    Verification:
    - Build kernel and out of tree modules success for rt and std.
    - Build iso success for rt and std.
    - Install success onto a AIO-DX lab with rt kernel.
    - Boot up successfully in the lab.
    - The sanity testing was done by our test team and no regression
      defect was found.
    - The cyclictest benchmark was also run on the starlingx lab, the
      result is "samples: 259200000 avg: 1660 max: 10167 99.9999th
      percentile: 2527 overflows: 0", It is not big difference with
      5.10.177 for avg and max.

    Closes-Bug: 2021927
    Change-Id: Ia676889d752715dc404132ed66e2f2ddb7d17d62
    Signed-off-by: Peng Zhang <email address hidden>