From 5cb19a65639b229e12b29032c89afb691fe0c242 Mon Sep 17 00:00:00 2001 From: Jacob Wang Date: Thu, 23 Oct 2025 09:06:12 +0800 Subject: [PATCH 1/2] [CVE]update to kernel-4.18.0-553.80.1 to #ID33TA update to kernel-4.18.0-553.80.1 for CVE-2023-53373 CVE-2025-39751 CVE-2025-39757 Project: TC2024080204 Signed-off-by: Jacob Wang --- ...ves-causes-kernel-compilation-to-fail.patch | 11 ----------- download | 4 ++-- kernel.spec | 18 +++++++++++------- 3 files changed, 13 insertions(+), 20 deletions(-) delete mode 100644 1000-repair-dwarves-causes-kernel-compilation-to-fail.patch diff --git a/1000-repair-dwarves-causes-kernel-compilation-to-fail.patch b/1000-repair-dwarves-causes-kernel-compilation-to-fail.patch deleted file mode 100644 index 74f4020..0000000 --- a/1000-repair-dwarves-causes-kernel-compilation-to-fail.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2022-10-07 22:45:37.000000000 +0800 -+++ Makefile 2023-02-22 15:37:33.069118145 +0800 -@@ -378,7 +378,7 @@ - STRIP = $(CROSS_COMPILE)strip - OBJCOPY = $(CROSS_COMPILE)objcopy - OBJDUMP = $(CROSS_COMPILE)objdump --PAHOLE = pahole -+PAHOLE = pahole --skip_encoding_btf_enum64 - RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids - LEX = flex - YACC = bison diff --git a/download b/download index 2325c76..4153d45 100644 --- a/download +++ b/download @@ -1,3 +1,3 @@ -966919de6ad5490c082090f0b6649b3a kernel-abi-stablelists-4.18.0-553.tar.bz2 +541da65a3ddee0c095f7e0c1526b18ad kernel-abi-stablelists-4.18.0-553.tar.bz2 607d4269d50cb377d94f3bcb7405fbd9 kernel-kabi-dw-4.18.0-553.tar.bz2 -99e58cdeecaf979e8551c6217f72cb20 linux-4.18.0-553.79.1.el8_10.tar.xz +c331105f356dbaa410095e3d66860b2e linux-4.18.0-553.80.1.el8_10.tar.xz diff --git a/kernel.spec b/kernel.spec index 1912ce1..bc305d1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1,6 +1,5 @@ # We have to override the new %%install behavior because, well... the kernel is special. %global __spec_install_pre %{___build_pre} -%define anolis_release .0.1 # At the time of this writing (2019-03), RHEL8 packages use w2.xzdio # compression for rpms (xz, level 2). @@ -39,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 553.79.1.el8_10 +%define pkgrelease 553.80.1.el8_10 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 553.79.1%{anolis_release}%{?dist} +%define specrelease 553.80.1%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -550,7 +549,6 @@ Source4001: rpminspect.yaml # empty final patch to facilitate testing of kernel patches Patch999999: linux-kernel-test.patch -Patch1000: 1000-repair-dwarves-causes-kernel-compilation-to-fail.patch # END OF PATCH DEFINITIONS @@ -1108,7 +1106,6 @@ mv linux-%{specversion}-%{pkgrelease} linux-%{KVERREL} cd linux-%{KVERREL} ApplyOptionalPatch linux-kernel-test.patch -%patch1000 -p0 -b .1000-repair-dwarves-causes-kernel-compilation-to-fail # END OF PATCH APPLICATIONS @@ -2708,8 +2705,15 @@ fi # # %changelog -* Tue Oct 14 2025 Xiaoping Liu - 4.18.0-553.79.1.0.1 -- kernel:repair dwarves causes kernel compilation to fail +* Thu Oct 09 2025 Alexandra Hájková [4.18.0-553.80.1.el8_10] +- block: remove some blk_mq_hw_ctx debugfs entries (Ricardo Robaina) [RHEL-8816] +- blk-mq: Remove the hctx 'run' debugfs attribute (Ricardo Robaina) [RHEL-8816] +- block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes (Ricardo Robaina) [RHEL-8816] +- ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CKI Backport Bot) [RHEL-114840] {CVE-2025-39751} +- crypto: seqiv - Handle EBUSY correctly (CKI Backport Bot) [RHEL-117228] {CVE-2023-53373} +- ALSA: usb-audio: Validate UAC3 power domain descriptors, too (Jaroslav Kysela) [RHEL-114681] {CVE-2025-38729} +- ALSA: usb-audio: Fix size validation in convert_chmap_v3() (Jaroslav Kysela) [RHEL-114681] +- ALSA: usb-audio: Validate UAC3 cluster segment descriptors (Jaroslav Kysela) [RHEL-114681] {CVE-2025-39757} * Thu Oct 02 2025 Alexandra Hájková [4.18.0-553.79.1.el8_10] - Bluetooth: L2CAP: Fix use-after-free (CKI Backport Bot) [RHEL-116277] {CVE-2023-53305} -- Gitee From 670a1ccd8aaa43bb99f737c9c04bb1249a575b2f Mon Sep 17 00:00:00 2001 From: liuxiaoping Date: Wed, 22 Feb 2023 15:53:19 +0800 Subject: [PATCH 2/2] kernel:repair dwarves causes kernel compilation to fail --- ...ir-dwarves-causes-kernel-compilation-to-fail.patch | 11 +++++++++++ kernel.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 1000-repair-dwarves-causes-kernel-compilation-to-fail.patch diff --git a/1000-repair-dwarves-causes-kernel-compilation-to-fail.patch b/1000-repair-dwarves-causes-kernel-compilation-to-fail.patch new file mode 100644 index 0000000..74f4020 --- /dev/null +++ b/1000-repair-dwarves-causes-kernel-compilation-to-fail.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2022-10-07 22:45:37.000000000 +0800 ++++ Makefile 2023-02-22 15:37:33.069118145 +0800 +@@ -378,7 +378,7 @@ + STRIP = $(CROSS_COMPILE)strip + OBJCOPY = $(CROSS_COMPILE)objcopy + OBJDUMP = $(CROSS_COMPILE)objdump +-PAHOLE = pahole ++PAHOLE = pahole --skip_encoding_btf_enum64 + RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids + LEX = flex + YACC = bison diff --git a/kernel.spec b/kernel.spec index bc305d1..3a1172d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1,5 +1,6 @@ # We have to override the new %%install behavior because, well... the kernel is special. %global __spec_install_pre %{___build_pre} +%define anolis_release .0.1 # At the time of this writing (2019-03), RHEL8 packages use w2.xzdio # compression for rpms (xz, level 2). @@ -41,7 +42,7 @@ %define pkgrelease 553.80.1.el8_10 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 553.80.1%{?dist} +%define specrelease 553.80.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -549,6 +550,7 @@ Source4001: rpminspect.yaml # empty final patch to facilitate testing of kernel patches Patch999999: linux-kernel-test.patch +Patch1000: 1000-repair-dwarves-causes-kernel-compilation-to-fail.patch # END OF PATCH DEFINITIONS @@ -1106,6 +1108,7 @@ mv linux-%{specversion}-%{pkgrelease} linux-%{KVERREL} cd linux-%{KVERREL} ApplyOptionalPatch linux-kernel-test.patch +%patch1000 -p0 -b .1000-repair-dwarves-causes-kernel-compilation-to-fail # END OF PATCH APPLICATIONS @@ -2705,6 +2708,9 @@ fi # # %changelog +* Thu Oct 23 2025 Xiaoping Liu - 4.18.0-553.80.1.0.1 +- kernel:repair dwarves causes kernel compilation to fail + * Thu Oct 09 2025 Alexandra Hájková [4.18.0-553.80.1.el8_10] - block: remove some blk_mq_hw_ctx debugfs entries (Ricardo Robaina) [RHEL-8816] - blk-mq: Remove the hctx 'run' debugfs attribute (Ricardo Robaina) [RHEL-8816] -- Gitee