
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 <Peng.Zhang2@windriver.com>
31 lines
885 B
Diff
31 lines
885 B
Diff
From a926519f62c34dc42ef02a5058e411744688d29e Mon Sep 17 00:00:00 2001
|
|
From: Peng Zhang <Peng.Zhang2@windriver.com>
|
|
Date: Wed, 31 May 2023 06:34:23 +0000
|
|
Subject: [PATCH] Upgrade 5.10 kernel to 5.10.180
|
|
|
|
Update debian/changelog.
|
|
|
|
Signed-off-by: Peng Zhang <Peng.Zhang2@windriver.com>
|
|
---
|
|
debian/changelog | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/debian/changelog b/debian/changelog
|
|
index 48ba1d8d6..24e7f5a77 100644
|
|
--- a/debian/changelog
|
|
+++ b/debian/changelog
|
|
@@ -1,3 +1,10 @@
|
|
+linux-rt (5.10.180-1) unstable; urgency=medium
|
|
+
|
|
+ * New upstream update:
|
|
+ https://git.yoctoproject.org/linux-yocto/log/?h=v5.10%2Fstandard%2Fpreempt-rt%2Fbase&qt=range&q=288dde44f13d9c4e997737c1dfbe4d835d28868e
|
|
+
|
|
+ -- Peng Zhang <Peng.Zhang2@windriver.com> Wed, 31 May 2023 05:52:46 +0000
|
|
+
|
|
linux-rt (5.10.177-1) unstable; urgency=medium
|
|
|
|
* New upstream update:
|
|
--
|
|
2.30.2
|
|
|