kernel-5.14.0-574.el9
* Thu Mar 20 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-574.el9]
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
- selftests/mm: hugetlb_fault_after_madv: use default hugetlb page size (David Hildenbrand) [RHEL-60023]
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81375] {CVE-2024-57988}
- list: fix a data-race around ep->rdllist (Jan Stancek) [RHEL-80985] {CVE-2022-49443}
- Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() (CKI Backport Bot) [RHEL-81268] {CVE-2024-57987}
- RDMA/nldev: Set error code in rdma_nl_notify_event (Kamal Heib) [RHEL-77880]
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Kamal Heib) [RHEL-77880]
- IB/cm: Rework sending DREQ when destroying a cm_id (Kamal Heib) [RHEL-77880]
- IB/cm: Do not hold reference on cm_id unless needed (Kamal Heib) [RHEL-77880]
- IB/cm: Explicitly mark if a response MAD is a retransmission (Kamal Heib) [RHEL-77880]
- RDMA/nldev: Add IB device and net device rename events (Kamal Heib) [RHEL-77880]
- RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (Kamal Heib) [RHEL-77880]
- RDMA/core: Add device ufile cleanup operation (Kamal Heib) [RHEL-77880]
- RDMA: Use ethtool string helpers (Kamal Heib) [RHEL-77880]
- RDMA/ipoib: Use the networking stack default for txqueuelen (Kamal Heib) [RHEL-77880]
- RDMA/srpt: Make slab cache names unique (Kamal Heib) [RHEL-77880]
- efi: Add iMac Pro 2017 to uefi skip cert quirk (Coiby Xu) [RHEL-80989]
- efi: Correct Macmini DMI match in uefi cert quirk (Coiby Xu) [RHEL-80989]
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (CKI Backport Bot) [RHEL-80989] {CVE-2022-49357}
- NFSD: fix hang in nfsd4_shutdown_callback (Olga Kornievskaia) [RHEL-81291] {CVE-2025-21795}
- ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params (CKI Backport Bot) [RHEL-81439] {CVE-2024-58012}
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (CKI Backport Bot) [RHEL-82489] {CVE-2025-21826}
- usbnet: fix memory leak in error case (CKI Backport Bot) [RHEL-80848] {CVE-2022-49657}
- crypto: tegra - do not transfer req when tegra init fails (CKI Backport Bot) [RHEL-82476] {CVE-2024-58075}
- RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Validate address map when information is gathered (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Expand helpers for adding and removing base and hole (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Read DRAM hole base early (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (Aristeu Rozanski) [RHEL-22697]
- configs: enable IVPU driver on RHEL (Karol Herbst) [RHEL-38583]
- accel: add build system changes (Karol Herbst) [RHEL-38583]
- accel: backport ivpu driver from v6.12 (Karol Herbst) [RHEL-38583]
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
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
47c905b5f6
commit
71272f6ecc
@ -12,7 +12,7 @@ RHEL_MINOR = 7
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 573
|
||||
RHEL_RELEASE = 574
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
||||
@ -1404,6 +1404,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1396,6 +1396,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1402,6 +1402,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1394,6 +1394,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1422,6 +1422,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1414,6 +1414,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1420,6 +1420,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1412,6 +1412,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1177,6 +1177,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1169,6 +1169,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1181,6 +1181,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1173,6 +1173,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1178,6 +1178,8 @@ CONFIG_DPLL=y
|
||||
# CONFIG_DPS310 is not set
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL is not set
|
||||
# CONFIG_DRM_ACCEL_IVPU is not set
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1247,6 +1247,9 @@ CONFIG_DPTF_PCH_FIVR=m
|
||||
CONFIG_DPTF_POWER=m
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL_IVPU_DEBUG is not set
|
||||
CONFIG_DRM_ACCEL_IVPU=m
|
||||
CONFIG_DRM_ACCEL=y
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1239,6 +1239,9 @@ CONFIG_DPTF_PCH_FIVR=m
|
||||
CONFIG_DPTF_POWER=m
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL_IVPU_DEBUG is not set
|
||||
CONFIG_DRM_ACCEL_IVPU=m
|
||||
CONFIG_DRM_ACCEL=y
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1267,6 +1267,9 @@ CONFIG_DPTF_PCH_FIVR=m
|
||||
CONFIG_DPTF_POWER=m
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL_IVPU_DEBUG is not set
|
||||
CONFIG_DRM_ACCEL_IVPU=m
|
||||
CONFIG_DRM_ACCEL=y
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1259,6 +1259,9 @@ CONFIG_DPTF_PCH_FIVR=m
|
||||
CONFIG_DPTF_POWER=m
|
||||
# CONFIG_DRAGONRISE_FF is not set
|
||||
CONFIG_DRIVER_PE_KUNIT_TEST=m
|
||||
# CONFIG_DRM_ACCEL_IVPU_DEBUG is not set
|
||||
CONFIG_DRM_ACCEL_IVPU=m
|
||||
CONFIG_DRM_ACCEL=y
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
# CONFIG_DRM_AMD_DC_HDCP is not set
|
||||
# CONFIG_DRM_AMD_DC_SI is not set
|
||||
|
||||
@ -1,3 +1,40 @@
|
||||
* Thu Mar 20 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-574.el9]
|
||||
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
|
||||
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
|
||||
- selftests/mm: hugetlb_fault_after_madv: use default hugetlb page size (David Hildenbrand) [RHEL-60023]
|
||||
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81375] {CVE-2024-57988}
|
||||
- list: fix a data-race around ep->rdllist (Jan Stancek) [RHEL-80985] {CVE-2022-49443}
|
||||
- Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() (CKI Backport Bot) [RHEL-81268] {CVE-2024-57987}
|
||||
- RDMA/nldev: Set error code in rdma_nl_notify_event (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Kamal Heib) [RHEL-77880]
|
||||
- IB/cm: Rework sending DREQ when destroying a cm_id (Kamal Heib) [RHEL-77880]
|
||||
- IB/cm: Do not hold reference on cm_id unless needed (Kamal Heib) [RHEL-77880]
|
||||
- IB/cm: Explicitly mark if a response MAD is a retransmission (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/nldev: Add IB device and net device rename events (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/core: Add device ufile cleanup operation (Kamal Heib) [RHEL-77880]
|
||||
- RDMA: Use ethtool string helpers (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/ipoib: Use the networking stack default for txqueuelen (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/srpt: Make slab cache names unique (Kamal Heib) [RHEL-77880]
|
||||
- efi: Add iMac Pro 2017 to uefi skip cert quirk (Coiby Xu) [RHEL-80989]
|
||||
- efi: Correct Macmini DMI match in uefi cert quirk (Coiby Xu) [RHEL-80989]
|
||||
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (CKI Backport Bot) [RHEL-80989] {CVE-2022-49357}
|
||||
- NFSD: fix hang in nfsd4_shutdown_callback (Olga Kornievskaia) [RHEL-81291] {CVE-2025-21795}
|
||||
- ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params (CKI Backport Bot) [RHEL-81439] {CVE-2024-58012}
|
||||
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (CKI Backport Bot) [RHEL-82489] {CVE-2025-21826}
|
||||
- usbnet: fix memory leak in error case (CKI Backport Bot) [RHEL-80848] {CVE-2022-49657}
|
||||
- crypto: tegra - do not transfer req when tegra init fails (CKI Backport Bot) [RHEL-82476] {CVE-2024-58075}
|
||||
- RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Validate address map when information is gathered (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Expand helpers for adding and removing base and hole (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Read DRAM hole base early (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (Aristeu Rozanski) [RHEL-22697]
|
||||
- configs: enable IVPU driver on RHEL (Karol Herbst) [RHEL-38583]
|
||||
- accel: add build system changes (Karol Herbst) [RHEL-38583]
|
||||
- accel: backport ivpu driver from v6.12 (Karol Herbst) [RHEL-38583]
|
||||
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
|
||||
|
||||
* Mon Mar 17 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-573.el9]
|
||||
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818]
|
||||
- Revert "mm: add vma_has_recency()" (Luiz Capitulino) [RHEL-80655]
|
||||
@ -124,7 +161,7 @@
|
||||
- tracing/histograms: Add histograms to hist_vars if they have referenced variables (Tomas Glozar) [RHEL-81911]
|
||||
- Documentation/sysctl: Add timer_migration to kernel.rst (Phil Auld) [RHEL-11707]
|
||||
- netfilter: nfnetlink_queue: drop bogus WARN_ON (Florian Westphal) [RHEL-80104]
|
||||
Resolves: RHEL-11707, RHEL-22695, RHEL-47438, RHEL-52657, RHEL-70669, RHEL-73049, RHEL-73892, RHEL-80104, RHEL-80215, RHEL-80660, RHEL-80832, RHEL-81472, RHEL-81911, RHEL-82537, RHEL-83546
|
||||
Resolves: RHEL-11707, RHEL-21980, RHEL-22695, RHEL-47438, RHEL-49958, RHEL-52657, RHEL-6641, RHEL-68688, RHEL-70669, RHEL-71914, RHEL-73049, RHEL-73892, RHEL-74219, RHEL-75512, RHEL-75514, RHEL-75864, RHEL-77115, RHEL-77122, RHEL-78429, RHEL-78974, RHEL-79112, RHEL-79818, RHEL-80104, RHEL-80215, RHEL-80527, RHEL-80628, RHEL-80655, RHEL-80660, RHEL-80748, RHEL-80832, RHEL-81472, RHEL-81911, RHEL-82537, RHEL-83546, RHEL-9309
|
||||
|
||||
* Wed Mar 12 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-572.el9]
|
||||
- sched: Don't define sched_clock_irqtime as static key (Phil Auld) [RHEL-78821]
|
||||
@ -722,6 +759,12 @@ Resolves: RHEL-58876, RHEL-62922, RHEL-63824, RHEL-68164, RHEL-72430, RHEL-73514
|
||||
- ice: c827: move wait for FW to ice_init_hw() (Petr Oros) [RHEL-63642]
|
||||
Resolves: RHEL-21061, RHEL-61357, RHEL-62750, RHEL-63629, RHEL-63642, RHEL-66942, RHEL-67470, RHEL-67693, RHEL-67999, RHEL-68562, RHEL-68997, RHEL-72057, RHEL-72261, RHEL-72325, RHEL-73626, RHEL-73706, RHEL-74191, RHEL-75544, RHEL-75854, RHEL-75869, RHEL-75923, RHEL-76350, RHEL-77202, RHEL-77216, RHEL-77266, RHEL-77310, RHEL-77891, RHEL-77915, RHEL-78507, RHEL-79553, RHEL-79669, RHEL-79808, RHEL-79811, RHEL-79813, RHEL-80849, RHEL-80861, RHEL-81000
|
||||
|
||||
* Tue Mar 18 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.5.1.el9_6]
|
||||
- configs: enable IVPU driver on RHEL (Karol Herbst) [RHEL-38583]
|
||||
- accel: add build system changes (Karol Herbst) [RHEL-38583]
|
||||
- accel: backport ivpu driver from v6.12 (Karol Herbst) [RHEL-38583]
|
||||
Resolves: RHEL-38583
|
||||
|
||||
* Fri Mar 14 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-570.4.1.el9_6]
|
||||
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818]
|
||||
- Revert "mm: add vma_has_recency()" (Luiz Capitulino) [RHEL-80655]
|
||||
|
||||
44
kernel.spec
44
kernel.spec
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 573
|
||||
%define pkgrelease 574
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-573.el9
|
||||
%define tarfile_release 5.14.0-574.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 573%{?buildid}%{?dist}
|
||||
%define specrelease 574%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-573.el9
|
||||
%define kabiversion 5.14.0-574.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3785,6 +3785,42 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Mar 20 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-574.el9]
|
||||
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
|
||||
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
|
||||
- selftests/mm: hugetlb_fault_after_madv: use default hugetlb page size (David Hildenbrand) [RHEL-60023]
|
||||
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81375] {CVE-2024-57988}
|
||||
- list: fix a data-race around ep->rdllist (Jan Stancek) [RHEL-80985] {CVE-2022-49443}
|
||||
- Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() (CKI Backport Bot) [RHEL-81268] {CVE-2024-57987}
|
||||
- RDMA/nldev: Set error code in rdma_nl_notify_event (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Kamal Heib) [RHEL-77880]
|
||||
- IB/cm: Rework sending DREQ when destroying a cm_id (Kamal Heib) [RHEL-77880]
|
||||
- IB/cm: Do not hold reference on cm_id unless needed (Kamal Heib) [RHEL-77880]
|
||||
- IB/cm: Explicitly mark if a response MAD is a retransmission (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/nldev: Add IB device and net device rename events (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/core: Add device ufile cleanup operation (Kamal Heib) [RHEL-77880]
|
||||
- RDMA: Use ethtool string helpers (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/ipoib: Use the networking stack default for txqueuelen (Kamal Heib) [RHEL-77880]
|
||||
- RDMA/srpt: Make slab cache names unique (Kamal Heib) [RHEL-77880]
|
||||
- efi: Add iMac Pro 2017 to uefi skip cert quirk (Coiby Xu) [RHEL-80989]
|
||||
- efi: Correct Macmini DMI match in uefi cert quirk (Coiby Xu) [RHEL-80989]
|
||||
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (CKI Backport Bot) [RHEL-80989] {CVE-2022-49357}
|
||||
- NFSD: fix hang in nfsd4_shutdown_callback (Olga Kornievskaia) [RHEL-81291] {CVE-2025-21795}
|
||||
- ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params (CKI Backport Bot) [RHEL-81439] {CVE-2024-58012}
|
||||
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (CKI Backport Bot) [RHEL-82489] {CVE-2025-21826}
|
||||
- usbnet: fix memory leak in error case (CKI Backport Bot) [RHEL-80848] {CVE-2022-49657}
|
||||
- crypto: tegra - do not transfer req when tegra init fails (CKI Backport Bot) [RHEL-82476] {CVE-2024-58075}
|
||||
- RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Validate address map when information is gathered (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Expand helpers for adding and removing base and hole (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Read DRAM hole base early (Aristeu Rozanski) [RHEL-22697]
|
||||
- RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (Aristeu Rozanski) [RHEL-22697]
|
||||
- configs: enable IVPU driver on RHEL (Karol Herbst) [RHEL-38583]
|
||||
- accel: add build system changes (Karol Herbst) [RHEL-38583]
|
||||
- accel: backport ivpu driver from v6.12 (Karol Herbst) [RHEL-38583]
|
||||
|
||||
* Mon Mar 17 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-573.el9]
|
||||
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818]
|
||||
- Revert "mm: add vma_has_recency()" (Luiz Capitulino) [RHEL-80655]
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-573.el9.tar.xz) = 252c8f9557806ead1006f1a33c539dbcd10c3f8ea84fd9fac498ad20fdec2ee59b4e65b792e865e526ebb572a1923ea66d64879169d324b57de1a3261464c099
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-573.el9.tar.bz2) = 385a5cdd6e56180378c3f1b4cbdbb85f5ccf317c4c30d63e14a75085ec1c77afab71f4e719af9e36eac5f8becf96f8f0c6bfe71cd63c1778216ae3da93152350
|
||||
SHA512 (kernel-kabi-dw-5.14.0-573.el9.tar.bz2) = fdc1585f269b6aef07f21b0772899224a158799e77cc1d8cd4b143fc4d1aeaf3c0165be543c3f28c3cd4879160bdb7c16ad3382183d896136650e204fa50fe27
|
||||
SHA512 (linux-5.14.0-574.el9.tar.xz) = 27d97a6c0c0c73cbeb86a89d5f5cf938e256e7c3e4f1d4567682f0bc50dc558c36f1147e03d2c48eb2a412eea764b4327fdc0f95b134f020a86d4f6a8e21bde3
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-574.el9.tar.bz2) = d1fb7de7da4d2f492a865500f6a32b1db5457face5996bccae031114956c73d942cec0f3813870158732ef7a3694d00e9b5da56b8a319dc1d1978d0ce0187640
|
||||
SHA512 (kernel-kabi-dw-5.14.0-574.el9.tar.bz2) = fdc1585f269b6aef07f21b0772899224a158799e77cc1d8cd4b143fc4d1aeaf3c0165be543c3f28c3cd4879160bdb7c16ad3382183d896136650e204fa50fe27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user