3 matches found
CVE-2024-27002 clk: mediatek: Do a runtime PM get on controllers during probe
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following call stack: CPU0: genpdlock -- clkpreparelock...
CVE-2024-27002
CVE-2024-27002 affects the Linux kernel mediatek clock controllers. Root cause: a mutual dependency between mt8183-mfgcfg and genpd during probing could deadlock with a runtime PM path. The fix: perform a runtime PM get on controllers during probe to ensure clk_register() does not acquire the gen...
PT-2024-21610
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a mutual dependency between mt8183-mfgcfg and genpd during the probing stage, leading to a deadlock. The deadlock occurs in the call stack involving genpd lock an...