CVE-2026-64171
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/07/2026
Last modified:
19/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
i2c: tegra: fix pm_runtime leak on mutex_lock failure<br />
<br />
If tegra_i2c_mutex_lock() fails, the function returns without calling<br />
pm_runtime_put(), leaking the runtime PM reference acquired by the<br />
preceding pm_runtime_get_sync(). This prevents the device from ever<br />
entering runtime suspend.<br />
<br />
Add the missing pm_runtime_put() before returning on lock failure.



