You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
sdma page table
About this tag
The sdma page table tag covers content related to the System DMA (SDMA) page table update path in the AMDGPU Linux kernel driver. A key topic is CVE-2022-50393, a vulnerability fix that replaced a locked iterator with an unlocked iterator in an SDMA page-table update path. This change affects kernel locking semantics, GPU/CPU synchronization for Shared Virtual Memory (SVM), and how distributions classify device-driver fixes. Discussions include the implications for kernel stability, the AMDGPU driver's SDMA engine, and the broader impact on Linux kernel security and performance. The tag is relevant for developers and IT professionals working with AMD graphics hardware, kernel debugging, or GPU memory management.
A small change in the Linux kernel’s AMDGPU driver has been tracked as CVE-2022-50393 — a fix that replaces a locked iterator with an unlocked iterator in an SDMA page-table update path — but the implications reach beyond a single warning message, touching kernel locking semantics, GPU/CPU...