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
This commit is contained in:
Andrew Lukoshko 2025-03-20 06:50:57 +00:00 committed by root
commit 926852d8b3
5 changed files with 39 additions and 13 deletions

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/kernel-abi-stablelists-5.14.0-503.31.1.el9_5.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-503.31.1.el9_5.tar.bz2
SOURCES/linux-5.14.0-503.31.1.el9_5.tar.xz
SOURCES/kernel-abi-stablelists-5.14.0-503.33.1.el9_5.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-503.33.1.el9_5.tar.bz2
SOURCES/linux-5.14.0-503.33.1.el9_5.tar.xz
SOURCES/nvidiagpuoot001.x509
SOURCES/olima1.x509
SOURCES/olimaca1.x509

View File

@ -1,6 +1,6 @@
159063579abf2321b64595b27febedf7b15f2706 SOURCES/kernel-abi-stablelists-5.14.0-503.31.1.el9_5.tar.bz2
caf2cece65078d76bde6f24a66106d55120b1ed5 SOURCES/kernel-kabi-dw-5.14.0-503.31.1.el9_5.tar.bz2
8503b78361f388fdc9615ba84c447c402efe4c23 SOURCES/linux-5.14.0-503.31.1.el9_5.tar.xz
74ef2bfc9416a37cd87627462e02fd6151301209 SOURCES/kernel-abi-stablelists-5.14.0-503.33.1.el9_5.tar.bz2
b529f954bba06ca49a62e57c3db4f93bd2ee30c2 SOURCES/kernel-kabi-dw-5.14.0-503.33.1.el9_5.tar.bz2
bed437b4a5784c6136bd6658ea097b11f3106ffb SOURCES/linux-5.14.0-503.33.1.el9_5.tar.xz
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509

View File

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

View File

@ -1,3 +1,17 @@
* Wed Mar 12 2025 Chao YE <cye@redhat.com> [5.14.0-503.33.1.el9_5]
- scsi: st: New session only when Unit Attention for new tape (John Meneghini) [RHEL-62266]
- scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset (John Meneghini) [RHEL-62266]
- scsi: st: Don't modify unknown block number in MTIOCGET (John Meneghini) [RHEL-62266]
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped. (Chris von Recklinghausen) [RHEL-62210]
Resolves: RHEL-62210, RHEL-62266
* Sun Mar 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-503.32.1.el9_5]
- SUNRPC: Handle -ETIMEDOUT return from tlshd (Benjamin Coddington) [RHEL-79870]
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT (Benjamin Coddington) [RHEL-79870]
- tls: Fix tls_sw_sendmsg error handling (Benjamin Coddington) [RHEL-79870]
- SUNRPC: Fix a hang in TLS sock_close if sk_write_pending (Benjamin Coddington) [RHEL-79870]
Resolves: RHEL-79870
* Thu Mar 06 2025 Chao YE <cye@redhat.com> [5.14.0-503.31.1.el9_5]
- HID: core: zero-initialize the report buffer (Benjamin Tissoires) [RHEL-81838] {CVE-2024-50302}
- x86/kaslr: Expose and use the end of the physical memory address space (Waiman Long) [RHEL-70002]

View File

@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 503.31.1
%define pkgrelease 503.33.1
%define kversion 5
%define tarfile_release 5.14.0-503.31.1.el9_5
%define tarfile_release 5.14.0-503.33.1.el9_5
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 503.31.1%{?buildid}%{?dist}
%define specrelease 503.33.1%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-503.31.1.el9_5
%define kabiversion 5.14.0-503.33.1.el9_5
#
# End of genspec.sh variables
@ -3795,7 +3795,7 @@ fi
#
#
%changelog
* Thu Mar 13 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-503.31.1
* Thu Mar 20 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-503.33.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
@ -3806,10 +3806,22 @@ fi
- kernel/rh_messages.h: enable all disabled pci devices by moving to
unmaintained
* Thu Mar 13 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-503.31.1
* Thu Mar 20 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-503.33.1
- Use AlmaLinux OS secure boot cert
- Debrand for AlmaLinux OS
* Wed Mar 12 2025 Chao YE <cye@redhat.com> [5.14.0-503.33.1.el9_5]
- scsi: st: New session only when Unit Attention for new tape (John Meneghini) [RHEL-62266]
- scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset (John Meneghini) [RHEL-62266]
- scsi: st: Don't modify unknown block number in MTIOCGET (John Meneghini) [RHEL-62266]
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped. (Chris von Recklinghausen) [RHEL-62210]
* Sun Mar 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-503.32.1.el9_5]
- SUNRPC: Handle -ETIMEDOUT return from tlshd (Benjamin Coddington) [RHEL-79870]
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT (Benjamin Coddington) [RHEL-79870]
- tls: Fix tls_sw_sendmsg error handling (Benjamin Coddington) [RHEL-79870]
- SUNRPC: Fix a hang in TLS sock_close if sk_write_pending (Benjamin Coddington) [RHEL-79870]
* Thu Mar 06 2025 Chao YE <cye@redhat.com> [5.14.0-503.31.1.el9_5]
- HID: core: zero-initialize the report buffer (Benjamin Tissoires) [RHEL-81838] {CVE-2024-50302}
- x86/kaslr: Expose and use the end of the physical memory address space (Waiman Long) [RHEL-70002]