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 4FAC6423A82; Tue, 20 Jan 2026 11:46:53 +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=1768909613; cv=none; b=tXTnn20OqRyTDR9vQfiki737ZhY2lTEzT6ZzFQjcRRHnzRs1HVwaiuBk/sTdDU2ZgEBbCMhYotprw+MtxJgtypOigiVJuvosB6ZSC7B1A2F0Vh82JIZgl6raWmDjA61XXgCsZhE6sAwRHstIrz1D5jzpk9BNe7HB1qc78j0nkSM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768909613; c=relaxed/simple; bh=oySjAh+n2HVu2v1IQjIDF2AnLeGquP6L8gHqu0LSfOQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ud0s0ToHfql0EQt2mvoP4utYkZS34FcdKTOWYeipGaP9M+NHcaMbJ8KRpTPSL17lWTnCqGdVQSRwZfeMt/kdWm7/x/ZNHJJJlJQVF8mgX3jbOSdW6ANWn9lUYoG7GYz4sAoIenwahgo1W/4If8ccRQJWNh8KOt2Jiqyqt1vebYE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pXk3RpH4; 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="pXk3RpH4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77E19C16AAE; Tue, 20 Jan 2026 11:46:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768909612; bh=oySjAh+n2HVu2v1IQjIDF2AnLeGquP6L8gHqu0LSfOQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pXk3RpH4Lx9RHoOZouGmwL5+9EE3FZ2aqG89zF24Vccex7an3cH7xrE75rYbj3JqV YnF7zBh5dabxjiuIIeaB+qcSRn1Q0eS8wVqUn50s05CBpfsDYhRytjihHxJYvRcnFA zbmaRZBFQ14oXmcBID0C7X14o4h/4QY1yw8g7th+LjIDwLyIw63uzcrTWzyVSXa+F6 jy1K5qskWbru5RGCNhkKgXLFooubuD2Tcn6ZRwd/kJmrm55AcAFCsCBngSbezvg2xr VxU3YFRd5UeHfKL5fIs4M51b0s3JJAFBtuGf9+vEZ3VH9MqVCeEpQDq+sKgzlKBbdq FB0E8taP9cu/w== Date: Tue, 20 Jan 2026 12:13:29 +0100 From: Nicolas Schier To: Miguel Ojeda Cc: chenmiao , Benno Lossin , Nathan Chancellor , Tamir Duberstein , tamird@gmail.com, da.gomez@samsung.com, hust-os-kernel-patches@googlegroups.com, linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, Linux Kbuild mailing list , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich Subject: Re: [PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper Message-ID: Mail-Followup-To: Miguel Ojeda , chenmiao , Benno Lossin , Nathan Chancellor , Tamir Duberstein , tamird@gmail.com, da.gomez@samsung.com, hust-os-kernel-patches@googlegroups.com, linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, Linux Kbuild mailing list , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich References: <71ff222b8731e63e06059c5d8566434e508baf2b.1761876365.git.chenmiao@openatom.club> 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sun, Jan 18, 2026 at 11:30:47PM +0100, Miguel Ojeda wrote: > On Fri, Oct 31, 2025 at 3:32 AM chenmiao wrote: > > > > When I enabled Rust compilation, I wanted to clean up its output, so I > > used make clean and make mrproper. However, I was still able to find that > > libpin_init_internal.so in the rust directory was not deleted, while > > all other corresponding outputs were cleared. > > > > Dongliang Mu > > This line seems broken. Was this meant to be a Reviewed-by, like in v1? > > > Signed-off-by: chenmiao > > I think in another patch/thread you mentioned this should be "Chen Miao", right? > > No need for a new patch, I can fix both on apply if you agree. > > Adding the relevant people to Cc (pin-init, Kbuild and Rust). And > Tamir for the `.dylib` side. > > Also, I guess we could backport this: > > Fixes: d7659acca7a3 ("rust: add pin-init crate build infrastructure") > Cc: stable@vger.kernel.org > Can you please update the typo in the subject: - prefix: 'rust' or 'kbuild' - s/mrporper/mrproper/? Thanks! Acked-by: Nicolas Schier