CVE-2026-23295 PUBLISHED

accel/amdxdna: Fix dead lock for suspend and resume

Assigner: Linux
Reserved: 13.01.2026 Published: 25.03.2026 Updated: 25.03.2026

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

accel/amdxdna: Fix dead lock for suspend and resume

When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds dev_lock and then calls pm_runtime_resume_and_get(), which waits for the ongoing suspend to complete. Meanwhile, the suspend callback attempts to acquire dev_lock and blocks, resulting in a deadlock.

Fix this by releasing dev_lock before calling pm_runtime_resume_and_get() and reacquiring it after the call completes. Also acquire dev_lock in the resume callback to keep the locking consistent.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 063db451832b8849faf1b0b8404b3a6a39995b29 to ac24537478dd8eb2fd3984b4652bb19461e5e74c (excl.)
  • affected from 063db451832b8849faf1b0b8404b3a6a39995b29 to 1aa82181a3c285c7351523d587f7981ae4c015c8 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.19 is affected
  • unaffected from 0 to 6.19 (excl.)
  • unaffected from 6.19.7 to 6.19.* (incl.)
  • unaffected from 7.0-rc2 to * (incl.)

References