hpsa: bring back deprecated PCI ids #CFHack #CFHack2024

mptsas: bring back deprecated PCI ids #CFHack #CFHack2024

megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024

qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024

qla4xxx: bring back deprecated PCI ids

lpfc: bring back deprecated PCI ids

be2iscsi: bring back deprecated PCI ids

kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained

Use AlmaLinux OS secure boot cert

Debrand for AlmaLinux OS

Add KVM support for ppc64le
This commit is contained in:
Andrew Lukoshko 2026-03-19 06:49:52 +00:00 committed by root
commit d25db13719
5 changed files with 38 additions and 13 deletions

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/kernel-abi-stablelists-5.14.0-611.38.1.el9_7.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-611.38.1.el9_7.tar.bz2
SOURCES/linux-5.14.0-611.38.1.el9_7.tar.xz
SOURCES/kernel-abi-stablelists-5.14.0-611.41.1.el9_7.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-611.41.1.el9_7.tar.bz2
SOURCES/linux-5.14.0-611.41.1.el9_7.tar.xz
SOURCES/nvidiagpuoot001.x509
SOURCES/olima1.x509
SOURCES/olimaca1.x509

View File

@ -1,6 +1,6 @@
3a86c58c3e5244effa9121dce7f27c71b76548f2 SOURCES/kernel-abi-stablelists-5.14.0-611.38.1.el9_7.tar.bz2
a2fe12341e9815eaa38eef393133dd88e4883643 SOURCES/kernel-kabi-dw-5.14.0-611.38.1.el9_7.tar.bz2
cfe79df45416093f1b1144787690ff69e3a1d099 SOURCES/linux-5.14.0-611.38.1.el9_7.tar.xz
b0793a8c13e4b7f24626e98970881a2b761d4e42 SOURCES/kernel-abi-stablelists-5.14.0-611.41.1.el9_7.tar.bz2
167daf265c240fb5c5f6d5aec46e8b0c6a9016d4 SOURCES/kernel-kabi-dw-5.14.0-611.41.1.el9_7.tar.bz2
d660b9de73d11dbb7adaf696949ca9d64e322d6e SOURCES/linux-5.14.0-611.41.1.el9_7.tar.xz
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 7
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 611.38.1
RHEL_RELEASE = 611.41.1
#
# ZSTREAM

View File

@ -1,3 +1,17 @@
* Sat Mar 07 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.41.1.el9_7]
- net: vxlan: prevent NULL deref in vxlan_xmit_one (Antoine Tenart) [RHEL-133369]
- ACPI: PRM: Reduce unnecessary printing to avoid user confusion (Mark Langsdorf) [RHEL-123057]
Resolves: RHEL-123057, RHEL-133369
* Thu Mar 05 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.40.1.el9_7]
- s390/pci: Allow automatic recovery with minimal driver support (CKI Backport Bot) [RHEL-118881]
- mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported (Luiz Capitulino) [RHEL-143846]
Resolves: RHEL-118881, RHEL-143846
* Tue Mar 03 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.39.1.el9_7]
- HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save (CKI Backport Bot) [RHEL-142232] {CVE-2025-39818}
Resolves: RHEL-142232
* Sat Feb 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.38.1.el9_7]
- mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats (CKI Backport Bot) [RHEL-143194] {CVE-2025-68800}
Resolves: RHEL-143194

View File

@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 611.38.1
%define pkgrelease 611.41.1
%define kversion 5
%define tarfile_release 5.14.0-611.38.1.el9_7
%define tarfile_release 5.14.0-611.41.1.el9_7
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 611.38.1%{?buildid}%{?dist}
%define specrelease 611.41.1%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-611.38.1.el9_7
%define kabiversion 5.14.0-611.41.1.el9_7
#
# End of genspec.sh variables
@ -3771,7 +3771,7 @@ fi
#
#
%changelog
* Tue Mar 10 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 5.14.0-611.38.1
* Thu Mar 19 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 5.14.0-611.41.1
- hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
- mptsas: bring back deprecated PCI ids #CFHack #CFHack2024
- megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024
@ -3782,11 +3782,22 @@ fi
- kernel/rh_messages.h: enable all disabled pci devices by moving to
unmaintained
* Tue Mar 10 2026 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-611.38.1
* Thu Mar 19 2026 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-611.41.1
- Use AlmaLinux OS secure boot cert
- Debrand for AlmaLinux OS
- Add KVM support for ppc64le
* Sat Mar 07 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.41.1.el9_7]
- net: vxlan: prevent NULL deref in vxlan_xmit_one (Antoine Tenart) [RHEL-133369]
- ACPI: PRM: Reduce unnecessary printing to avoid user confusion (Mark Langsdorf) [RHEL-123057]
* Thu Mar 05 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.40.1.el9_7]
- s390/pci: Allow automatic recovery with minimal driver support (CKI Backport Bot) [RHEL-118881]
- mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported (Luiz Capitulino) [RHEL-143846]
* Tue Mar 03 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.39.1.el9_7]
- HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save (CKI Backport Bot) [RHEL-142232] {CVE-2025-39818}
* Sat Feb 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-611.38.1.el9_7]
- mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats (CKI Backport Bot) [RHEL-143194] {CVE-2025-68800}