From 691c8c320109c136014e6e9e4ab3c29fbf0b9feb Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 21 May 2025 06:32:33 +0000 Subject: [PATCH] Import from CS git --- .gitignore | 2 +- .kernel-rt.metadata | 2 +- SPECS/kernel.spec | 26 +++++++++++++++++++++++--- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bef7ce3..4e1231b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ SOURCES/centossecureboot201.cer SOURCES/centossecurebootca2.cer -SOURCES/linux-4.18.0-553.52.1.rt7.393.el8_10.tar.xz +SOURCES/linux-4.18.0-553.53.1.rt7.394.el8_10.tar.xz SOURCES/redhatsecureboot302.cer SOURCES/redhatsecureboot303.cer SOURCES/redhatsecureboot501.cer diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index ca28c68..ff9bb7b 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,6 +1,6 @@ 2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer -39a4427c928a565f7a939b7863fcf15fba8a0b62 SOURCES/linux-4.18.0-553.52.1.rt7.393.el8_10.tar.xz +2749508f6d6ac571f5831a9f2dab544443d9f7f0 SOURCES/linux-4.18.0-553.53.1.rt7.394.el8_10.tar.xz 13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 4a5e705..1602b0c 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -38,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 553.52.1.rt7.393.el8_10 +%define pkgrelease 553.53.1.rt7.394.el8_10 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 553.52.1.rt7.393%{?dist} +%define specrelease 553.53.1.rt7.394%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -148,7 +148,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .393 +%global rtbuild .394 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2699,6 +2699,26 @@ fi # # %changelog +* Fri May 09 2025 Denys Vlasenko [4.18.0-553.53.1.rt7.394.el8_10] +- [rt] build kernel-rt-4.18.0-553.53.1.rt7.394.el8_10 [RHEL-90380] +- net/mlx5: Always stop health timer during driver removal (Michal Schmidt) [RHEL-47712] {CVE-2024-40906} +- net/mlx5: Split function_setup() to enable and open functions (Michal Schmidt) [RHEL-47712] +- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink (Michal Schmidt) [RHEL-57117] {CVE-2024-44970} +- net/mlx5e: SHAMPO, Fix incorrect page release (Michal Schmidt) [RHEL-57117] {CVE-2024-46717} +- s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (Mete Durlu) [RHEL-88819] +- platform/x86: dell-wmi-sysman: Make init_bios_attributes() ACPI object parsing more robust (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Cleanup create_attributes_level_sysfs_files() (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Make sysman_init() return -ENODEV of the interfaces are not found (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Cleanup sysman_init() error-exit handling (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Fix release_attributes_data() getting called twice on init_bios_attributes() failure (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Make it safe to call exit_foo_attributes() multiple times (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Fix possible NULL pointer deref on exit (Jay Shin) [RHEL-88714] +- platform/x86: dell-wmi-sysman: Fix crash caused by calling kset_unregister twice (Jay Shin) [RHEL-88714] +- x86/kexec: Add EFI config table identity mapping for kexec kernel (Herton R. Krzesinski) [RHEL-71793] +- vsock: Orphan socket after transport release (Jay Shin) [RHEL-89099] {CVE-2025-21756} +- vsock: Keep the binding until socket destruction (Jay Shin) [RHEL-89099] {CVE-2025-21756} +- bpf, vsock: Invoke proto::close on close() (Jay Shin) [RHEL-89099] {CVE-2025-21756} + * Thu May 01 2025 Denys Vlasenko [4.18.0-553.52.1.rt7.393.el8_10] - [rt] build kernel-rt-4.18.0-553.52.1.rt7.393.el8_10 [RHEL-89372] - netfilter: ipset: add missing range check in bitmap_ip_uadt (Florian Westphal) [RHEL-70268] {CVE-2024-53141}