On 12/01/2026 07:24, Arunpravin Paneer Selvam wrote:
The DRM buddy allocator is a shared DRM memory management
component used by multiple DRM drivers.
Matthew Auld and Arun Pravin have been actively involved in
maintaining this code, including patch review and functional
changes.
Add a dedicated MAINTAINERS entry to reflect the current
maintainership.
Signed-off-by: Arunpravin Paneer Selvam <[email protected]>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6169bd4d7bac..3cd69f6905ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8780,6 +8780,16 @@ T: git
https://gitlab.freedesktop.org/drm/misc/kernel.git
F: drivers/gpu/drm/ttm/
F: include/drm/ttm/
+DRM BUDDY ALLOCATOR
+M: Matthew Auld <[email protected]>
+M: Arun Pravin <[email protected]>
+R: Christian Koenig <[email protected]>
+L: [email protected]
+S: Maintained
+T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
+F: drivers/gpu/drm/drm_buddy.c
+F: include/drm/drm_buddy.h
I guess we should also add:
drivers/gpu/drm/tests/drm_buddy_test.c
?
Acked-by: Matthew Auld <[email protected]>
+
DRM AUTOMATED TESTING
M: Helen Koike <[email protected]>
M: Vignesh Raman <[email protected]>