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 4C599C77B73 for ; Tue, 2 May 2023 13:42:29 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=njWv5HJM3tJt5BURfQtEqhdQFeGYyjlYFOut53qIxnY=; b=gMhHSaRNo+zmfc daEm60Yn0bulxMfQdGC1oSzd0vkkUtSGWtp2XjtQzljtsU3CfKBs/fNPVTd6+ESf0oYiSomim41nA 5Eju0ARtAWT+cfFFgAVg5vhziyQiYFB4/evY86O5ltaYW+OGZwvGyQDJ7LbMrRdhVCUytqFJ/Jzky 1FBFnkgf/17KKQEFdCHVVyLHoFvd0j0lEytBgnarPsRliMlA5lGzFiWxKPI2amgxdqfgYw4+B9rhC vHor5D8iLeBvQ9ET1144S9Q/HXws1HfgbuuWbCaO8oNxhgtjeKhU6zSBI5YCHAXg6T5dm6ceERF/F 9+hm7n75N6rLW5emyf9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ptqG7-001ghl-12; Tue, 02 May 2023 13:41:35 +0000 Received: from marcansoft.com ([212.63.210.85] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1ptqG1-001gcQ-1H for linux-arm-kernel@lists.infradead.org; Tue, 02 May 2023 13:41:33 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: lina@asahilina.net) by mail.marcansoft.com (Postfix) with ESMTPSA id 497514214F; Tue, 2 May 2023 13:41:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=asahilina.net; s=default; t=1683034882; bh=qWh55zfvCU7gQ/+dF7ioBk7Jhw8kt+ak42osuVziVwM=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=eQ5v8BWWfGJnPvEJYuQvNS+9/XOEHPj4Sgm8HfB0SN4AIV5y0BzghjwoK34WeZQyp sgt4go71XaxaeLoYts3RPFmBItQyvwt1f8YbcypDVLRZ91nT42cdkgT7BSpkBTKuLf FmU031lLzKMJPTh8QM5+kyVJvQb//8SyOgCWUZoHYomp7HQ21AdF2xEt10Trgde1gS UBCide2C8zBIs543LxzXTRdPxqMOwHiCDpwWK6QowMj1C1TYcn85JK+dD1uHF+n0t5 8T2G3ich/y93d2caUP74kqNYxhTiqdaG5xQ9RYgCz8BWovRaR2lQC91PbMepHxHTdM mERUNRXESZ3kw== Message-ID: Date: Tue, 2 May 2023 22:41:18 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH 1/3] arm64: rust: Enable Rust support for AArch64 To: Jamie Cunliffe , linux-arm-kernel@lists.infradead.org, rust-for-linux@vger.kernel.org Cc: Miguel Ojeda , Catalin Marinas , Will Deacon , steve.capper@arm.com References: <20230125163739.3798252-1-Jamie.Cunliffe@arm.com> <20230125163739.3798252-2-Jamie.Cunliffe@arm.com> Content-Language: en-US From: Asahi Lina In-Reply-To: <20230125163739.3798252-2-Jamie.Cunliffe@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230502_064130_023117_0E1B5C8A X-CRM114-Status: GOOD ( 17.42 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi! On 26/01/2023 01.37, Jamie Cunliffe wrote: > From: Miguel Ojeda > > This commit provides the build flags for Rust for AArch64. The core Rust > support already in the kernel does the rest. > > The Rust samples have been tested with this commit. > > [jcunliffe: Arm specific parts taken from Miguel's upstream tree] > > Signed-off-by: Miguel Ojeda > Co-developed-by: Jamie Cunliffe > Signed-off-by: Jamie Cunliffe > --- > Documentation/rust/arch-support.rst | 1 + > arch/arm64/Kconfig | 1 + > scripts/generate_rust_target.rs | 13 ++++++++++++- > 3 files changed, 14 insertions(+), 1 deletion(-) > I'm curious, do you have a timeline for submitting the next revision of this patch? We're trying to aim to upstream the drm/asahi driver for 6.6 or so, but that would depend on CONFIG_ARM64, so it would be lovely if we could get this in for 6.5 (and it looks like there shouldn't be too many issues left) ^^ ~~ Lina _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel