In the Linux kernel, the following vulnerability has been resolved:
mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get() as pm_runtime_get_sync() will increase the refcnt even when it returns an error.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | - | 5.4.235 |
| linux / linux_kernel | 5.5 | 5.10.173 |
| linux / linux_kernel | 5.11 | 5.15.100 |
| linux / linux_kernel | 5.16 | 6.1.18 |
| linux / linux_kernel | 6.2 | 6.2.5 |