From 5150d3a8157da1e3a9b502381c493d10d528667d Mon Sep 17 00:00:00 2001 From: Patrick Talbert Date: Mon, 17 Feb 2025 12:00:40 -0500 Subject: [PATCH] [redhat] kernel-5.14.0-570.el9 Signed-off-by: Patrick Talbert --- Makefile.rhelver | 2 +- redhat/kernel.changelog-9.6 | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 105d44be1367..ca21fdee4907 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 6 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 569 +RHEL_RELEASE = 570 # # ZSTREAM diff --git a/redhat/kernel.changelog-9.6 b/redhat/kernel.changelog-9.6 index 16aed7dcc6d9..fa09b6f39ca6 100644 --- a/redhat/kernel.changelog-9.6 +++ b/redhat/kernel.changelog-9.6 @@ -1,3 +1,26 @@ +* Mon Feb 17 2025 Patrick Talbert [5.14.0-570.el9] +- rhel-9: gate on kernel-qe tests results not cki ones (Bruno Goncalves) +- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78682] {CVE-2025-21689} +- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78307] +- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77237] {CVE-2025-21668} +- vsock/virtio: discard packets if the transport changes (CKI Backport Bot) [RHEL-77228] {CVE-2025-21669} +- s390/mm/hugetlbfs: Add missing includes (Aristeu Rozanski) [RHEL-74362] +- s390/mm: Add PTE_MARKER support for hugetlbfs mappings (Aristeu Rozanski) [RHEL-74362] +- s390/mm: Introduce region-third and segment table swap entries (Aristeu Rozanski) [RHEL-74362] +- s390/mm: Introduce region-third and segment table entry present bits (Aristeu Rozanski) [RHEL-74362] +- s390/mm: Rearrange region-third and segment table entry SW bits (Aristeu Rozanski) [RHEL-74362] +- s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() (Aristeu Rozanski) [RHEL-74362] +- s390/pgtable: Switch read and write softbits for puds (Aristeu Rozanski) [RHEL-74362] +- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-75840] {CVE-2024-56611} +- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker (Waiman Long) [RHEL-74107] {CVE-2024-57888} +- ovl: Filter invalid inodes with missing lookup function (Miklos Szeredi) [RHEL-72307] {CVE-2024-56570} +- pmdomain: imx93-blk-ctrl: correct remove path (CKI Backport Bot) [RHEL-70045] {CVE-2024-53134} +- i2c: tegra: Do not mark ACPI devices as irq safe (Mark Salter) [RHEL-50601] +- i2c: tegra: allow VI support to be compiled out (Mark Salter) [RHEL-50601] +- i2c: tegra: allow DVC support to be compiled out (Mark Salter) [RHEL-50601] +- i40e: fix race condition by adding filter's intermediate sync state (CKI Backport Bot) [RHEL-68274] {CVE-2024-53088} +Resolves: RHEL-50601, RHEL-68274, RHEL-70045, RHEL-72307, RHEL-74107, RHEL-74362, RHEL-75840, RHEL-77228, RHEL-77237, RHEL-78307, RHEL-78682 + * Fri Feb 14 2025 Patrick Talbert [5.14.0-569.el9] - scsi: ufs: core: Store min and max clk freq from OPP table (Radu Rendec) [RHEL-79078] - scsi: ufs: core: Cancel RTC work during ufshcd_remove() (Radu Rendec) [RHEL-79078]