CVE-2022-49650

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49650
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49650.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49650
Downstream
Related
Published
2025-02-26T07:01:40Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

dmaengine: qcom: bam_dma: fix runtime PM underflow

Commit dbad41e7bb5f ("dmaengine: qcom: bamdma: check if the runtime pm enabled") caused unbalanced pmruntimeget/put() calls when the bam is controlled remotely. This commit reverts it and just enables pmruntime in all cases, the clk_* functions already just nop when the clock is NULL.

Also clean up a bit by removing unnecessary bamclk null checks.

References

Affected packages