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.
amdgpu kfd
About this tag
The amdgpu kfd tag covers discussions around AMD's Kernel Fusion Driver for GPU compute, particularly in Linux environments. Recent content highlights CVE-2026-46229, a vulnerability where the KFD compute path fails to clear VRAM before allocation, posing a security risk for users of AMD GPUs in compute workloads. While this is a Linux kernel issue, it is relevant to Windows users who run Linux GPU nodes, WSL-based AI workflows, or ROCm stacks. The tag focuses on memory hygiene, driver stability, and the intersection of GPU compute with enterprise IT and security. Topics include vulnerability analysis, driver updates, and best practices for managing AMD GPU resources in mixed-OS environments.
CVE-2026-46229 is a newly published Linux kernel vulnerability, received by NVD from kernel.org on May 28, 2026, in which AMD’s KFD compute path could hand freshly allocated VRAM to userspace without first clearing stale contents from prior allocations. The bug sits at the uncomfortable...