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 D89293876D5; Sun, 29 Mar 2026 20:12:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774815122; cv=none; b=ufYtwKx4hAL8fGCmeWc/OVqj2v3Q8vcHmflmyKX/O5eqHueJtzoVfe1Bs9GpvZTwhxqlhxvn2uO+8ENqnXTQbwInXEwok044DgiHNjMkv4V2phdjc6HcKdZAYcHqTV9qRpBAzzAdBPRldRk1UgVALclzCqQE87p6j16CX3/kvuk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774815122; c=relaxed/simple; bh=yPXsOrvNNpARmxyg0apI3fpyiErvyF05Uq/0KRal2Y0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=A1fu4CbxjmspNBhqsnut9kuoFH7nhUa4+rhfGKILQCIea7nwaljFJtOEkx7hskN3/g9boX8wgND5Yt1/ymiJtoXbc3Qwj/4TJMQOHU9/nxUDBBObeex2F/1CkLU+bbr+SY26WiAKYE3jXweXFs9+UhGzEdoiKQdA5v3fphkDO4Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Psl4MS5C; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Psl4MS5C" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17C88C116C6; Sun, 29 Mar 2026 20:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774815122; bh=yPXsOrvNNpARmxyg0apI3fpyiErvyF05Uq/0KRal2Y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Psl4MS5CH+A4QaY5kStfhw0/hXA4h/NXzo2mFE86jYQRpCjWziOOg7Ud4Hq3tx7Qp i85lxgq6uvwzuJXU9+IJR2bMfzzimUJMkQRUuPiQAOKDcyFVThKU2XOVUsHiEHVWUX SXzIe4dyJppdk9T2iZ7jCS2tkROY9rPJhzy4U9PzZl2tLAHIawFeyhTc/f1rbIZ2f4 1T3iXj3AaKFEU6eU9QtYLFckpTjpBCys9G4rz/ixTqfRJU9UYTQ/YkeY1YfOeMrK+R G6yAr+DWcVNBYQKFsd+PRhSEIxIRmydnN+Mbo0gItW6T9a+v7oGhAAtIiomq0tMAAn Rsznfpcg8aLXA== Date: Sun, 29 Mar 2026 21:46:52 +0200 From: Nicolas Schier To: Mohamad Alsadhan Cc: nathan@kernel.org, ojeda@kernel.org, gary@garyguo.net, linux-kbuild@vger.kernel.org, rust-for-linux@vger.kernel.org, Yoann Congal Subject: Re: [PATCH v5] kbuild: host: use single executable for rustc -C linker Message-ID: Mail-Followup-To: Nicolas Schier , Mohamad Alsadhan , nathan@kernel.org, ojeda@kernel.org, gary@garyguo.net, linux-kbuild@vger.kernel.org, rust-for-linux@vger.kernel.org, Yoann Congal References: <20260317112021.14353-1-mo@sdhn.cc> <20260321150034.9915-1-mo@sdhn.cc> 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=us-ascii Content-Disposition: inline In-Reply-To: On Sun, Mar 29, 2026 at 05:12:41AM +0300, Mohamad Alsadhan wrote: > Hello Nicolas, > > On 26/03/25 09:45am, Nicolas Schier wrote: > > Unfortunately, I overlooked the missing entries for 'clean'/'mrproper' > > and scripts/.gitignore. Is it ok for you if I the following diff to > > your patch? > > Please go ahead, I missed those as well. Thanks for catching that! > > I also missed another instance where the linker is passed to `RUSTC`, > in `rust/Makefile`, as Yoann pointed out. So it's worth considering > adding the fix in there too. > > Happy to send an updated patch with the missing bits if you'd prefer, > but I'm also fine with you folding it in. yeah, then I'd appreciate if you send a v6 patch. Thanks and kind regards, Nicolas