
This commit updates kernel to 5.10.177 to fix following CVE issue: CVE-2022-4379: https://nvd.nist.gov/vuln/detail/CVE-2022-4379 One of our source patches requires refresh against the new kernel source. It was modified to acommodate the context changes in the new kernel: 0001-Notification-of-death-of-arbitrary-processes.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 All-in-One lab with rt kernel. - Boot up successfully in the lab. - The sanity testing was run including kernel and applications by our test team. - The cyclictest benchmark was also run on the starlingx lab, the result is "samples: 259199999 avg: 1614 max: 4759 99.9999th percentile: 2572 overflows: 0", It is not big difference with 5.10.162 for avg and max, but percentile seems little lower than 5.10.162. Closes-Bug: 2015711 Change-Id: I98a92534154989446ba6eda9529cd799498ee800 Signed-off-by: Peng Zhang <Peng.Zhang2@windriver.com>
31 lines
863 B
Diff
31 lines
863 B
Diff
From 156dc2e2691fef27a611d317ebc703b0a83b964b Mon Sep 17 00:00:00 2001
|
|
From: Peng Zhang <Peng.Zhang2@windriver.com>
|
|
Date: Thu, 27 Apr 2023 19:28:18 +0000
|
|
Subject: [PATCH] Upgrade 5.10 kernel to 5.10.177
|
|
|
|
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 3d6de0b..a3fe77e 100644
|
|
--- a/debian/changelog
|
|
+++ b/debian/changelog
|
|
@@ -1,3 +1,10 @@
|
|
+linux (5.10.177-1) unstable; urgency=medium
|
|
+
|
|
+ * New upstream update:
|
|
+ https://git.yoctoproject.org/linux-yocto/log/?h=v5.10%2Fstandard%2Fbase&qt=range&q=cf160f367e3ceb54cde11392a80413b152ca4e15
|
|
+
|
|
+ -- Peng Zhang <Peng.Zhang2@windriver.com> Wed, 26 Apr 2023 19:22:54 +0000
|
|
+
|
|
linux (5.10.162-1) unstable; urgency=medium
|
|
|
|
* New upstream update:
|
|
--
|
|
2.30.2
|
|
|