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

NFSD: fix hang in nfsd4_shutdown_callback

Use AlmaLinux OS secure boot cert

Debrand for AlmaLinux OS

Add KVM support for ppc64le
This commit is contained in:
Andrew Lukoshko 2025-08-26 13:47:08 +00:00 committed by root
commit b5b15b1989
5 changed files with 37 additions and 13 deletions

6
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
388a133bdc2cfabec6da5725ef350e5575ad317f SOURCES/kernel-abi-stablelists-5.14.0-570.35.1.el9_6.tar.bz2
4c2ef2f85f218a64e9a4241f9a0e94d338ccb504 SOURCES/kernel-kabi-dw-5.14.0-570.35.1.el9_6.tar.bz2
f9bc597a25f0336f3ddba76d8baefa36cd08b402 SOURCES/linux-5.14.0-570.35.1.el9_6.tar.xz
660b8d2816ee473ec550cd61535f9aa402fedf42 SOURCES/kernel-abi-stablelists-5.14.0-570.37.1.el9_6.tar.bz2
038fbd2f9cabdc956d8a8742446db4c7e1ed07e2 SOURCES/kernel-kabi-dw-5.14.0-570.37.1.el9_6.tar.bz2
06835b6da4fd3f6b8e2e3134b3a6c5b1942bdc0a SOURCES/linux-5.14.0-570.37.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.35.1
RHEL_RELEASE = 570.37.1
#
# ZSTREAM

View File

@ -1,3 +1,16 @@
* Sat Aug 16 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.37.1.el9_6]
- ice: fix eswitch code memory leak in reset scenario (CKI Backport Bot) [RHEL-108152] {CVE-2025-38417}
- ftrace: Clean up hash direct_functions on register failures (Gregory Bell) [RHEL-105151]
- ethtool: Fix set RXNFC command with symmetric RSS hash (Mohammad Heib) [RHEL-103526]
- drm/i915: Give i915 and xe each their own display tracepoints (Jocelyn Falempe) [RHEL-94419]
Resolves: RHEL-103526, RHEL-105151, RHEL-108152, RHEL-94419
* Wed Aug 13 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.36.1.el9_6]
- udp: Fix memory accounting leak. (Xin Long) [RHEL-104091] {CVE-2025-22058}
- net_sched: ets: Fix double list add in class with netem as child qdisc (CKI Backport Bot) [RHEL-104719] {CVE-2025-37914}
- sch_ets: make est_qlen_notify() idempotent (Ivan Vecera) [RHEL-104719]
Resolves: RHEL-104091, RHEL-104719
* Sat Aug 09 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.35.1.el9_6]
- s390/dasd: Remove DMA alignment (CKI Backport Bot) [RHEL-91593]
- s390/cpumf: Update CPU Measurement facility extended counter set support (CKI Backport Bot) [RHEL-103066]

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.35.1
%define pkgrelease 570.37.1
%define kversion 5
%define tarfile_release 5.14.0-570.35.1.el9_6
%define tarfile_release 5.14.0-570.37.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.35.1%{?buildid}%{?dist}
%define specrelease 570.37.1%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-570.35.1.el9_6
%define kabiversion 5.14.0-570.37.1.el9_6
#
# End of genspec.sh variables
@ -3866,7 +3866,7 @@ fi
#
#
%changelog
* Thu Aug 21 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 5.14.0-570.35.1
* Tue Aug 26 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 5.14.0-570.37.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
@ -3878,11 +3878,22 @@ fi
unmaintained
- NFSD: fix hang in nfsd4_shutdown_callback
* Thu Aug 21 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570.35.1
* Tue Aug 26 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570.37.1
- Use AlmaLinux OS secure boot cert
- Debrand for AlmaLinux OS
- Add KVM support for ppc64le
* Sat Aug 16 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.37.1.el9_6]
- ice: fix eswitch code memory leak in reset scenario (CKI Backport Bot) [RHEL-108152] {CVE-2025-38417}
- ftrace: Clean up hash direct_functions on register failures (Gregory Bell) [RHEL-105151]
- ethtool: Fix set RXNFC command with symmetric RSS hash (Mohammad Heib) [RHEL-103526]
- drm/i915: Give i915 and xe each their own display tracepoints (Jocelyn Falempe) [RHEL-94419]
* Wed Aug 13 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.36.1.el9_6]
- udp: Fix memory accounting leak. (Xin Long) [RHEL-104091] {CVE-2025-22058}
- net_sched: ets: Fix double list add in class with netem as child qdisc (CKI Backport Bot) [RHEL-104719] {CVE-2025-37914}
- sch_ets: make est_qlen_notify() idempotent (Ivan Vecera) [RHEL-104719]
* Sat Aug 09 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.35.1.el9_6]
- s390/dasd: Remove DMA alignment (CKI Backport Bot) [RHEL-91593]
- s390/cpumf: Update CPU Measurement facility extended counter set support (CKI Backport Bot) [RHEL-103066]