CVE-2024-40965

In the Linux kernel, the following vulnerability has been resolved: i2c: lpi2c: Avoid calling clk_get_rate during transfer Instead of repeatedly calling clk_get_rate for each transfer, lock the clock rate and cache the value. A deadlock has been observed while adding tlv320aic32x4 audio codec to the system. When this clock provider adds its clock, the clk mutex is locked already, it needs to access i2c, which in return needs the mutex for clk_get_rate as well.
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

09 Dec 2024, 13:10

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/d038693e08adf9c162c6377800495e4f5a2df045 -

Information

Published : 2024-07-12 13:15

Updated : 2024-12-09 13:10


NVD link : CVE-2024-40965

Mitre link : CVE-2024-40965

CVE.ORG link : CVE-2024-40965


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-667

Improper Locking