From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: MAINTAINERS: adjust file entry in GPU BUDDY ALLOCATOR Date: Thu, 12 Mar 2026 07:19:00 +1000 Message-ID: In-Reply-To: <20260311043314.265627-1-lukas.bulwahn@redhat.com> References: <20260311043314.265627-1-lukas.bulwahn@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: MAINTAINERS: adjust file entry in GPU BUDDY ALLOCATOR Author: Lukas Bulwahn Patches: 4 Reviewed: 2026-03-12T07:19:00.950819 --- This is a single, straightforward MAINTAINERS fix. The patch correctly identifies a typo introduced when the buddy allocator was split across files: the MAINTAINERS entry references `drivers/gpu/drm_buddy.c` (missing the `/drm/` directory level), which does not exist. The correct path is `drivers/gpu/drm/drm_buddy.c`. The fix is accurate and verified against the kernel tree. As a bonus, the patch also alphabetically sorts the file entries, which is consistent with MAINTAINERS conventions. **Verdict: Correct and ready to merge.** --- Generated by Claude Code Patch Reviewer