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:
commit
e33066561e
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
SOURCES/kernel-abi-stablelists-5.14.0-570.26.1.el9_6.tar.bz2
|
||||
SOURCES/kernel-kabi-dw-5.14.0-570.26.1.el9_6.tar.bz2
|
||||
SOURCES/linux-5.14.0-570.26.1.el9_6.tar.xz
|
||||
SOURCES/kernel-abi-stablelists-5.14.0-570.28.1.el9_6.tar.bz2
|
||||
SOURCES/kernel-kabi-dw-5.14.0-570.28.1.el9_6.tar.bz2
|
||||
SOURCES/linux-5.14.0-570.28.1.el9_6.tar.xz
|
||||
SOURCES/nvidiagpuoot001.x509
|
||||
SOURCES/olima1.x509
|
||||
SOURCES/olimaca1.x509
|
||||
|
@ -1,6 +1,6 @@
|
||||
6739eaa371d3df2bc3c99ac8cb314bcce0b9be89 SOURCES/kernel-abi-stablelists-5.14.0-570.26.1.el9_6.tar.bz2
|
||||
429887a9cbcea1c8d757ef3b7b30a6dfecd5513e SOURCES/kernel-kabi-dw-5.14.0-570.26.1.el9_6.tar.bz2
|
||||
8743f1ec81ba62245557e389fdff3fc115298296 SOURCES/linux-5.14.0-570.26.1.el9_6.tar.xz
|
||||
8d583a42e24b4f00b34d98c7d8776bea7db366dd SOURCES/kernel-abi-stablelists-5.14.0-570.28.1.el9_6.tar.bz2
|
||||
71459de1d332980f2e0a23876ec897847d2b4786 SOURCES/kernel-kabi-dw-5.14.0-570.28.1.el9_6.tar.bz2
|
||||
d12bc2589991e8c3262268dbbb735c7ada9a8786 SOURCES/linux-5.14.0-570.28.1.el9_6.tar.xz
|
||||
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
|
||||
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
|
||||
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509
|
||||
|
@ -12,7 +12,7 @@ RHEL_MINOR = 6
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 570.26.1
|
||||
RHEL_RELEASE = 570.28.1
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
@ -1,3 +1,32 @@
|
||||
* Tue Jul 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.28.1.el9_6]
|
||||
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (CKI Backport Bot) [RHEL-101327] {CVE-2025-38089}
|
||||
Resolves: RHEL-101327
|
||||
|
||||
* Sat Jul 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.27.1.el9_6]
|
||||
- i2c: tegra: check msg length in SMBUS block read (Steve Dunnagan) [RHEL-100516]
|
||||
- net/mlx5: Generate PPS IN event on new function for shared clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Support one PTP device per hardware clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Move PPS notifier and out_work to clock_state (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add devcom component for the clock shared by functions (Michal Schmidt) [RHEL-87775]
|
||||
- net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer (Michal Schmidt) [RHEL-87775]
|
||||
- net/mlx5: Add API to get mlx5_core_dev from mlx5_clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add init and destruction functions for a single HW clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Change parameters for PTP internal functions (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add helper functions for PTP callbacks (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add support for MRTCQ register (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: use do_aux_work for PHC overflow checks (Michal Schmidt) [RHEL-87775]
|
||||
- mlx5_en: use read sequence for gettimex64 (Benjamin Poirier) [RHEL-87775]
|
||||
- media: uvcvideo: Announce the user our deprecation intentions (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Allow changing noparam on the fly (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Invert default value for nodrop module param (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Propagate buf->error to userspace (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Flush the control cache when we get an event (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Annotate lock requirements for uvc_ctrl_set (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Remove dangling pointers (Desnes Nunes) [RHEL-98772] {CVE-2024-58002}
|
||||
- media: uvcvideo: Remove redundant NULL assignment (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Only save async fh if success (Desnes Nunes) [RHEL-98772]
|
||||
Resolves: RHEL-100516, RHEL-87775, RHEL-98772
|
||||
|
||||
* Sat Jul 05 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.26.1.el9_6]
|
||||
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CKI Backport Bot) [RHEL-98996] {CVE-2025-21991}
|
||||
- cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode (David Arcari) [RHEL-90212]
|
||||
|
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 570.26.1
|
||||
%define pkgrelease 570.28.1
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-570.26.1.el9_6
|
||||
%define tarfile_release 5.14.0-570.28.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.26.1%{?buildid}%{?dist}
|
||||
%define specrelease 570.28.1%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-570.26.1.el9_6
|
||||
%define kabiversion 5.14.0-570.28.1.el9_6
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3863,7 +3863,7 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Jul 16 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-570.26.1
|
||||
* Tue Jul 22 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-570.28.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,38 @@ fi
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Wed Jul 16 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570.26.1
|
||||
* Tue Jul 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570.28.1
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
- Debrand for AlmaLinux OS
|
||||
- Add KVM support for ppc64le
|
||||
|
||||
* Tue Jul 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.28.1.el9_6]
|
||||
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (CKI Backport Bot) [RHEL-101327] {CVE-2025-38089}
|
||||
|
||||
* Sat Jul 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.27.1.el9_6]
|
||||
- i2c: tegra: check msg length in SMBUS block read (Steve Dunnagan) [RHEL-100516]
|
||||
- net/mlx5: Generate PPS IN event on new function for shared clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Support one PTP device per hardware clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Move PPS notifier and out_work to clock_state (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add devcom component for the clock shared by functions (Michal Schmidt) [RHEL-87775]
|
||||
- net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer (Michal Schmidt) [RHEL-87775]
|
||||
- net/mlx5: Add API to get mlx5_core_dev from mlx5_clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add init and destruction functions for a single HW clock (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Change parameters for PTP internal functions (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add helper functions for PTP callbacks (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: Add support for MRTCQ register (Benjamin Poirier) [RHEL-87775]
|
||||
- net/mlx5: use do_aux_work for PHC overflow checks (Michal Schmidt) [RHEL-87775]
|
||||
- mlx5_en: use read sequence for gettimex64 (Benjamin Poirier) [RHEL-87775]
|
||||
- media: uvcvideo: Announce the user our deprecation intentions (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Allow changing noparam on the fly (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Invert default value for nodrop module param (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Propagate buf->error to userspace (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Flush the control cache when we get an event (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Annotate lock requirements for uvc_ctrl_set (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Remove dangling pointers (Desnes Nunes) [RHEL-98772] {CVE-2024-58002}
|
||||
- media: uvcvideo: Remove redundant NULL assignment (Desnes Nunes) [RHEL-98772]
|
||||
- media: uvcvideo: Only save async fh if success (Desnes Nunes) [RHEL-98772]
|
||||
|
||||
* Sat Jul 05 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.26.1.el9_6]
|
||||
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CKI Backport Bot) [RHEL-98996] {CVE-2025-21991}
|
||||
- cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode (David Arcari) [RHEL-90212]
|
||||
|
Loading…
Reference in New Issue
Block a user