CVE-2026-43446
Received Received - Intake
Runtime Suspend Deadlock in AMDXDNA Linux Kernel Driver

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still executing and calls pm_runtime_resume_and_get(), it can deadlock with the runtime suspend path. Fix this by moving pm_runtime_resume_and_get() from the job execution routine to the job submission routine, ensuring the device is resumed before the job is queued and avoiding the deadlock during runtime suspend.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-05-09
AI Q&A
2026-05-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's amdxdna accelerator component. It involves a deadlock situation during runtime suspend when there is a pending job. Specifically, the runtime suspend callback tries to drain the running job workqueue before suspending the device. However, if a job is still executing and calls pm_runtime_resume_and_get(), it can cause a deadlock with the runtime suspend process.

The fix moves the pm_runtime_resume_and_get() call from the job execution routine to the job submission routine. This ensures the device is resumed before the job is queued, thereby avoiding the deadlock during runtime suspend.


How can this vulnerability impact me? :

This vulnerability can cause a deadlock in the Linux kernel when the system attempts to suspend a device while a job is still running and interacting with power management routines. This deadlock can lead to system hangs or freezes during runtime suspend operations, potentially affecting system stability and availability.


What immediate steps should I take to mitigate this vulnerability?

The vulnerability is fixed by updating the Linux kernel to a version where the runtime suspend deadlock in the accel/amdxdna driver is resolved.

Specifically, the fix involves moving the pm_runtime_resume_and_get() call from the job execution routine to the job submission routine to avoid deadlocks during runtime suspend.

Therefore, the immediate mitigation step is to apply the kernel update that includes this fix.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart