kernel-5.14.0-731.el9

* Wed Jul 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-731.el9]
- crypto: rng - Enable pre-emption ASAP (Herbert Xu) [RHEL-92680]
- net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle (CKI Backport Bot) [RHEL-213301] {CVE-2026-64530}
- platform/x86/intel-uncore-freq: Fix current_freq_khz after CPU hotplug (David Arcari) [RHEL-212713]
- platform/x86/intel-uncore-freq: Rename instance_id (David Arcari) [RHEL-212713]
- tools/power/x86/intel-speed-select: Harden daemon pidfile open (David Arcari) [RHEL-192479]
- platform/x86: ISST: Restore SST-PP control to all domains (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix output when running on unsupported CLX platforms (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix some program return value (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix cpu extended family ID decoding (David Arcari) [RHEL-192479]
- x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling() (Dennis Chen) [RHEL-208627]
- xfs: resample the data fork mapping after cycling ILOCK (Carlos Maiolino) [RHEL-193940]
- KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74 (Christoph Schlameuss) [RHEL-158930]
Resolves: RHEL-158930, RHEL-192479, RHEL-193940, RHEL-208627, RHEL-212713, RHEL-213301, RHEL-92680

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
CKI KWF Bot 2026-07-29 08:26:10 +00:00
parent 62f499e028
commit 1487aadf1c
4 changed files with 37 additions and 8 deletions

View File

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

View File

@ -1,3 +1,18 @@
* Wed Jul 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-731.el9]
- crypto: rng - Enable pre-emption ASAP (Herbert Xu) [RHEL-92680]
- net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle (CKI Backport Bot) [RHEL-213301] {CVE-2026-64530}
- platform/x86/intel-uncore-freq: Fix current_freq_khz after CPU hotplug (David Arcari) [RHEL-212713]
- platform/x86/intel-uncore-freq: Rename instance_id (David Arcari) [RHEL-212713]
- tools/power/x86/intel-speed-select: Harden daemon pidfile open (David Arcari) [RHEL-192479]
- platform/x86: ISST: Restore SST-PP control to all domains (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix output when running on unsupported CLX platforms (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix some program return value (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix cpu extended family ID decoding (David Arcari) [RHEL-192479]
- x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling() (Dennis Chen) [RHEL-208627]
- xfs: resample the data fork mapping after cycling ILOCK (Carlos Maiolino) [RHEL-193940]
- KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74 (Christoph Schlameuss) [RHEL-158930]
Resolves: RHEL-158930, RHEL-192479, RHEL-193940, RHEL-208627, RHEL-212713, RHEL-213301, RHEL-92680
* Tue Jul 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-730.el9]
- iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call (Dennis Chen) [RHEL-208620]
- platform/x86: intel-hid: Protect ACPI notify handler against recursion (David Arcari) [RHEL-212712]

View File

@ -176,15 +176,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 730
%define pkgrelease 731
%define kversion 5
%define tarfile_release 5.14.0-730.el9
%define tarfile_release 5.14.0-731.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 730%{?buildid}%{?dist}
%define specrelease 731%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-730.el9
%define kabiversion 5.14.0-731.el9
#
# End of genspec.sh variables
@ -3753,6 +3753,20 @@ fi
#
#
%changelog
* Wed Jul 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-731.el9]
- crypto: rng - Enable pre-emption ASAP (Herbert Xu) [RHEL-92680]
- net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle (CKI Backport Bot) [RHEL-213301] {CVE-2026-64530}
- platform/x86/intel-uncore-freq: Fix current_freq_khz after CPU hotplug (David Arcari) [RHEL-212713]
- platform/x86/intel-uncore-freq: Rename instance_id (David Arcari) [RHEL-212713]
- tools/power/x86/intel-speed-select: Harden daemon pidfile open (David Arcari) [RHEL-192479]
- platform/x86: ISST: Restore SST-PP control to all domains (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix output when running on unsupported CLX platforms (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix some program return value (David Arcari) [RHEL-192479]
- tools/power/x86/intel-speed-select: Fix cpu extended family ID decoding (David Arcari) [RHEL-192479]
- x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling() (Dennis Chen) [RHEL-208627]
- xfs: resample the data fork mapping after cycling ILOCK (Carlos Maiolino) [RHEL-193940]
- KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74 (Christoph Schlameuss) [RHEL-158930]
* Tue Jul 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-730.el9]
- iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call (Dennis Chen) [RHEL-208620]
- platform/x86: intel-hid: Protect ACPI notify handler against recursion (David Arcari) [RHEL-212712]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-730.el9.tar.xz) = 90dd3dabc65dedbce95509595aeab12e42e3f674f2c7c5850876595f277932edfdbf4251098684dfa9adfd3aa4384a9ada6d14fb53e8c3232ce1207a40af9af4
SHA512 (kernel-abi-stablelists-5.14.0-730.el9.tar.bz2) = 857f30a3c2f7a11e8b1a6d0940097c3118bb08bf854cfcc90949e692c99420399c199c92f564ccacb25bfc578bb62c4be64af4a1eab82a7ac3ae2fee1225dd6f
SHA512 (kernel-kabi-dw-5.14.0-730.el9.tar.bz2) = c51ca8ccb4c693613562fc9974363a2f1403c83bb4c3a022b53feef1deb0cecd2a4cbc157625785806a1f6c53c126d3ac1b4129ac6a82d2aa36fe4c7edd326b6
SHA512 (linux-5.14.0-731.el9.tar.xz) = eb77d7c84d26cc0dfd34de1e44c960e3c08d9d7515279c6db5c6949415717734d732d2dfbccb75ccef3b75147fb83e06a018e78b243ccfbed41977d875ce1d8c
SHA512 (kernel-abi-stablelists-5.14.0-731.el9.tar.bz2) = 920bf9507f67e9523dfa2bda7de756451aabbb9e6cc8e6488bfe25576cfb09f5040e0712988539eae74c111fd6a75b98f9fc67a9122b0b6a3cb02e7036c8ab5c
SHA512 (kernel-kabi-dw-5.14.0-731.el9.tar.bz2) = cedc95c509a24a74f0237852c0749ea590d98bb4996c8e406555e001e4db7489b876bb186b5335f5b54627ddd98c0f3e3791073b848231afe3651fbcff8f3ae9