Security Advisory

CVE-2026-31462

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-04-22 13:53:53
Last updated 2026-05-11 22:09:11
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent immediate PASID reuse case PASID resue could cause interrupt issue when process immediately runs into hw state left by previous process exited with the same PASID, its possible that page faults are still pending in the IH ring buffer when the process exits and frees up its PASID. To prevent the case, it uses idr cyclic allocator same as kernel pids. (cherry picked from commit 8f1de51f49be692de137c8525106e0fce2d1912d)