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.
cve 2022 50393
About this tag
CVE-2022-50393 is a Linux kernel vulnerability in the AMDGPU DRM driver, specifically in the SDMA page-table update path. The fix replaces a locked iterator with an unlocked iterator, addressing locking semantics and GPU/CPU synchronization for Shared Virtual Memory (SVM). This issue affects kernel stability and device-driver fix classification. Discussions on WindowsForum.com cover the technical details of the patch, its impact on kernel locking, and how distributions handle such driver fixes.
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...