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 08E95CDB474 for ; Fri, 20 Oct 2023 16:46:36 +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=Dt7ZqFvUSN1/jlACLJ7eVnTvnRrzlIbHHTELinACwk8=; b=W9uGOBTyJhwUaj 1ZMFKNBnXxiUC6cHnlUSX+3EgYrOOEa/YhjBJFP12d+rH7q8Mv/kYC7QEfQlpbxuxPUF4++rWzHl2 btmGruELU+FNZql+bQ5HeJzrJinwloTiMCsO1lOsKB8oQ3Nmn6VFdZxV58w9paDxMfnqYIfme/WxE rFDVvvnZe+u3ccn3ESkC4/d0TlC5hjw17g3VCvdkkemMPz1keAojPxsPYRcTwa0iw0NHz9JMadKEt 0WcVtY6OONxrfy7TggC4QoLtQNnoiz0LPeAdbzBqkY5OudPeSd5Dm5uCJMwtVcscgSPedSebgKoF2 Kzw5fFzkLf3W8xw6j0VA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qtsdR-002iUI-2d; Fri, 20 Oct 2023 16:46:05 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qtsdO-002iTr-2Q for linux-arm-kernel@lists.infradead.org; Fri, 20 Oct 2023 16:46:04 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0914862281; Fri, 20 Oct 2023 16:46:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10AFCC433C8; Fri, 20 Oct 2023 16:45:59 +0000 (UTC) Date: Fri, 20 Oct 2023 17:45:57 +0100 From: Catalin Marinas To: Jamie Cunliffe Cc: linux-arm-kernel@lists.infradead.org, rust-for-linux@vger.kernel.org, Miguel Ojeda , Will Deacon , steve.capper@arm.com, Asahi Lina , boqun.feng@gmail.com, andrew@lunn.ch Subject: Re: [PATCH v4 2/2] arm64: rust: Enable Rust support for AArch64 Message-ID: References: <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> <20231020155056.3495121-3-Jamie.Cunliffe@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231020155056.3495121-3-Jamie.Cunliffe@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231020_094602_854572_41AF0787 X-CRM114-Status: GOOD ( 13.32 ) 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 On Fri, Oct 20, 2023 at 04:50:56PM +0100, Jamie Cunliffe wrote: > This commit provides the build flags for Rust for AArch64. The core Rust > support already in the kernel does the rest. This enables the PAC ret > and BTI options in the Rust build flags to match the options that are > used when building C. > > The Rust samples have been tested with this commit. > > Signed-off-by: Jamie Cunliffe > Acked-by: Will Deacon Miguel, Will acked this already so I think it's good to go. Do you plan to pick both patches via the Rust tree? Acked-by: Catalin Marinas Thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel