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 C9182C001DF for ; Fri, 20 Oct 2023 15:53:11 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=NMtGcHrtbXlN9f34tG1SdrVecPQvxm9BzHaCuiPo78c=; b=AnH0WHqDLut62k sc5ewTof/CD4IKbfaT1WANCas4UGeXM/qSEevZlfnczV2x9d+KV8cVHFbFhhXIBChnp14nT3XFiNV 0ZT4defmEt3aDAqUUXu0OSgCm5ftsJlqDbDYgKAbg1LzbKDxzuNrdBPnG/KJycp9QuAOUP2wBG5KU pOrtrG7dfaBJGnYztwk8rhvQjB5tl4piU3YgMjQlq7vcN1T6KEZ120mNm8i8IYATiljEU6rA+hMw5 P+13COfoU/wjuh+CBbvNAuyDikVbsPJWZsCFMMBWWmCUkmBIOXhbdC12phkqA6baD2RpJCvwto5Eh q1Cz2LajINVV8ni4sKWQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qtrno-002e8N-0M; Fri, 20 Oct 2023 15:52:44 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qtrnl-002e7F-0d for linux-arm-kernel@lists.infradead.org; Fri, 20 Oct 2023 15:52:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 55B7C143D; Fri, 20 Oct 2023 08:53:18 -0700 (PDT) Received: from capper-ampere.manchester.arm.com (capper-ampere.manchester.arm.com [10.32.100.23]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2A6843F5A1; Fri, 20 Oct 2023 08:52:36 -0700 (PDT) From: Jamie Cunliffe To: linux-arm-kernel@lists.infradead.org, rust-for-linux@vger.kernel.org Cc: Miguel Ojeda , Catalin Marinas , Will Deacon , steve.capper@arm.com, Asahi Lina , boqun.feng@gmail.com, andrew@lunn.ch Subject: [PATCH v4 0/2] Rust enablement for AArch64 Date: Fri, 20 Oct 2023 16:50:54 +0100 Message-Id: <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231020_085241_302167_CECC7B41 X-CRM114-Status: UNSURE ( 7.98 ) 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 Enable Rust support for the AArch64 architecture. Since the v3 this has been refactored to split up the x86 Makefile changes. Updated the x86-64 conditionals as suggested by Boqun and addressed the formatting issues Miguel raised. Jamie Cunliffe (2): rust: Refactor the build target to allow the use of builtin targets arm64: rust: Enable Rust support for AArch64 Documentation/rust/arch-support.rst | 1 + Makefile | 1 - arch/arm64/Kconfig | 1 + arch/arm64/Makefile | 4 ++++ arch/x86/Makefile | 1 + rust/Makefile | 6 +++++- scripts/Makefile | 4 +++- scripts/generate_rust_target.rs | 4 +++- 8 files changed, 18 insertions(+), 4 deletions(-) -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel