summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stanner <phasta@kernel.org>2026-09-05 10:53:43 +0200
committerDanilo Krummrich <dakr@kernel.org>2026-09-07 19:44:25 +0200
commit7aa432f5121bea8fe96fb3cfedfbd7f4e448133a (patch)
tree1488ee5e452a6e0b5b5dab5bb6774d77616c1960
parent3282d591601949e2970b73024a00e54f0f6fdb05 (diff)
downloadlinux-next-7aa432f5121bea8fe96fb3cfedfbd7f4e448133a.tar.gz
linux-next-7aa432f5121bea8fe96fb3cfedfbd7f4e448133a.zip
MAINTAINERS: Add entry for Rust dma-buf
Rust does now have abstractions for dma_fence. These abstractions are quite complicated and require expertise with both the C and the Rust side. Therefore, using the existing entry also for maintenance of the Rust code appears reasonable. Philipp volunteers to help maintain the dma_fence abstractions. Add a corresponding MAINTAINERS entry. Signed-off-by: Philipp Stanner <phasta@kernel.org> Acked-by: Christian König <christian.koenig@amd.com> Acked-by: Sumit Semwal <sumit.semwal@linaro.org> Tested-by: Daniel Almeida <daniel.almeida@collabora.com> Acked-by: Danilo Krummrich <dakr@kernel.org> Link: https://patch.msgid.link/20260905085343.1827305-4-phasta@kernel.org Signed-off-by: Danilo Krummrich <dakr@kernel.org>
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d92c7d834693..2389df80ba50 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7681,6 +7681,7 @@ F: fs/dlm/
DMA BUFFER SHARING FRAMEWORK
M: Sumit Semwal <sumit.semwal@linaro.org>
M: Christian König <christian.koenig@amd.com>
+M: Philipp Stanner <phasta@kernel.org>
L: linux-media@vger.kernel.org
L: dri-devel@lists.freedesktop.org
L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
@@ -7694,6 +7695,8 @@ F: include/linux/dma-buf.h
F: include/linux/dma-buf/
F: include/linux/dma-resv.h
F: rust/helpers/dma-resv.c
+F: rust/helpers/dma_fence.c
+F: rust/kernel/dma_buf/
K: \bdma_(?:buf|fence|resv)\b
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
@@ -8698,7 +8701,9 @@ T: git https://gitlab.freedesktop.org/drm/rust/kernel.git
F: drivers/gpu/drm/nova/
F: drivers/gpu/drm/tyr/
F: drivers/gpu/nova-core/
+F: rust/helpers/dma_fence.c
F: rust/helpers/gpu.c
+F: rust/kernel/dma_buf/
F: rust/kernel/drm/
F: rust/kernel/gpu.rs
F: rust/kernel/gpu/