[redhat] kernel-5.14.0-570.el9

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
This commit is contained in:
Patrick Talbert 2025-02-17 12:00:40 -05:00
parent c7efce7036
commit 5150d3a815
2 changed files with 24 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,26 @@
* Mon Feb 17 2025 Patrick Talbert <ptalbert@redhat.com> [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 <ptalbert@redhat.com> [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]