Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U N N H 5.5 .0020 10.7 —
AFFECTED
Product Versions Fixed
Linux c9a6b82f45e261d247b980a7949aaa6a9bfffe01 – —
Linux 5.10 – 5.10.241
TIMELINE
May 21 Reserved by Linux
May 21 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2021-47421 (Linux). CVSS 7.8 → 5.5 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume
In current code, when a PCI error state pci_channel_io_normal is detectd,
it will report PCI_ERS_RESULT_CAN_RECOVER status to PCI driver, and PCI
driver will continue the execution of PCI resume callback report_resume by
pci_walk_bridge, and the callback will go into amdgpu_pci_resume
finally, where write lock is releasd unconditionally without acquiring
such lock first. In this case, a deadlock will happen when other threads
start to acquire the read lock.
To fix this, add a member in amdgpu_device strucutre to cache
pci_channel_state, and only continue the execution in amdgpu_pci_resume
when it's pci_channel_io_frozen.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 21, 2024 | Reserved | Reserved by Linux |
| May 21, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2021-47421 (Linux). CVSS 7.8 → 5.5 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | c9a6b82f45e261d247b980a7949aaa6a9bfffe01 | — |
| Linux | Linux | — | 5.10 | 5.10.241 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2021-47421 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.