From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3CE272C0F7A; Tue, 27 Jan 2026 09:35:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769506535; cv=none; b=Q4JRFdMvh9hskjQUKhSfVGDneINSGF8oXLK+T83xdmTeTub7ZFUtBoBAn/YqThWKKshRUuud08XMJuXO2XdyJomp+wLikU7Fz08OCJYsdE+o/+NqLxkiNFHZRZLr1lVUUoy9xbdwbMdbmoXQQsZxz1zkzoGYw+TvMza9/ODOEo8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769506535; c=relaxed/simple; bh=GJEGWRBJrTMt43UDuvg3iY/vbh+kLH5sEKoX9eSVoJw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P3AnOcZifM/ykBargMXm3TbF4Qp2sebhc6Qsy0WEGNf8K+mcJIe5G2CInFmH75ma6q13NINQFdCGFRi9/JpE2nykR2Y0e1iXt5s535ZO0M9gANtk/hDh+vJzNzStDf5F2WvWqikZxqZcN39R0VEj4J23OHG75GWN98i4DCw/qsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DZLlfMAZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="DZLlfMAZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7037AC116C6; Tue, 27 Jan 2026 09:35:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769506535; bh=GJEGWRBJrTMt43UDuvg3iY/vbh+kLH5sEKoX9eSVoJw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DZLlfMAZ/iBXiXwVTR5CxoUqs1ypJ7GVadvLAq0gV8XD+9eij3onyX5fZNwsz2/1T h7BrBp0aXl03GqpV/e3moZZ+R9qBnLzhU+h4qS9H0g7NS3BsslWUdGKoMbeIWcrLIA JunXloca3zl/JIZP9yetkhXMb6Ax2V7AC2SoJnwA= Date: Tue, 27 Jan 2026 10:35:31 +0100 From: Greg Kroah-Hartman To: pengfuyuan Cc: Helge Deller , Alexandre Courbot , Thomas Zimmermann , Danilo Krummrich , Alice Ryhl , Daniel Almeida , Miguel Ojeda , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Trevor Gross , "Rafael J . Wysocki" , David Airlie , Simona Vetter , Hans de Goede , Lee Jones , Sam Ravnborg , Zsolt Kajtar , Ville =?iso-8859-1?Q?Syrj=E4l=E4?= , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v1 v1 0/4] [RUST] Framebuffer driver support Message-ID: <2026012738-unfrosted-underpass-22c6@gregkh> References: <20260126081744.781392-1-pengfuyuan@kylinos.cn> <20260127080419.GA965382@peng> <578209b5-6d22-4255-a2e6-256d3f5afa72@gmx.de> <20260127085826.GA970322@peng> Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260127085826.GA970322@peng> On Tue, Jan 27, 2026 at 04:58:26PM +0800, pengfuyuan wrote: > I would like to ask about the current status and plans for Rust DRM KMS > support: > > - Is there any active work or a design for KMS abstractions in Rust? Very much so, look at the patches on the rust mailing list for them! > - Is there a WIP tree or an RFC that I could look at? Again, look at the list, there are loads of patches there. > - Are there specific areas where I could help (e.g. prototyping KMS bindings, > writing tests, or working on smaller pieces under guidance)? Build on the patches that have been submitted and work from there? thanks, greg k-h