From e3f4725df7c27be0f661950e67573f82614e68d1 Mon Sep 17 00:00:00 2001 From: lixinhong Date: Thu, 10 Aug 2023 17:08:27 +0800 Subject: [PATCH] fix bug that system failed to start after the kernel rpm package was installed Signed-off-by: lixinhong --- kernel-rt.spec | 4 +++- patch-4.19.90-2203.3.0-rt103.patch | 7 ------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/kernel-rt.spec b/kernel-rt.spec index eea400c9..85b98b85 100644 --- a/kernel-rt.spec +++ b/kernel-rt.spec @@ -32,7 +32,7 @@ Name: kernel-rt Version: 4.19.90 -Release: %{hulkrelease}.rt103.0141 +Release: %{hulkrelease}.rt103.0142 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -814,6 +814,8 @@ fi %endif %changelog +* Thu Aug 10 2023 lixinhong - 4.19.90-2203.3.0.0142 +- fix bug that system failed to start after the kernel rpm package was installed * Tue Mar 15 2022 Laibin Qiu - 4.19.90-2203.3.0.0141 - crypto: pcrypt - Fix user-after-free on module unload diff --git a/patch-4.19.90-2203.3.0-rt103.patch b/patch-4.19.90-2203.3.0-rt103.patch index 4062efe7..8cdfbd28 100644 --- a/patch-4.19.90-2203.3.0-rt103.patch +++ b/patch-4.19.90-2203.3.0-rt103.patch @@ -22423,13 +22423,6 @@ index 1e9e2ab25..199c75e03 100644 + ubsan_epilogue(); } EXPORT_SYMBOL(__ubsan_handle_load_invalid_value); -diff --git a/localversion-rt b/localversion-rt -new file mode 100644 -index 000000000..e0a0b11b0 ---- /dev/null -+++ b/localversion-rt -@@ -0,0 +1 @@ -+-rt103 diff --git a/mm/Kconfig b/mm/Kconfig index e607d1576..cef749b67 100644 --- a/mm/Kconfig -- Gitee