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:
commit
77a9811c47
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
SOURCES/kernel-abi-stablelists-5.14.0-503.23.2.el9_5.tar.bz2
|
SOURCES/kernel-abi-stablelists-5.14.0-503.26.1.el9_5.tar.bz2
|
||||||
SOURCES/kernel-kabi-dw-5.14.0-503.23.2.el9_5.tar.bz2
|
SOURCES/kernel-kabi-dw-5.14.0-503.26.1.el9_5.tar.bz2
|
||||||
SOURCES/linux-5.14.0-503.23.2.el9_5.tar.xz
|
SOURCES/linux-5.14.0-503.26.1.el9_5.tar.xz
|
||||||
SOURCES/nvidiagpuoot001.x509
|
SOURCES/nvidiagpuoot001.x509
|
||||||
SOURCES/olima1.x509
|
SOURCES/olima1.x509
|
||||||
SOURCES/olimaca1.x509
|
SOURCES/olimaca1.x509
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
e216f9b0c6e59a192948e2cad328bc7be78cb6e6 SOURCES/kernel-abi-stablelists-5.14.0-503.23.2.el9_5.tar.bz2
|
debf9e108dcd2d01a4966b3e7d24363c57eac2e8 SOURCES/kernel-abi-stablelists-5.14.0-503.26.1.el9_5.tar.bz2
|
||||||
7ef597f4a7870397d8a519d5c60e6b93061f8c7c SOURCES/kernel-kabi-dw-5.14.0-503.23.2.el9_5.tar.bz2
|
5f02d452d42cbffc9e799a2cf401d1c1f21153f7 SOURCES/kernel-kabi-dw-5.14.0-503.26.1.el9_5.tar.bz2
|
||||||
927e54d8b1087f9b673e10e6984ba490113ec0bf SOURCES/linux-5.14.0-503.23.2.el9_5.tar.xz
|
461cfa7e250ea403a3271d3ba631643ea77707b7 SOURCES/linux-5.14.0-503.26.1.el9_5.tar.xz
|
||||||
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
|
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
|
||||||
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
|
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
|
||||||
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509
|
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509
|
||||||
|
@ -12,7 +12,7 @@ RHEL_MINOR = 5
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 503.23.2
|
RHEL_RELEASE = 503.26.1
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
|
@ -1,7 +1,26 @@
|
|||||||
* Fri Feb 07 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-503.23.2.el9_5]
|
* Mon Feb 10 2025 Chao YE <cye@redhat.com> [5.14.0-503.26.1.el9_5]
|
||||||
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075 RHEL-69574] {CVE-2024-53104}
|
- redhat: drop Y issues from changelog (Jan Stancek)
|
||||||
|
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075] {CVE-2024-53104}
|
||||||
Resolves: RHEL-78075
|
Resolves: RHEL-78075
|
||||||
|
|
||||||
|
* Thu Feb 06 2025 Chao YE <cye@redhat.com> [5.14.0-503.25.1.el9_5]
|
||||||
|
- md/md-bitmap: fix writing non bitmap pages (CKI Backport Bot) [RHEL-76800]
|
||||||
|
Resolves: RHEL-76800
|
||||||
|
|
||||||
|
* Mon Jan 27 2025 Chao YE <cye@redhat.com> [5.14.0-503.24.1.el9_5]
|
||||||
|
- smb: client: fix potential race in cifs_put_tcon() (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: don't try following DFS links in cifs_tree_connect() (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: allow reconnect when sending ioctl (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: get rid of @nlsc param in cifs_tree_connect() (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: allow more DFS referrals to be cached (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb3: fix broken reconnect when password changing on the server by allowing password rotation (Jay Shin) [RHEL-73594 RHEL-57983]
|
||||||
|
- i40e: Fix handling changed priv flags (Kamal Heib) [RHEL-69857 RHEL-30524]
|
||||||
|
- mm: migrate: fix getting incorrect page mapping during page migration (Rafael Aquini) [RHEL-70898 RHEL-27742 RHEL-28873] {CVE-2023-52490}
|
||||||
|
- mm: migrate: record the mlocked page status to remove unnecessary lru drain (Rafael Aquini) [RHEL-70898 RHEL-27742]
|
||||||
|
- mm: convert migrate_pages() to work on folios (Rafael Aquini) [RHEL-70898 RHEL-27742]
|
||||||
|
- migrate_pages_batch: simplify retrying and failure counting of large folios (Rafael Aquini) [RHEL-70898 RHEL-27742]
|
||||||
|
Resolves: RHEL-69857, RHEL-70898, RHEL-73594
|
||||||
|
|
||||||
* Mon Jan 20 2025 Chao YE <cye@redhat.com> [5.14.0-503.23.1.el9_5]
|
* Mon Jan 20 2025 Chao YE <cye@redhat.com> [5.14.0-503.23.1.el9_5]
|
||||||
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-73036]
|
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-73036]
|
||||||
Resolves: RHEL-73036
|
Resolves: RHEL-73036
|
||||||
|
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specversion 5.14.0
|
%define specversion 5.14.0
|
||||||
%define patchversion 5.14
|
%define patchversion 5.14
|
||||||
%define pkgrelease 503.23.2
|
%define pkgrelease 503.26.1
|
||||||
%define kversion 5
|
%define kversion 5
|
||||||
%define tarfile_release 5.14.0-503.23.2.el9_5
|
%define tarfile_release 5.14.0-503.26.1.el9_5
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 503.23.2%{?buildid}%{?dist}
|
%define specrelease 503.26.1%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 5.14.0-503.23.2.el9_5
|
%define kabiversion 5.14.0-503.26.1.el9_5
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of genspec.sh variables
|
# End of genspec.sh variables
|
||||||
@ -3795,7 +3795,7 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 12 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-503.23.2
|
* Mon Mar 03 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-503.26.1
|
||||||
- hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
|
- hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||||
- mptsas: bring back deprecated PCI ids #CFHack #CFHack2024
|
- mptsas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||||
- megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024
|
- megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||||
@ -3806,12 +3806,29 @@ fi
|
|||||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||||
unmaintained
|
unmaintained
|
||||||
|
|
||||||
* Wed Feb 12 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-503.23.2
|
* Mon Mar 03 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-503.26.1
|
||||||
- Use AlmaLinux OS secure boot cert
|
- Use AlmaLinux OS secure boot cert
|
||||||
- Debrand for AlmaLinux OS
|
- Debrand for AlmaLinux OS
|
||||||
|
|
||||||
* Fri Feb 07 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-503.23.2.el9_5]
|
* Mon Feb 10 2025 Chao YE <cye@redhat.com> [5.14.0-503.26.1.el9_5]
|
||||||
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075 RHEL-69574] {CVE-2024-53104}
|
- redhat: drop Y issues from changelog (Jan Stancek)
|
||||||
|
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075] {CVE-2024-53104}
|
||||||
|
|
||||||
|
* Thu Feb 06 2025 Chao YE <cye@redhat.com> [5.14.0-503.25.1.el9_5]
|
||||||
|
- md/md-bitmap: fix writing non bitmap pages (CKI Backport Bot) [RHEL-76800]
|
||||||
|
|
||||||
|
* Mon Jan 27 2025 Chao YE <cye@redhat.com> [5.14.0-503.24.1.el9_5]
|
||||||
|
- smb: client: fix potential race in cifs_put_tcon() (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: don't try following DFS links in cifs_tree_connect() (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: allow reconnect when sending ioctl (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: get rid of @nlsc param in cifs_tree_connect() (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb: client: allow more DFS referrals to be cached (Jay Shin) [RHEL-73594 RHEL-70959]
|
||||||
|
- smb3: fix broken reconnect when password changing on the server by allowing password rotation (Jay Shin) [RHEL-73594 RHEL-57983]
|
||||||
|
- i40e: Fix handling changed priv flags (Kamal Heib) [RHEL-69857 RHEL-30524]
|
||||||
|
- mm: migrate: fix getting incorrect page mapping during page migration (Rafael Aquini) [RHEL-70898 RHEL-27742 RHEL-28873] {CVE-2023-52490}
|
||||||
|
- mm: migrate: record the mlocked page status to remove unnecessary lru drain (Rafael Aquini) [RHEL-70898 RHEL-27742]
|
||||||
|
- mm: convert migrate_pages() to work on folios (Rafael Aquini) [RHEL-70898 RHEL-27742]
|
||||||
|
- migrate_pages_batch: simplify retrying and failure counting of large folios (Rafael Aquini) [RHEL-70898 RHEL-27742]
|
||||||
|
|
||||||
* Mon Jan 20 2025 Chao YE <cye@redhat.com> [5.14.0-503.23.1.el9_5]
|
* Mon Jan 20 2025 Chao YE <cye@redhat.com> [5.14.0-503.23.1.el9_5]
|
||||||
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-73036]
|
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-73036]
|
||||||
|
Loading…
Reference in New Issue
Block a user