Skip to content

Commit 5150d3a

Browse files
committed
[redhat] kernel-5.14.0-570.el9
Signed-off-by: Patrick Talbert <[email protected]>
1 parent c7efce7 commit 5150d3a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Makefile.rhelver

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 6
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 569
15+
RHEL_RELEASE = 570
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
* Mon Feb 17 2025 Patrick Talbert <[email protected]> [5.14.0-570.el9]
2+
- rhel-9: gate on kernel-qe tests results not cki ones (Bruno Goncalves)
3+
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78682] {CVE-2025-21689}
4+
- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78307]
5+
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77237] {CVE-2025-21668}
6+
- vsock/virtio: discard packets if the transport changes (CKI Backport Bot) [RHEL-77228] {CVE-2025-21669}
7+
- s390/mm/hugetlbfs: Add missing includes (Aristeu Rozanski) [RHEL-74362]
8+
- s390/mm: Add PTE_MARKER support for hugetlbfs mappings (Aristeu Rozanski) [RHEL-74362]
9+
- s390/mm: Introduce region-third and segment table swap entries (Aristeu Rozanski) [RHEL-74362]
10+
- s390/mm: Introduce region-third and segment table entry present bits (Aristeu Rozanski) [RHEL-74362]
11+
- s390/mm: Rearrange region-third and segment table entry SW bits (Aristeu Rozanski) [RHEL-74362]
12+
- s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() (Aristeu Rozanski) [RHEL-74362]
13+
- s390/pgtable: Switch read and write softbits for puds (Aristeu Rozanski) [RHEL-74362]
14+
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-75840] {CVE-2024-56611}
15+
- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker (Waiman Long) [RHEL-74107] {CVE-2024-57888}
16+
- ovl: Filter invalid inodes with missing lookup function (Miklos Szeredi) [RHEL-72307] {CVE-2024-56570}
17+
- pmdomain: imx93-blk-ctrl: correct remove path (CKI Backport Bot) [RHEL-70045] {CVE-2024-53134}
18+
- i2c: tegra: Do not mark ACPI devices as irq safe (Mark Salter) [RHEL-50601]
19+
- i2c: tegra: allow VI support to be compiled out (Mark Salter) [RHEL-50601]
20+
- i2c: tegra: allow DVC support to be compiled out (Mark Salter) [RHEL-50601]
21+
- i40e: fix race condition by adding filter's intermediate sync state (CKI Backport Bot) [RHEL-68274] {CVE-2024-53088}
22+
Resolves: RHEL-50601, RHEL-68274, RHEL-70045, RHEL-72307, RHEL-74107, RHEL-74362, RHEL-75840, RHEL-77228, RHEL-77237, RHEL-78307, RHEL-78682
23+
124
* Fri Feb 14 2025 Patrick Talbert <[email protected]> [5.14.0-569.el9]
225
- scsi: ufs: core: Store min and max clk freq from OPP table (Radu Rendec) [RHEL-79078]
326
- scsi: ufs: core: Cancel RTC work during ufshcd_remove() (Radu Rendec) [RHEL-79078]

0 commit comments

Comments
 (0)