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 AC0D8CA1015 for ; Thu, 4 Sep 2025 11:09:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BD8C110E9AF; Thu, 4 Sep 2025 11:09:51 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="djUTHghf"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 67D9810E9AF; Thu, 4 Sep 2025 11:09:50 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 11DAF40471; Thu, 4 Sep 2025 11:09:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D192C4CEF1; Thu, 4 Sep 2025 11:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756984189; bh=Pl/Kp/dhWz0ALytYZvDvqWTH7WBjJIXrEp8tIpxw7uM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=djUTHghf3oqzR/Ce68eVIUgFzhA6jz6CPfIf7PRxk1kk7/m0gJ81wJTg3tdpIKecb DsoU9rChwTvFGNNy+RYjDm5moxcQE/ObSqheEgoie1Kn09a1oZ0hRo0XZZ5VW9SeAw Zby6Bg0phR46hP+IAs46CTK4316pwDQY0sYJa0V8Nms7xvQ8qJo6mJwZjO+eEOiDjF kNYVk9fqpHRDvrYLB3up34RlXxP0Vt5oLuM2FfbHlrjU794IuR+otX9Bx/64dZcLPp qLtHMfP3biMqkrhLpRJaqgtq4JDWq6NC1B/ZDetC3gidTpYy4ybWMmPEJZaHNuF1c1 Oyjf6Y2rQNwqg== Message-ID: <08632fbd-1984-44ff-a6e1-bd9e39bbea97@kernel.org> Date: Thu, 4 Sep 2025 13:09:45 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] MAINTAINERS: Add drm-rust tree for Rust DRM drivers and infrastructure To: Alice Ryhl Cc: airlied@gmail.com, simona@ffwll.ch, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, acourbot@nvidia.com, daniel.almeida@collabora.com, nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Jani Nikula References: <20250901202850.208116-1-dakr@kernel.org> From: Danilo Krummrich Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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" (Cc: Jani) On 9/4/25 12:40 PM, Alice Ryhl wrote: > On Mon, Sep 01, 2025 at 10:26:39PM +0200, Danilo Krummrich wrote: >> +DRM DRIVERS AND COMMON INFRASTRUCTURE [RUST] >> +M: Danilo Krummrich >> +M: Alice Ryhl >> +S: Supported >> +W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html > > It looks like the right path is: > https://drm.pages.freedesktop.org/maintainer-tools/repositories/drm-rust.html Heh, seems like there's an explicit redirect for drm-misc: https://drm.pages.freedesktop.org/maintainer-tools/drm-misc.html I think we should get the same redirect, so the links in MAINTAINERS are consistent with each other.