[PATCH v2 6/6] MAINTAINERS: Add entry for Rust dma-buf

From: Philipp Stanner

Date: Tue Jun 16 2026 - 04:29:50 EST


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@xxxxxxxxxx>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2e8d160babc2..5d4289099771 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7521,6 +7521,7 @@ F: fs/dlm/
DMA BUFFER SHARING FRAMEWORK
M: Sumit Semwal <sumit.semwal@xxxxxxxxxx>
M: Christian König <christian.koenig@xxxxxxx>
+M: Philipp Stanner <phasta@xxxxxxxxxx>
L: linux-media@xxxxxxxxxxxxxxx
L: dri-devel@xxxxxxxxxxxxxxxxxxxxx
L: linaro-mm-sig@xxxxxxxxxxxxxxxx (moderated for non-subscribers)
@@ -7534,6 +7535,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
--
2.54.0