mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
[redhat] kernel-5.14.0-736.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ RHEL_MINOR = 9
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 735
|
||||
RHEL_RELEASE = 736
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
||||
@@ -1,3 +1,47 @@
|
||||
* Tue Aug 11 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-736.el9]
|
||||
- selinux: check connect-related permissions on TCP Fast Open (CKI Backport Bot) [RHEL-222801]
|
||||
- i2c: core: fix adapter deregistration race (David Arcari) [RHEL-222902] {CVE-2026-64279}
|
||||
- Enable workaround for ARM64 ERRATUM 4118414 (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: cputype: Add NVIDIA Olympus definitions (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: errata: Mitigate TLBI errata on various Arm CPUs (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: errata: Apply workarounds for Neoverse-V3AE (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: cputype: Add Neoverse-V3AE definitions (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: cputype: Add C1-Ultra definitions (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: cputype: Add C1-Premium definitions (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- arm64: cputype: Add C1-Pro definitions (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- Clean up documentation mess left by previous backport (Mark Salter) [RHEL-183626] {CVE-2025-10263}
|
||||
- platform/x86/amd/hsmp: Clamp ioctl/send_message indices (Spectre v1) (David Arcari) [RHEL-217011]
|
||||
- pinctrl-amd: Don't clear S4 wake bits at probe (David Arcari) [RHEL-211144]
|
||||
- fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list (David Arcari) [RHEL-216442]
|
||||
- fs/resctrl: Fix use-after-free during unmount (David Arcari) [RHEL-216442]
|
||||
- fs/resctrl: Free mon_data structures on rdt_get_tree() failure (David Arcari) [RHEL-216442]
|
||||
- x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled (David Arcari) [RHEL-216442]
|
||||
- kernfs: fix suspicious RCU usage in kernfs_put() (David Arcari) [RHEL-216442]
|
||||
- KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level (Aidan Wallace) [RHEL-213339] {CVE-2026-63807}
|
||||
- KVM: nVMX: Hide shadow VMCS right after VMCLEAR (Aidan Wallace) [RHEL-213339]
|
||||
- KVM: x86: Check for invalid/obsolete root *after* making MMU pages available (Aidan Wallace) [RHEL-213339]
|
||||
- KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state (Aidan Wallace) [RHEL-213339]
|
||||
- KVM: nVMX: Add helper to put (unmap) vmcs12 pages (Paolo Bonzini) [RHEL-213339]
|
||||
- KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O (Aidan Wallace) [RHEL-211279] {CVE-2025-40026}
|
||||
- perf/arm_cspmu: nvidia: Add pmevfiltr2 support (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: nvidia: Add revision id matching (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: Add pmpidr support (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: Add callback to reset filter config (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: Add PMEVFILT2R support (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: Fix missing io.h include (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: Generalise event filtering (Charles Mirabile) [RHEL-121676]
|
||||
- perf/arm_cspmu: Move register definitons to header (Charles Mirabile) [RHEL-121676]
|
||||
- fixup! Merge: s390/entry: Scrub r12 register on kernel entry (Jan Polensky) [RHEL-191803]
|
||||
- redhat/configs: Enable Epson RX8111 RTC driver (Nirmala Dalvi) [RHEL-184760]
|
||||
- rtc: rx8111: Adapt upstream driver for kernel 5.14 (Nirmala Dalvi) [RHEL-184760]
|
||||
- rtc: rx8111: handle VLOW flag (Nirmala Dalvi) [RHEL-184760]
|
||||
- rtc: rx8111: demote warnings to debug level (Nirmala Dalvi) [RHEL-184760]
|
||||
- rtc: Add driver for Epson RX8111 (Nirmala Dalvi) [RHEL-184760]
|
||||
- ipc: limit next_id allocation to the valid ID range (Rafael Aquini) [RHEL-188213] {CVE-2026-52923}
|
||||
Resolves: RHEL-121676, RHEL-183626, RHEL-184760, RHEL-188213, RHEL-191803, RHEL-211144, RHEL-211279, RHEL-213339, RHEL-216442, RHEL-217011, RHEL-222801, RHEL-222902
|
||||
|
||||
* Mon Aug 10 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-735.el9]
|
||||
- net: openvswitch: reject oversized nested action attrs (CKI Backport Bot) [RHEL-222498] {CVE-2026-64531}
|
||||
- hung_task: explicitly report I/O wait state in log output (Luiz Capitulino) [RHEL-146503]
|
||||
|
||||
Reference in New Issue
Block a user