From: Lukas Bulwahn Date: Wed, 11 Mar 2026 04:33:14 +0000 (+0100) Subject: MAINTAINERS: adjust file entry in GPU BUDDY ALLOCATOR X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c753c18754acf71d0355f2495483df0defe574c8;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: adjust file entry in GPU BUDDY ALLOCATOR The commit 4a9671a03f2b ("gpu: Move DRM buddy allocator one level up (part one)") and commit ba110db8e1bc ("gpu: Move DRM buddy allocator one level up (part two)") split the majority of the file drivers/gpu/drm/drm_buddy.c into drivers/gpu/buddy.c, with some pieces remaining in the original location drivers/gpu/drm/drm_buddy.c. The commits also adjust the file entries in the GPU BUDDY ALLOCATOR section, but as part of that, change the file entry to the non-existing file drivers/gpu/drm_buddy.c instead of keeping the reference to the existing file drivers/gpu/drm/drm_buddy.c. Make the file entry in GPU BUDDY ALLOCATOR refer to the intended existing file. While at it, order the file entries in this section alphabetically. Signed-off-by: Lukas Bulwahn Reviewed-by: Arunpravin Paneer Selvam Reviewed-by: Joel Fernandes Link: https://patch.msgid.link/20260311043314.265627-1-lukas.bulwahn@redhat.com Signed-off-by: Maxime Ripard --- diff --git a/MAINTAINERS b/MAINTAINERS index 0a21109e5274c..35c1edb67551c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8925,11 +8925,11 @@ R: Christian Koenig L: dri-devel@lists.freedesktop.org S: Maintained T: git https://gitlab.freedesktop.org/drm/misc/kernel.git -F: drivers/gpu/drm_buddy.c F: drivers/gpu/buddy.c +F: drivers/gpu/drm/drm_buddy.c F: drivers/gpu/tests/gpu_buddy_test.c -F: include/linux/gpu_buddy.h F: include/drm/drm_buddy.h +F: include/linux/gpu_buddy.h DRM AUTOMATED TESTING M: Helen Koike