INFRA Signal 433
AI-assisted patch from Linus Torvalds corrects Intel GPU driver CCS offset rounding
Linus Torvalds used AI to debug and fix an Intel GPU driver bug, changing the CCS offset rounding and assertion in xe_vram.c.
The fix prevents incorrect memory allocation in Intel GPUs when the memory base is not 128K aligned. It also highlights the potential role of AI in kernel debugging, though this is based on a single feed.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
The patch changes CCS offset rounding from round_up to round_down and uses a 4K alignment.
The assertion now checks that CCS does not overlap GSM instead of comparing for equality.
The old equality check could not fail because both values were 128K aligned, hiding the bug.
THE CLUSTER