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 2025-07-01 07:49:04 +00:00 committed by root
commit b2a02adcfe
5 changed files with 40 additions and 13 deletions

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/kernel-abi-stablelists-5.14.0-570.23.1.el9_6.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-570.23.1.el9_6.tar.bz2
SOURCES/linux-5.14.0-570.23.1.el9_6.tar.xz
SOURCES/kernel-abi-stablelists-5.14.0-570.24.1.el9_6.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-570.24.1.el9_6.tar.bz2
SOURCES/linux-5.14.0-570.24.1.el9_6.tar.xz
SOURCES/nvidiagpuoot001.x509
SOURCES/olima1.x509
SOURCES/olimaca1.x509

View File

@ -1,6 +1,6 @@
2b5bb33b09f86be0e545d1887438e628ea361c44 SOURCES/kernel-abi-stablelists-5.14.0-570.23.1.el9_6.tar.bz2
40d2b24d51d2429a0c4c24a11a135676c51d9f1b SOURCES/kernel-kabi-dw-5.14.0-570.23.1.el9_6.tar.bz2
95f01bccf657aacde1bf8cc3fcf618e1d9d2a6e6 SOURCES/linux-5.14.0-570.23.1.el9_6.tar.xz
58a9dff9b43756774942a719208e704dd5008a20 SOURCES/kernel-abi-stablelists-5.14.0-570.24.1.el9_6.tar.bz2
19e7ef500d46ec8035398bb502754bb8c90746fd SOURCES/kernel-kabi-dw-5.14.0-570.24.1.el9_6.tar.bz2
c82aee70bcaebd64ba62c26f89f98c8b92521b31 SOURCES/linux-5.14.0-570.24.1.el9_6.tar.xz
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509

View File

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

View File

@ -1,3 +1,17 @@
* Sat Jun 21 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.24.1.el9_6]
- Squashfs: fix handling and sanity checking of xattr_ids count (CKI Backport Bot) [RHEL-93465] {CVE-2023-52933}
- net/mlx5: Fill out devlink dev info only for PFs (CKI Backport Bot) [RHEL-93770]
- dm mpath: replace spin_lock_irqsave with spin_lock_irq (Benjamin Marzinski) [RHEL-89487]
- dm-mpath: Don't grab work_mutex while probing paths (Benjamin Marzinski) [RHEL-89487]
- dm mpath: Interface for explicit probing of active paths (Benjamin Marzinski) [RHEL-89487]
- dm: Allow .prepare_ioctl to handle ioctls directly (Benjamin Marzinski) [RHEL-89487]
- NFS: O_DIRECT writes must check and adjust the file length (Benjamin Coddington) [RHEL-96060]
- pnfs/flexfiles: retry getting layout segment for reads (Benjamin Coddington) [RHEL-96060]
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget (Benjamin Coddington) [RHEL-96060]
- x86/tsc: Use topology_max_packages() to get package number (David Arcari) [RHEL-96886]
- scsi: storvsc: Explicitly set max_segment_size to UINT_MAX (Ewan D. Milne) [RHEL-97519]
Resolves: RHEL-89487, RHEL-93465, RHEL-93770, RHEL-96060, RHEL-96886, RHEL-97519
* Sat Jun 14 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.23.1.el9_6]
- ext4: ignore xattrs past end (CKI Backport Bot) [RHEL-94248] {CVE-2025-37738}
- ibmvnic: Use kernel helpers for hex dumps (CKI Backport Bot) [RHEL-89019] {CVE-2025-22104}

View File

@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 570.23.1
%define pkgrelease 570.24.1
%define kversion 5
%define tarfile_release 5.14.0-570.23.1.el9_6
%define tarfile_release 5.14.0-570.24.1.el9_6
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 570.23.1%{?buildid}%{?dist}
%define specrelease 570.24.1%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-570.23.1.el9_6
%define kabiversion 5.14.0-570.24.1.el9_6
#
# End of genspec.sh variables
@ -3863,7 +3863,7 @@ fi
#
#
%changelog
* Tue Jun 24 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-570.23.1
* Tue Jul 01 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-570.24.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
@ -3874,11 +3874,24 @@ fi
- kernel/rh_messages.h: enable all disabled pci devices by moving to
unmaintained
* Tue Jun 24 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570.23.1
* Tue Jul 01 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570.24.1
- Use AlmaLinux OS secure boot cert
- Debrand for AlmaLinux OS
- Add KVM support for ppc64le
* Sat Jun 21 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.24.1.el9_6]
- Squashfs: fix handling and sanity checking of xattr_ids count (CKI Backport Bot) [RHEL-93465] {CVE-2023-52933}
- net/mlx5: Fill out devlink dev info only for PFs (CKI Backport Bot) [RHEL-93770]
- dm mpath: replace spin_lock_irqsave with spin_lock_irq (Benjamin Marzinski) [RHEL-89487]
- dm-mpath: Don't grab work_mutex while probing paths (Benjamin Marzinski) [RHEL-89487]
- dm mpath: Interface for explicit probing of active paths (Benjamin Marzinski) [RHEL-89487]
- dm: Allow .prepare_ioctl to handle ioctls directly (Benjamin Marzinski) [RHEL-89487]
- NFS: O_DIRECT writes must check and adjust the file length (Benjamin Coddington) [RHEL-96060]
- pnfs/flexfiles: retry getting layout segment for reads (Benjamin Coddington) [RHEL-96060]
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget (Benjamin Coddington) [RHEL-96060]
- x86/tsc: Use topology_max_packages() to get package number (David Arcari) [RHEL-96886]
- scsi: storvsc: Explicitly set max_segment_size to UINT_MAX (Ewan D. Milne) [RHEL-97519]
* Sat Jun 14 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.23.1.el9_6]
- ext4: ignore xattrs past end (CKI Backport Bot) [RHEL-94248] {CVE-2025-37738}
- ibmvnic: Use kernel helpers for hex dumps (CKI Backport Bot) [RHEL-89019] {CVE-2025-22104}