CVE-2026-68250 fixes a Linux AMDGPU driver condition that could deliberately crash the entire kernel when the SDMA 5.2 engine was asked to emit a fence using a misaligned GPU address. The code change is tiny—two BUG_ON() assertions become WARN_ON() checks in...