In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend
We do not directly enable/disable VCN IRQ in vcn 5.0.0.
And we do not handle the IRQ state as well. So the calls to
disable IRQ and set state are removed. This effectively gets
rid of the warining of
"WARN_ON(!amdgpu_irq_enabled(adev, src, type))"
in amdgpu_irq_put().
References
Configurations
History
No history.
Information
Published : 2024-09-27 13:15
Updated : 2024-11-20 17:34
NVD link : CVE-2024-46820
Mitre link : CVE-2024-46820
CVE.ORG link : CVE-2024-46820
JSON object : View
Products Affected
linux
- linux_kernel
CWE