From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 040221A700 for ; Tue, 31 Oct 2023 11:58:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C273C433C7; Tue, 31 Oct 2023 11:58:05 +0000 (UTC) Date: Tue, 31 Oct 2023 11:58:03 +0000 From: Catalin Marinas To: Trevor Gross Cc: Ingo Molnar , Jamie Cunliffe , 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, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Masahiro Yamada Subject: Re: [PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets Message-ID: References: <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> <20231020155056.3495121-2-Jamie.Cunliffe@arm.com> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Oct 30, 2023 at 08:24:39PM -0400, Trevor Gross wrote: > On Sun, Oct 22, 2023 at 7:14 AM Ingo Molnar wrote: > > * Catalin Marinas wrote: > > > Adding the x86 maintainers - no functional change for x86, any objection > > > to this patch going in via the arm64 tree (part of the two-patch series > > > enabling Rust for arm64)? > > > > > > Thanks. > > > > > > (keeping the rest of the patch below for your reference) > > > > If Masahiro Yamada (kbuild maintainer, Cc:-ed) is fine with it, > > then it will be OK to me too. [...] > I don't think this has been picked up yet. Is it only waiting on > Masahiro 's ack or is a new version expected? I'd say Masahiro's ack only. However, it's probably too late for 6.7 now, the merging window is already open and maintainers tend to pick stuff up in the weeks before. -- Catalin 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 04AB5C4332F for ; Tue, 31 Oct 2023 11:58:44 +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=SYMH2EGAkwxMamkXHGbH9eUuI12pUUH/3H+bgqiN8kc=; b=VhvNgErxWWkFSy y1ytUqlIvOwsWpQcYczIuwhKJZpz/ex+qbYa2/is4QCpk5rAS4Oi+Cnha6GRb6u8YF1aCxUh1YlvH tefxMlSOVERDJs+2BRpWT8SwvxlmmtTEQDq+A7E4x61pyX4rHhK4wN7Y4PeoCF82EPedgex4o1LPN tzHFIVTwMqThoN5lJr1R1dD5q4+k2WfKqYqwTvfUL/4Z9PMBeS0SlL+BxjDLDai9yzX5jmfFxtMqJ JfX40uh5ZgxlXNpTcD7VxruG5NPOAmNbt6FIT4fZ5DrcWm40aKVIw4Pmo0AfivRRLSQE0G4NUka25 jOFIyQA5tn6HDARp/Qdw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qxnNw-005E2a-1O; Tue, 31 Oct 2023 11:58:16 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qxnNt-005Dzq-2K for linux-arm-kernel@lists.infradead.org; Tue, 31 Oct 2023 11:58:15 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 3D4C7CE09EA; Tue, 31 Oct 2023 11:58:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C273C433C7; Tue, 31 Oct 2023 11:58:05 +0000 (UTC) Date: Tue, 31 Oct 2023 11:58:03 +0000 From: Catalin Marinas To: Trevor Gross Cc: Ingo Molnar , Jamie Cunliffe , 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, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Masahiro Yamada Subject: Re: [PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets Message-ID: References: <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> <20231020155056.3495121-2-Jamie.Cunliffe@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231031_045813_932994_0E103884 X-CRM114-Status: GOOD ( 18.02 ) 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="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gTW9uLCBPY3QgMzAsIDIwMjMgYXQgMDg6MjQ6MzlQTSAtMDQwMCwgVHJldm9yIEdyb3NzIHdy b3RlOgo+IE9uIFN1biwgT2N0IDIyLCAyMDIzIGF0IDc6MTTigK9BTSBJbmdvIE1vbG5hciA8bWlu Z29Aa2VybmVsLm9yZz4gd3JvdGU6Cj4gPiAqIENhdGFsaW4gTWFyaW5hcyA8Y2F0YWxpbi5tYXJp bmFzQGFybS5jb20+IHdyb3RlOgo+ID4gPiBBZGRpbmcgdGhlIHg4NiBtYWludGFpbmVycyAtIG5v IGZ1bmN0aW9uYWwgY2hhbmdlIGZvciB4ODYsIGFueSBvYmplY3Rpb24KPiA+ID4gdG8gdGhpcyBw YXRjaCBnb2luZyBpbiB2aWEgdGhlIGFybTY0IHRyZWUgKHBhcnQgb2YgdGhlIHR3by1wYXRjaCBz ZXJpZXMKPiA+ID4gZW5hYmxpbmcgUnVzdCBmb3IgYXJtNjQpPwo+ID4gPgo+ID4gPiBUaGFua3Mu Cj4gPiA+Cj4gPiA+IChrZWVwaW5nIHRoZSByZXN0IG9mIHRoZSBwYXRjaCBiZWxvdyBmb3IgeW91 ciByZWZlcmVuY2UpCj4gPgo+ID4gSWYgTWFzYWhpcm8gWWFtYWRhIChrYnVpbGQgbWFpbnRhaW5l ciwgQ2M6LWVkKSBpcyBmaW5lIHdpdGggaXQsCj4gPiB0aGVuIGl0IHdpbGwgYmUgT0sgdG8gbWUg dG9vLgpbLi4uXQo+IEkgZG9uJ3QgdGhpbmsgdGhpcyBoYXMgYmVlbiBwaWNrZWQgdXAgeWV0LiBJ cyBpdCBvbmx5IHdhaXRpbmcgb24KPiBNYXNhaGlybyAncyBhY2sgb3IgaXMgYSBuZXcgdmVyc2lv biBleHBlY3RlZD8KCkknZCBzYXkgTWFzYWhpcm8ncyBhY2sgb25seS4gSG93ZXZlciwgaXQncyBw cm9iYWJseSB0b28gbGF0ZSBmb3IgNi43Cm5vdywgdGhlIG1lcmdpbmcgd2luZG93IGlzIGFscmVh ZHkgb3BlbiBhbmQgbWFpbnRhaW5lcnMgdGVuZCB0byBwaWNrCnN0dWZmIHVwIGluIHRoZSB3ZWVr cyBiZWZvcmUuCgotLSAKQ2F0YWxpbgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QKbGludXgtYXJtLWtl cm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQub3JnL21haWxt YW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=