Linus Torvalds uses AI to debug an Intel GPU driver bug Linus Torvalds fixed a one-line bug in the Linux kernel's Xe Intel GPU driver that caused random screen corruption and job timeouts, after spending a day debugging the issue. The bug, introduced two years ago in commit 37173392741c, rounded up the CCS memory address to the nearest 128kB boundary, causing the driver to use memory that wasn't aligned, leading to corruption when used for GPU page tables. Torvalds committed the fix as commit 818bebeb63dd ("drm/xe: Don't hand out the flat CCS storage as usable VRAM"). drm: xe: Kernel-submitted job timed out Linus Torvalds torvalds at linux-foundation.org Fri Aug 21 03:50:44 UTC 2026 Previous message by thread : drm: xe: Kernel-submitted job timed out Next message by thread : PATCH v4 0/5 powervr: MT8173 GPU support Messages sorted by: date thread subject author On Tue, 18 Aug 2026 at 23:55, Linus Torvalds