CVE-2026-68109 fixes a Linux AMDGPU failure mode in which the sdma_v7_1 driver could deliberately take down the entire kernel after detecting an unexpected fence-memory alignment condition. The patch replaces two fatal BUG_ON() assertions with WARN_ON() calls in...