Skip to content

Commit 0e7e3b2

Browse files
committed
[redhat] kernel-5.14.0-574.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
1 parent d32d600 commit 0e7e3b2

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 7
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 573
15+
RHEL_RELEASE = 574
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
* Thu Mar 20 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-574.el9]
2+
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
3+
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
4+
- selftests/mm: hugetlb_fault_after_madv: use default hugetlb page size (David Hildenbrand) [RHEL-60023]
5+
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81375] {CVE-2024-57988}
6+
- list: fix a data-race around ep->rdllist (Jan Stancek) [RHEL-80985] {CVE-2022-49443}
7+
- Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() (CKI Backport Bot) [RHEL-81268] {CVE-2024-57987}
8+
- RDMA/nldev: Set error code in rdma_nl_notify_event (Kamal Heib) [RHEL-77880]
9+
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Kamal Heib) [RHEL-77880]
10+
- IB/cm: Rework sending DREQ when destroying a cm_id (Kamal Heib) [RHEL-77880]
11+
- IB/cm: Do not hold reference on cm_id unless needed (Kamal Heib) [RHEL-77880]
12+
- IB/cm: Explicitly mark if a response MAD is a retransmission (Kamal Heib) [RHEL-77880]
13+
- RDMA/nldev: Add IB device and net device rename events (Kamal Heib) [RHEL-77880]
14+
- RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (Kamal Heib) [RHEL-77880]
15+
- RDMA/core: Add device ufile cleanup operation (Kamal Heib) [RHEL-77880]
16+
- RDMA: Use ethtool string helpers (Kamal Heib) [RHEL-77880]
17+
- RDMA/ipoib: Use the networking stack default for txqueuelen (Kamal Heib) [RHEL-77880]
18+
- RDMA/srpt: Make slab cache names unique (Kamal Heib) [RHEL-77880]
19+
- efi: Add iMac Pro 2017 to uefi skip cert quirk (Coiby Xu) [RHEL-80989]
20+
- efi: Correct Macmini DMI match in uefi cert quirk (Coiby Xu) [RHEL-80989]
21+
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (CKI Backport Bot) [RHEL-80989] {CVE-2022-49357}
22+
- NFSD: fix hang in nfsd4_shutdown_callback (Olga Kornievskaia) [RHEL-81291] {CVE-2025-21795}
23+
- ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params (CKI Backport Bot) [RHEL-81439] {CVE-2024-58012}
24+
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (CKI Backport Bot) [RHEL-82489] {CVE-2025-21826}
25+
- usbnet: fix memory leak in error case (CKI Backport Bot) [RHEL-80848] {CVE-2022-49657}
26+
- crypto: tegra - do not transfer req when tegra init fails (CKI Backport Bot) [RHEL-82476] {CVE-2024-58075}
27+
- RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (Aristeu Rozanski) [RHEL-22697]
28+
- RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (Aristeu Rozanski) [RHEL-22697]
29+
- RAS/AMD/ATL: Validate address map when information is gathered (Aristeu Rozanski) [RHEL-22697]
30+
- RAS/AMD/ATL: Expand helpers for adding and removing base and hole (Aristeu Rozanski) [RHEL-22697]
31+
- RAS/AMD/ATL: Read DRAM hole base early (Aristeu Rozanski) [RHEL-22697]
32+
- RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (Aristeu Rozanski) [RHEL-22697]
33+
- configs: enable IVPU driver on RHEL (Karol Herbst) [RHEL-38583]
34+
- accel: add build system changes (Karol Herbst) [RHEL-38583]
35+
- accel: backport ivpu driver from v6.12 (Karol Herbst) [RHEL-38583]
36+
Resolves: RHEL-22697, RHEL-60023, RHEL-77880, RHEL-80802, RHEL-80848, RHEL-80985, RHEL-80989, RHEL-81268, RHEL-81291, RHEL-81375, RHEL-81439, RHEL-82476, RHEL-82489
37+
138
* Mon Mar 17 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-573.el9]
239
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818]
340
- Revert "mm: add vma_has_recency()" (Luiz Capitulino) [RHEL-80655]

0 commit comments

Comments
 (0)