From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) (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 A81F05A7A0; Thu, 13 Jun 2024 20:25:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.201.40.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718310357; cv=none; b=bdCF+feRr7KSj1u2X7jxlTwvf++odHNFun4hX2KXcinNdQGwQmolyFdhrMbfv5qzS2Bchj4EOUAOCoegud1EZOp80hxYa/RZwMdobQTfP3CS+zNQ1wSuARZeVyuWltTzv+KD4LKjCDP58eK/8tD8dNj75ItYlYQRepVz1SynmFQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718310357; c=relaxed/simple; bh=ULWkbbB/Ba2zTcxEXHNh/JybJCOg3HoCv6YwNpHEtEQ=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=TPg3M90qs/+tQurFt+ugldENOiaj/WFeS1JdcnvsQYwPEiJnaymcguILc7TafP9gX7hTAiBmtaooMQ7qKMJnptGGEOVfYLUsBbw1JgQgKIxNpImyUE1WNcMWChHVlCCKRiF0WzbFVhU56RMUpT13IWC9TaXPCdIwpYUKorIFspQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at; spf=fail smtp.mailfrom=nod.at; arc=none smtp.client-ip=195.201.40.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=nod.at Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 7CB1961966A0; Thu, 13 Jun 2024 22:25:45 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Wa49bRMWQqQj; Thu, 13 Jun 2024 22:25:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 1B1DA61966B5; Thu, 13 Jun 2024 22:25:45 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id u3JPqG5GZGqO; Thu, 13 Jun 2024 22:25:45 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id D6A5661966A0; Thu, 13 Jun 2024 22:25:44 +0200 (CEST) Date: Thu, 13 Jun 2024 22:25:44 +0200 (CEST) From: Richard Weinberger To: Miguel Ojeda Cc: davidgow , Rae Moar , tglx , mingo , Miguel Ojeda , hpa , masahiroy , Jamie Cunliffe , Catalin Marinas , anton ivanov , Johannes Berg , kunit-dev , linux-kernel , linux-um , Rust for Linux Kernel , x86 , Wedson Almeida Filho , bp , dave hansen , Alex Gaynor , Boqun Feng , Gary Guo , =?utf-8?Q?Bj=C3=B6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl Message-ID: <965895223.231524.1718310344716.JavaMail.zimbra@nod.at> In-Reply-To: References: <20240529093336.4075206-1-davidgow@google.com> Subject: Re: [PATCH] arch: um: rust: Use the generated target.json again Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: arch: um: rust: Use the generated target.json again Thread-Index: sd4HK7HM+iXRR4lpujN6qFDOxf77yA== ----- Urspr=C3=BCngliche Mail ----- > Von: "Miguel Ojeda" >> Fixes: f82811e22b48 ("rust: Refactor the build target to allow the use o= f >> builtin targets") >> Signed-off-by: David Gow >=20 > I guess this should go through UML, but please let me know otherwise Yeah, that's the plan. > Tested-by: Miguel Ojeda > Reviewed-by: Miguel Ojeda >=20 > Should this have a >=20 > Cc: stable@vger.kernel.org >=20 > too? Ok! Thanks, //richard