kernel-5.14.0-700.el9
* Wed Apr 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-700.el9] - tools/power/x86/intel-speed-select: v1.25 release (David Arcari) [RHEL-128562] - tools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus() (David Arcari) [RHEL-128562] - tools/power/x86/intel-speed-select: Use pkg-config for libnl-3.0 detection (David Arcari) [RHEL-128562] - tools/power/x86/intel-speed-select: Allow non root users (David Arcari) [RHEL-128562] - tools/power/x86/intel-speed-select: v1.24 release (David Arcari) [RHEL-128562] - tools/power/x86/intel-speed-select: Reset isst_turbo_freq_info for invalid buckets (David Arcari) [RHEL-128562] - tools/power/x86/intel-speed-select: Check feature status (David Arcari) [RHEL-128562] - platform/x86: ISST: Increase minor version (David Arcari) [RHEL-128562] - platform/x86: ISST: Reset core count to 0 (David Arcari) [RHEL-128562] - platform/x86: ISST: Correct locked bit width (David Arcari) [RHEL-128562] - platform/x86: ISST: Check HWP support before MSR access (David Arcari) [RHEL-128562] - platform/x86: ISST: Optimize suspend/resume callbacks (David Arcari) [RHEL-128562] - platform/x86: ISST: Check for admin capability for write commands (David Arcari) [RHEL-128562] - platform/x86: ISST: Store and restore all domains data (David Arcari) [RHEL-128562] - platform/x86: ISST: Add missing write block check (David Arcari) [RHEL-128562] Resolves: RHEL-128562 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
ee1006ad86
commit
52447f0391
@ -12,7 +12,7 @@ RHEL_MINOR = 9
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 699
|
||||
RHEL_RELEASE = 700
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
||||
@ -1,3 +1,21 @@
|
||||
* Wed Apr 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-700.el9]
|
||||
- tools/power/x86/intel-speed-select: v1.25 release (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus() (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Use pkg-config for libnl-3.0 detection (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Allow non root users (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: v1.24 release (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Reset isst_turbo_freq_info for invalid buckets (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Check feature status (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Increase minor version (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Reset core count to 0 (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Correct locked bit width (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Check HWP support before MSR access (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Optimize suspend/resume callbacks (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Check for admin capability for write commands (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Store and restore all domains data (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Add missing write block check (David Arcari) [RHEL-128562]
|
||||
Resolves: RHEL-128562
|
||||
|
||||
* Tue Apr 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-699.el9]
|
||||
- redhat/configs: Enable MPAM options (Gavin Shan) [RHEL-164227]
|
||||
- arm_mpam: resctrl: Make resctrl_mon_ctx_waiters static (Gavin Shan) [RHEL-164227]
|
||||
|
||||
25
kernel.spec
25
kernel.spec
@ -176,15 +176,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 699
|
||||
%define pkgrelease 700
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-699.el9
|
||||
%define tarfile_release 5.14.0-700.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 699%{?buildid}%{?dist}
|
||||
%define specrelease 700%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-699.el9
|
||||
%define kabiversion 5.14.0-700.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3753,6 +3753,23 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Apr 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-700.el9]
|
||||
- tools/power/x86/intel-speed-select: v1.25 release (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus() (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Use pkg-config for libnl-3.0 detection (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Allow non root users (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: v1.24 release (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Reset isst_turbo_freq_info for invalid buckets (David Arcari) [RHEL-128562]
|
||||
- tools/power/x86/intel-speed-select: Check feature status (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Increase minor version (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Reset core count to 0 (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Correct locked bit width (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Check HWP support before MSR access (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Optimize suspend/resume callbacks (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Check for admin capability for write commands (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Store and restore all domains data (David Arcari) [RHEL-128562]
|
||||
- platform/x86: ISST: Add missing write block check (David Arcari) [RHEL-128562]
|
||||
|
||||
* Tue Apr 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-699.el9]
|
||||
- redhat/configs: Enable MPAM options (Gavin Shan) [RHEL-164227]
|
||||
- arm_mpam: resctrl: Make resctrl_mon_ctx_waiters static (Gavin Shan) [RHEL-164227]
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-699.el9.tar.xz) = 253496d5471b01bf893eedf4c881f37f9d84068df41e6ebb6774bab3f90251249d786cc08d2f778c4fcc5df508a37708036e882ff902af1d87afaa474636ba17
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-699.el9.tar.bz2) = 0c850c10d0d142d8265c554d2055f39e010d7cae2dd90e5a172d6b0f6f881340e16db7c301feef75f66691c0fae9e9338655dd8a44d92f2dcbbb4303795f65ba
|
||||
SHA512 (kernel-kabi-dw-5.14.0-699.el9.tar.bz2) = 97bdcf862ec9940c474133a21676e24a18f542355014f83fb080c1cc644ff5040be79aff1126ac5234cb378d9cfc0571c0dbda379fa8d09c60f25d230d1ad449
|
||||
SHA512 (linux-5.14.0-700.el9.tar.xz) = 9fde0b0ce0e0e7de22bd7b84ea36debe5df7e7395ccbbdca4ccedd27a3baa0033887fd9c1b644b4605b1803c094ca7a622aada34c00d10df26b298e2ca231f6f
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-700.el9.tar.bz2) = 6c64757054f0b49e3fde4d8861264a24eb5a6502741211b0e5eb5d76053b3e32a556be1451b685dd6cc70a689e915924a44de7d8ef67565f9820a446714bbb20
|
||||
SHA512 (kernel-kabi-dw-5.14.0-700.el9.tar.bz2) = 4a851323601da6034759905decc7544c5db8caf5eb588267d40f4679eda5a58946906332af85e6eafa3b2167c7766ce4122431f6dcc9714f2b26418fbf558d50
|
||||
|
||||
Loading…
Reference in New Issue
Block a user