From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sg-1-38.ptr.blmpb.com (sg-1-38.ptr.blmpb.com [118.26.132.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C42D36A020 for ; Mon, 19 Jan 2026 13:30:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=118.26.132.38 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768829430; cv=none; b=ruqPu/cg966+5RptsJdoc82JDBT5uJkVZPkfTgOEBEnbwFf0P4OOH3yy6tP5aYXLPUuEG4Z4O2Tbnpx1dyvksa/S5ONoRLuAs2ujpFkD7ZhhvcXCUDwCM75FUn6Y4CNslnKQRbJ9Rt5Jfwagi9vFNWsDBCxEFYJC/bpc0tPXFYg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768829430; c=relaxed/simple; bh=Hz997vqaGXzSWwkIjoBZvb8RU32SX4iTP59cSS8nTMQ=; h=Mime-Version:Content-Type:From:Message-Id:In-Reply-To:Subject: References:To:Cc:Date; b=novG10WQDZNu+gTo0KMf+xiaECViA7EVGGRHWJeWh02hZ1kS1i8k2SQt9hXEHou51NwMwKRn9suKWod+WatbCSNaBEaUUdQd+9aeUijvtoCzSfv6cUWXmUikpKeK+hKAccyVRofIAzi8YOjwINxsU0IQgAwgKo43mxcfHroTyUU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=openatom.club; spf=pass smtp.mailfrom=openatom.club; dkim=pass (2048-bit key) header.d=openatom-club.20200927.dkim.feishu.cn header.i=@openatom-club.20200927.dkim.feishu.cn header.b=FriD18WH; arc=none smtp.client-ip=118.26.132.38 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=openatom.club Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=openatom.club Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=openatom-club.20200927.dkim.feishu.cn header.i=@openatom-club.20200927.dkim.feishu.cn header.b="FriD18WH" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=openatom-club.20200927.dkim.feishu.cn; t=1768829414; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=Hz997vqaGXzSWwkIjoBZvb8RU32SX4iTP59cSS8nTMQ=; b=FriD18WHn/m2KHt6dU+gdrRI5pre1GihFmb0C/M6tUyn/OkZz1nFNsPKDj4ntVQg+A2yzH JDFnRyplzLlL42ujGPB8sBvQmsx/oxlcKSkmvWyGX9/e/n+3ysD7QAfyAf2kqjJv4Ejq59 /RJOldbh7FRsbb10tRzss3tgFJXOBOMUd504E3ZnDByR7zEgo0nVMReWauwDLeMghtMrG8 32xTo0x3YLJ480u9RIN86cHvlugGPVPh1F7t7LMURZGqzDvyQF2GESHdKpCtDDuDmg8I+a RLY++toC1Ko30ffg2T7sA9hqWoiD28oYLnN0hidJSt07kaJC+x+HmkpCZIvLXw== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 X-Original-From: Chen Miao X-Lms-Return-Path: Received: from [198.18.0.1] ([183.241.191.96]) by smtp.feishu.cn with ESMTPS; Mon, 19 Jan 2026 21:30:11 +0800 User-Agent: Mozilla Thunderbird From: "Chen Miao" Message-Id: In-Reply-To: Subject: Re: [PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper References: <71ff222b8731e63e06059c5d8566434e508baf2b.1761876365.git.chenmiao@openatom.club> To: "Miguel Ojeda" , "Benno Lossin" , "Nathan Chancellor" , "Nicolas Schier" , "Tamir Duberstein" Cc: , , , , , "Linux Kbuild mailing list" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Danilo Krummrich" Date: Mon, 19 Jan 2026 21:30:10 +0800 =E5=9C=A8 2026/1/19 06:30, Miguel Ojeda =E5=86=99=E9=81=93: > On Fri, Oct 31, 2025 at 3:32=E2=80=AFAM 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 tha= t >> 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? Yes, it should be `Reviewed-by`. >> Signed-off-by: chenmiao > I think in another patch/thread you mentioned this should be "Chen Miao",= right? Yes, Please modify this to Chen Miao. > > 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 > > Cheers, > Miguel If it=E2=80=99s convenient for you, I think your proposal sounds great and = I agree. Thanks for the review. Regards, Chen Miao