From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5C5ADC624D6 for ; Sat, 5 Sep 2026 08:55:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC1A910E5D1; Sat, 5 Sep 2026 08:55:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="EC9TjBFT"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id E38C510E5D1 for ; Sat, 5 Sep 2026 08:55:41 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id B63B060209; Sat, 5 Sep 2026 08:55:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2390A1F00A3D; Sat, 5 Sep 2026 08:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788598540; bh=0Mylv/zjucclPhSFWD9H4kpgBfaJoJIM1JbCqsv9PYA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=EC9TjBFTQIQLUsk0iIGli6uRHfd/+cw5DbG2qtso+MfnUkRxSMepYHZhjpm+0mntI 7g/VVps0SwoDr9ZCs1VeNWtDkWdreGKZGVCXQAxW1TJqyp7sCswd7nv6hrp3VrqjAs +53U9ycaYy2pncyWk5GfEJTAhlUQj0FvhYzqs2FAQGiutrHaZTBKyHHGfV0b+63tBv VRv0HX07kWlgebWUoDWVjd/GK9Q8EIu/0Xkebep6h06rI14iMi38wMneqSs1I0O/bF szCRrjAwW0l6eb8NOAd/OyNu9X0G4l97ooBYSzt6SmTPhAR3a0+i8dr+4a63WC2giT OyjyEAsesnV0A== From: Philipp Stanner To: Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?q?Bj=C3=B6rn=20Roy=20Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Daniel Almeida , Tamir Duberstein , Alexandre Courbot , =?UTF-8?q?Onur=20=C3=96zkan?= , Sumit Semwal , =?UTF-8?q?Christian=20K=C3=B6nig?= , Philipp Stanner , Greg Kroah-Hartman , "Yury Norov (NVIDIA)" , Asahi Lina , Burak Emir , Lorenzo Stoakes , Joel Fernandes , FUJITA Tomonori , Boris Brezillon Cc: linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [PATCH v11 2/2] MAINTAINERS: Add entry for Rust dma-buf Date: Sat, 5 Sep 2026 10:53:43 +0200 Message-ID: <20260905085343.1827305-4-phasta@kernel.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260905085343.1827305-2-phasta@kernel.org> References: <20260905085343.1827305-2-phasta@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 Acked-by: Christian König Acked-by: Sumit Semwal --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3a19da74d00c..88db6fb06042 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7680,6 +7680,7 @@ F: fs/dlm/ DMA BUFFER SHARING FRAMEWORK M: Sumit Semwal M: Christian König +M: Philipp Stanner L: linux-media@vger.kernel.org L: dri-devel@lists.freedesktop.org L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers) @@ -7693,6 +7694,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 @@ -8697,7 +8700,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/ -- 2.55.0