PT-2026-39107 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-21
·
CVE-2026-43446
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A deadlock occurs during the runtime suspend process in the
accel/amdxdna component when a job is pending. The runtime suspend callback attempts to drain the running job workqueue before suspending the device. If a job is executing and calls the pm runtime resume and get() function, it can conflict with the runtime suspend path, leading to a system deadlock.Recommendations
Move the
pm runtime resume and get() function from the job execution routine to the job submission routine to ensure the device is resumed before the job is queued.Fix
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel