← Back to CVE List

CVE-2021-47051

Published: 2024-02-28T09:15Z
Last Modified: 2024-12-09T18:46Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware() pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with pm_runtime_resume_and_get to keep usage counter balanced. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt