diff --git a/Makefile.rhelver b/Makefile.rhelver index 3abf71ffa..264ae07ef 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 9 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 739 +RHEL_RELEASE = 740 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index 8e93a92a2..a537ffe4e 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,89 @@ +* Thu Aug 20 2026 CKI KWF Bot [5.14.0-740.el9] +- crypto: pcrypt - Fix handling of MAY_BACKLOG requests (Ricardo Robaina) [RHEL-226701] {CVE-2026-43493} +- memfd: deny writeable mappings when implying SEAL_WRITE (Luiz Capitulino) [RHEL-228526] {CVE-2026-63952} +- mm/memfd: fix spelling in memfd_add_seals() (Luiz Capitulino) [RHEL-228526] +- perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Implement global init callback for GNR uncore (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Move die_to_cpu() to uncore.c (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Guard against invalid box control address (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems (Michael Petlan) [RHEL-115125] +- perf/x86/intel: Fix OMR snoop information parsing issues (Michael Petlan) [RHEL-115121] +- perf/x86/intel/uncore: Remove extra double quote mark (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix die ID init and look up bugs (Michael Petlan) [RHEL-115125] {CVE-2026-43344} +- perf/x86/intel/uncore: Skip discovery table for offline dies (Michael Petlan) [RHEL-115125] {CVE-2026-43079} +- perf/x86/intel/uncore: Fix iounmap() leak on global_init failure (Michael Petlan) [RHEL-115125] +- perf/x86/intel: Enable auto counter reload for DMR (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add support for rdpmc user disable feature (Michael Petlan) [RHEL-117336] +- perf/x86: Print PMU counters bitmap in x86_pmu_show_pmu_cap() (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK (Michael Petlan) [RHEL-117336] +- KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros (Michael Petlan) [RHEL-117336] +- KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmu (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48) (Michael Petlan) [RHEL-117336] +- perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag (Michael Petlan) [RHEL-117336] +- perf/x86: Use macros to replace magic numbers in attr_rdpmc (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add core PMU support for Novalake (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add support for PEBS memory auxiliary info field in NVL (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add core PMU support for DMR (Michael Petlan) [RHEL-115121] +- perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR (Michael Petlan) [RHEL-115121] +- perf/uapi: Clean up a bit (Michael Petlan) [RHEL-115121] +- tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources (Michael Petlan) [RHEL-115121] +- perf: Extend per event callchain limit to branch stack (Michael Petlan) [RHEL-115121] +- perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVL (Michael Petlan) [RHEL-115121] +- perf/x86/intel: Add a check for dynamic constraints (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Disable PMI for self-reloaded ACR events (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Optimize PEBS extended config (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Always reprogram ACR events to prevent stale masks (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Improve validation and configuration of ACR masks (Anubhav Shelat) [RHEL-45125] {CVE-2026-53370} +- perf/x86: Fix potential bad container_of in intel_pmu_hw_config (Anubhav Shelat) [RHEL-45125] {CVE-2026-31782} +- perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error (Anubhav Shelat) [RHEL-45125] {CVE-2025-40122} +- perf/x86/intel: Fix incorrect MSR index calculations in intel_pmu_config_acr() (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Use early_initcall() to hook bts_init() (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Add counter group support for arch-PEBS (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Setup PEBS data configuration and enable legacy groups (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Update dyn_constraint base on PEBS event precise level (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Process arch-PEBS records or record fragments (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/ds: Factor out PEBS group processing code to functions (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Allow to update user space GPRs from PEBS records (Anubhav Shelat) [RHEL-45125] +- perf/core: Check sample_type in perf_sample_save_callchain (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/ds: Remove redundant assignments to sample.period (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/ds: Factor out PEBS record processing code to functions (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Initialize architectural PEBS (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Introduce pairs of PEBS static calls (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Decouple BTS initialization from PEBS initialization (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Correct large PEBS flag check (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Support auto counter reload (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Use better start period for frequency mode (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Add CPUID enumeration for the auto counter reload (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Track the num of events needs late setup (Anubhav Shelat) [RHEL-45125] +- perf/x86: Add dynamic constraint (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/uncore: Convert comma to semicolon (Michael Petlan) [RHEL-117338] +- perf/x86/intel/uncore: Add Nova Lake support (Michael Petlan) [RHEL-117338] +- perf/x86/intel/uncore: Add missing PMON units for Panther Lake (Michael Petlan) [RHEL-115125] +- perf pmu: Relax uncore wildcard matching to allow numeric suffix (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Update DMR uncore constraints preliminarily (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Support uncore constraint ranges (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Support IIO free-running counters on DMR (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add freerunning event descriptor helper macro (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPR (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add domain global init callback (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add CBB PMON support for Diamond Rapids (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add IMH PMON support for Diamond Rapids (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Remove has_generic_discovery_table() (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Support per-platform discovery base devices (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Move uncore discovery init struct to header (Michael Petlan) [RHEL-115125] +- perf/x86/intel/cstate: Add Diamond Rapids support (Michael Petlan) [RHEL-115123] +- perf/x86/intel/cstate: Add Nova Lake support (Michael Petlan) [RHEL-120358] +- perf/x86/intel/cstate: Add Wildcat Lake support (Michael Petlan) [RHEL-95669] +Resolves: RHEL-115121, RHEL-115123, RHEL-115125, RHEL-117336, RHEL-117338, RHEL-120358, RHEL-226701, RHEL-228526, RHEL-45125, RHEL-95669 + * Tue Aug 18 2026 CKI KWF Bot [5.14.0-739.el9] - mm/vmscan: fix hard LOCKUP in function isolate_lru_folios (Aristeu Rozanski) [RHEL-153668] - posix-cpu-timers: Prevent UAF caused by non-leader exec() race (Waiman Long) [RHEL-227838] {CVE-2026-64560} diff --git a/kernel.spec b/kernel.spec index 30e4814c9..d91c0afd3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 739 +%define pkgrelease 740 %define kversion 5 -%define tarfile_release 5.14.0-739.el9 +%define tarfile_release 5.14.0-740.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 739%{?buildid}%{?dist} +%define specrelease 740%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-739.el9 +%define kabiversion 5.14.0-740.el9 # # End of genspec.sh variables @@ -3881,6 +3881,91 @@ fi # # %changelog +* Thu Aug 20 2026 CKI KWF Bot [5.14.0-740.el9] +- crypto: pcrypt - Fix handling of MAY_BACKLOG requests (Ricardo Robaina) [RHEL-226701] {CVE-2026-43493} +- memfd: deny writeable mappings when implying SEAL_WRITE (Luiz Capitulino) [RHEL-228526] {CVE-2026-63952} +- mm/memfd: fix spelling in memfd_add_seals() (Luiz Capitulino) [RHEL-228526] +- perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Implement global init callback for GNR uncore (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Move die_to_cpu() to uncore.c (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Guard against invalid box control address (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems (Michael Petlan) [RHEL-115125] +- perf/x86/intel: Fix OMR snoop information parsing issues (Michael Petlan) [RHEL-115121] +- perf/x86/intel/uncore: Remove extra double quote mark (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix die ID init and look up bugs (Michael Petlan) [RHEL-115125] {CVE-2026-43344} +- perf/x86/intel/uncore: Skip discovery table for offline dies (Michael Petlan) [RHEL-115125] {CVE-2026-43079} +- perf/x86/intel/uncore: Fix iounmap() leak on global_init failure (Michael Petlan) [RHEL-115125] +- perf/x86/intel: Enable auto counter reload for DMR (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add support for rdpmc user disable feature (Michael Petlan) [RHEL-117336] +- perf/x86: Print PMU counters bitmap in x86_pmu_show_pmu_cap() (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK (Michael Petlan) [RHEL-117336] +- KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros (Michael Petlan) [RHEL-117336] +- KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmu (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48) (Michael Petlan) [RHEL-117336] +- perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag (Michael Petlan) [RHEL-117336] +- perf/x86: Use macros to replace magic numbers in attr_rdpmc (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add core PMU support for Novalake (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add support for PEBS memory auxiliary info field in NVL (Michael Petlan) [RHEL-117336] +- perf/x86/intel: Add core PMU support for DMR (Michael Petlan) [RHEL-115121] +- perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR (Michael Petlan) [RHEL-115121] +- perf/uapi: Clean up a bit (Michael Petlan) [RHEL-115121] +- tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources (Michael Petlan) [RHEL-115121] +- perf: Extend per event callchain limit to branch stack (Michael Petlan) [RHEL-115121] +- perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVL (Michael Petlan) [RHEL-115121] +- perf/x86/intel: Add a check for dynamic constraints (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Disable PMI for self-reloaded ACR events (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Optimize PEBS extended config (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Always reprogram ACR events to prevent stale masks (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Improve validation and configuration of ACR masks (Anubhav Shelat) [RHEL-45125] {CVE-2026-53370} +- perf/x86: Fix potential bad container_of in intel_pmu_hw_config (Anubhav Shelat) [RHEL-45125] {CVE-2026-31782} +- perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error (Anubhav Shelat) [RHEL-45125] {CVE-2025-40122} +- perf/x86/intel: Fix incorrect MSR index calculations in intel_pmu_config_acr() (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Use early_initcall() to hook bts_init() (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Add counter group support for arch-PEBS (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Setup PEBS data configuration and enable legacy groups (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Update dyn_constraint base on PEBS event precise level (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Process arch-PEBS records or record fragments (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/ds: Factor out PEBS group processing code to functions (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Allow to update user space GPRs from PEBS records (Anubhav Shelat) [RHEL-45125] +- perf/core: Check sample_type in perf_sample_save_callchain (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/ds: Remove redundant assignments to sample.period (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/ds: Factor out PEBS record processing code to functions (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Initialize architectural PEBS (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Introduce pairs of PEBS static calls (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Decouple BTS initialization from PEBS initialization (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Correct large PEBS flag check (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Support auto counter reload (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Use better start period for frequency mode (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Add CPUID enumeration for the auto counter reload (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel: Track the num of events needs late setup (Anubhav Shelat) [RHEL-45125] +- perf/x86: Add dynamic constraint (Anubhav Shelat) [RHEL-45125] +- perf/x86/intel/uncore: Convert comma to semicolon (Michael Petlan) [RHEL-117338] +- perf/x86/intel/uncore: Add Nova Lake support (Michael Petlan) [RHEL-117338] +- perf/x86/intel/uncore: Add missing PMON units for Panther Lake (Michael Petlan) [RHEL-115125] +- perf pmu: Relax uncore wildcard matching to allow numeric suffix (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Update DMR uncore constraints preliminarily (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Support uncore constraint ranges (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Support IIO free-running counters on DMR (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add freerunning event descriptor helper macro (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPR (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add domain global init callback (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add CBB PMON support for Diamond Rapids (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Add IMH PMON support for Diamond Rapids (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Remove has_generic_discovery_table() (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Support per-platform discovery base devices (Michael Petlan) [RHEL-115125] +- perf/x86/intel/uncore: Move uncore discovery init struct to header (Michael Petlan) [RHEL-115125] +- perf/x86/intel/cstate: Add Diamond Rapids support (Michael Petlan) [RHEL-115123] +- perf/x86/intel/cstate: Add Nova Lake support (Michael Petlan) [RHEL-120358] +- perf/x86/intel/cstate: Add Wildcat Lake support (Michael Petlan) [RHEL-95669] + * Tue Aug 18 2026 CKI KWF Bot [5.14.0-739.el9] - mm/vmscan: fix hard LOCKUP in function isolate_lru_folios (Aristeu Rozanski) [RHEL-153668] - posix-cpu-timers: Prevent UAF caused by non-leader exec() race (Waiman Long) [RHEL-227838] {CVE-2026-64560} diff --git a/sources b/sources index b50adc3b8..baec78a1b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-739.el9.tar.xz) = 9a18f455f4173b6d9dc9e38b1a359276a7ee9a66d4a4a230d92af9599357864f2b3774535cb48889bbaf1fd3e592dd97d8f09e589b0a6d3a6ec52972ba15a657 -SHA512 (kernel-abi-stablelists-5.14.0-739.el9.tar.bz2) = f131d02a9a189b1a9e7798cc7d953d86fd698926745aecdf1a02b58cf65f1c563006d7e3bbeb3f5692787f39ea9d38a1525de5c13180537ee23bf8d7d66283b6 -SHA512 (kernel-kabi-dw-5.14.0-739.el9.tar.bz2) = 948c3d6e2bbc667ecb68e1e51374476c3014c52e33cda3347bbfdfffd88286932a7f495dfe4d6f0ae8e3ffd94277266d5375a19ed373ea5775fc7135d81a0e47 +SHA512 (linux-5.14.0-740.el9.tar.xz) = 462c8fe2ca5ed70bb50330f0c4096c55f8e3993df0f51a67ed6560252d24625d6c2175e715def894230ce11cd31af5d15e75ea13063830b54779d653e7224a4e +SHA512 (kernel-abi-stablelists-5.14.0-740.el9.tar.bz2) = 6a5f41a72d0bfab4a875e8c37c2466c7d7e63b71ed80176d031d6e0979581729b00445e3e90b52ea8b1f788b2e6d50c042aad5d2dab9382d2bc87365e820260f +SHA512 (kernel-kabi-dw-5.14.0-740.el9.tar.bz2) = 091e1bc255eb492f0a584bdace402ecac47ed81dbcd40ace2fa66a1cfb0622b2162d33b5775780335d0248784b7d1cb650ce94dcfa93eb99fd9a7f0b0546a913