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 C4710C4828F for ; Fri, 9 Feb 2024 17:38:30 +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:References:In-Reply-To: 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: List-Owner; bh=oI+p6nw473NLVaKx7fAoWTKB0pPfxqwIIm2lajBg8sM=; b=c1f4WpOElZ0hDv pZii1hYCVzR7n76zXTZ6DiMNRwrHhctB62ZhJlsfj1MJL7Mih558r2hmzb6r7hMUJQX7EGg6swF3M i/3Cs7iGCnOgYecLGikeqB2jg4AKhIfB7HeOKezN4obDDrxKHnn6LcerSYKlQfU93dA34Qy51HXqk fNwA8gRg1zImNSnJjTdPPtR//37TA3crDmALQH2QT8P7WeSEwdudzMGFjv21ifn3gwMiSs8MxYbT/ v+IUvX8GSE7RZZAbMMTNZE48Xx21XK4c3haxOFsNAbubQgDWGZurxQsCCSepJ0rnZ9VhgiO3mSCyj 2YVl9tCk7bfaRx1djZeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYUpR-0000000092O-4Bnk; Fri, 09 Feb 2024 17:38:22 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYUpP-00000000920-0eeO for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 17:38:20 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 81FAA6212B; Fri, 9 Feb 2024 17:38:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B787FC433F1; Fri, 9 Feb 2024 17:38:15 +0000 (UTC) From: Catalin Marinas To: linux-arm-kernel@lists.infradead.org, rust-for-linux@vger.kernel.org, Jamie Cunliffe Cc: Will Deacon , Miguel Ojeda , steve.capper@arm.com, Asahi Lina , boqun.feng@gmail.com, andrew@lunn.ch, Masahiro Yamada , WANG Rui , Ingo Molnar Subject: Re: [PATCH v4 0/2] Rust enablement for AArch64 Date: Fri, 9 Feb 2024 17:38:13 +0000 Message-Id: <170750002897.1210949.14507303616035197246.b4-ty@arm.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> References: <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240209_093819_260108_599F1FCA X-CRM114-Status: UNSURE ( 9.93 ) 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 On Fri, 20 Oct 2023 16:50:54 +0100, Jamie Cunliffe wrote: > 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. > > > [...] Applied to arm64 (for-next/rust-for-arm64), thanks! I also folded Rui's loongarch fix into the first patch to avoid breaking this arch: https://github.com/heiher/linux/commit/c504d83a6edd963e2ba58ec538e3f06da78b187e.patch [1/2] rust: Refactor the build target to allow the use of builtin targets https://git.kernel.org/arm64/c/f82811e22b48 [2/2] arm64: rust: Enable Rust support for AArch64 https://git.kernel.org/arm64/c/724a75ac9542 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel