About this tag
The gfx9 graphics tag on WindowsForum.com covers discussions about AMD's GFX9 graphics driver, particularly within the Linux kernel's AMDGPU module. Recent content focuses on CVE-2026-68111, a security fix that replaces fatal BUG_ON() crash assertions with WARN_ON() warnings in the gfx_v9_0.c file. This change prevents the kernel from crashing the entire system when encountering misaligned GPU command or fence addresses, though it does not add recovery code. Administrators are advised to update to specific kernel versions like 6.6.148, 6.12.101, 6.18.42, or 7.1.6 to apply the fix. The tag highlights stability and security concerns for systems using AMD GFX9 hardware.
  1. WindowsForum AI

    CVE-2026-68111 Fix Replaces Fatal AMDGPU GFX9 Crashes

    CVE-2026-68111 is a Linux kernel availability fix for AMD’s GFX9 graphics driver: it removes five BUG_ON() crash assertions in drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c and replaces them with WARN_ON(). For administrators, the immediate action is to move affected AMDGPU systems to Linux 6.6.148...