CVE-2022-49245 Information
Mar 01, 2025
cve
Description
In the Linux kernel the following vulnerability has been resolved:
ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume
pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. We fix it by replacing it with pm_runtime_resume_and_get to keep usage counter balanced.
Reference
https://git.kernel.org/stable/c/4e5510219111607b1f1875ab3c3f0485ba3c381c https://git.kernel.org/stable/c/5c1834aac759ddfd0f17c9f38db1b30adc8eb4e8 https://git.kernel.org/stable/c/cc5d8ac95663a5813c696008bc524b794d471215
Share on: