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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 84B4CC27C55 for ; Mon, 10 Jun 2024 19:00:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=m98fok69QXavRFK2838yLDacC4cH+wZtY+PWaY2jIGc=; b=DmEuKkUBeiEwoh GeSUMncW5NaTSZl/qqy0Y07gbUT1uJlZ9SgnCZN2inIDYG4iS76pbO67MlDZLDmmNbiPXuXY7HPwI cKQyDDId9L/kqy6e8ptb4pZNxo+KfFf1FgAvM264WvAffLXgBelcaaDEkmqbQQ5JNqIVsxVrqAp3r 2pNXPHsGjq1taZBTY8B1bcNNI2Mo8AwZEjBvhZJ7DSkX4oaG2CHc120OBo+9yc+lXbnUNiX1T29P6 6xK4rzjc1umf7piLq9eTbxe+eRfk23mabsgMSkTK9biehrtXxza71KtBTjjsD/4Qen6G1F1rCRCCE sRuUbs6AH/Q58JjJbMkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGkFj-00000006Ck8-3BxJ; Mon, 10 Jun 2024 19:00:23 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGkFg-00000006CeJ-12SQ for linux-arm-kernel@lists.infradead.org; Mon, 10 Jun 2024 19:00:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=B1/JzaQ8pp0yagGM0HegHxqBSzMESLnc9dKVFsKzvqc=; b=Mjg4cLt4JjZb6kMb4kUKfNInpJ hNfHM4coruC+nmHcahJFS1Q3SVHCw3yfLnoiycqFgOWbJrdCcYsCrIC720ac/jQv93ofOPMO4iyqD B5QlPmZ6fl7ZkPA3yyt+WSt4vJcrJqcfX616M9ZYGTMmcXMPcTkXhu/vp9BqfUeTYedE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1sGkFV-00HK0p-Jy; Mon, 10 Jun 2024 21:00:09 +0200 Date: Mon, 10 Jun 2024 21:00:09 +0200 From: Andrew Lunn To: Christian Schrefl Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rust-for-linux@vger.kernel.org, Miguel Ojeda , Jamie Cunliffe , Sven Van Asbroeck Subject: Re: [PATCH 1/1] arm: rust: Enable Rust support for ARMv7 Message-ID: <5a8a6b44-9f89-4e26-869c-e9361da4cb5c@lunn.ch> References: <4e0f5932-c7bc-4878-862c-1186cbecd71d@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4e0f5932-c7bc-4878-862c-1186cbecd71d@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240610_120020_325590_3CFF8117 X-CRM114-Status: UNSURE ( 8.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > --- a/Documentation/rust/arch-support.rst > +++ b/Documentation/rust/arch-support.rst > @@ -15,6 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file. > ============= ================ ============================================== > Architecture Level of support Constraints > ============= ================ ============================================== > +``arm`` Maintained ARMv7 Little Endian only. Might be a FAQ, but what does Maintained mean here? Should you be adding yourself to the RUST entry in MAINTAINERS? You are Maintaining Rust on ARMv7 and so should be given credit/responsibility for that in MAINTAINERS? Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel