CVE-2026-64171
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
19/07/2026
Descripción
*** Pendiente de traducción *** 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.



