Bug 2324631 (CVE-2024-50181) - CVE-2024-50181 kernel: clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
Summary: CVE-2024-50181 kernel: clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for ...
Keywords:
Status: NEW
Alias: CVE-2024-50181
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2324664
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-08 13:49 UTC by OSIDB Bzimport
Modified: 2025-06-18 10:52 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-08 13:49:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D

For i.MX7D DRAM related mux clock, the clock source change should ONLY
be done done in low level asm code without accessing DRAM, and then
calling clk API to sync the HW clock status with clk tree, it should never
touch real clock source switch via clk API, so CLK_SET_PARENT_GATE flag
should NOT be added, otherwise, DRAM's clock parent will be disabled when
DRAM is active, and system will hang.

Comment 2 TEJ RATHI 2025-05-16 05:13:58 UTC
This CVE has been rejected upstream: https://lore.kernel.org/linux-cve-announce/2025030354-REJECTED-88bf@gregkh/


Note You need to log in before you can comment on or make changes to this bug.