Vulnerabilities
- CVSS
- 4.7 Medium
- Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H- EPSS
- 0.11%
- Risk score
- 0.8
- Published
- 2025-12-16
- Status
- Published
In the Linux kernel, the following vulnerability has been resolved:
drm/radeon: delete radeon_fence_process in is_signaled, no deadlock
Delete the attempt to progress the queue when checking if fence is
signaled. This avoids deadlock.
dma-fence_ops::signaled can be called with the fence lock in unknown
state. For radeon, the fence lock is also the wait queue lock. This can
cause a self deadlock when signaled() tries to make forward progress on
the wait queue. But advancing the queue is unneeded because incorrectly
returning false from signaled() is perfectly acceptable.
(cherry picked from commit 527ba26e50ec2ca2be9c7c82f3ad42998a75d0db)
A flaw was identified in the Linux kernel’s Radeon DRM driver involving self-deadlock risk when checking whether a dma_fence_ops::signaled fence has been signaled. In certain execution paths, the fence lock is also the wait queue lock for Radeon, and attempting to make forward progress on the wait queue while holding an unknown-state fence lock could result in a self-deadlock. Upstream patches remove the unnecessary queue progress attempt during the is_signaled check, eliminating the deadlock scenario while still correctly handling false signal results
Coverage 1
threat-intel
Multiple vulnerabilities have been discovered in the SUSE Linux kernel. These vulnerabilities can lead to data confidentiality and integrity breaches, policy circumvention, and denial of service conditions. The affected…
Advisories and references