diff --git a/kernel-rt.spec b/kernel-rt.spec index eea400c9e35d0345c6dc271d30f959fdd70cfc38..85b98b85078348480447663e4fb0803c8ee3224b 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 4062efe7fe41556a606cc48f103b218a77d4596d..8cdfbd286cd2df208ed4785658300407e03659ff 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