From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7485F3D0907; Tue, 4 Aug 2026 12:45:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785847524; cv=none; b=RpnH5GWDMcfZSXJxxUfobnp/muKzm657l1QVmFTwXggYSXzKoo7DEaTWQUoUfjQd4bFlC7o7Bmu9BSETV2UiysGp3bJQ3TpJiMN40FheV1GT5ef5VbLQlaF2l0YB+g0DPkuvCblbG1gK6fn83dXI6H39sx3ztPEffXBoiyfwSmU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785847524; c=relaxed/simple; bh=bNl/6t6IGn5d7hFNiZHf8z9OkzifEcn3wN3M8uuotgw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Cxd+htL7p5iuX0DTXUqtjtTrmFwZxUYfCsEmOrzFoZuSgSTHDsqJ0A2CdLYE+9lTjtmIlPDG3tj8xPEFca6q5QpPMBZmruEJomfjQwI3NF/ajU6ANayI1fcLRI5jYAoL0MjfgJk//O2INnYqhS8P3nvQTZS3FNXPaEoT83AyBw8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bR/qVlyv; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bR/qVlyv" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 9D1331F00A3A; Tue, 4 Aug 2026 12:45:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785847523; bh=qUtx8IULs7a/aV58nThTBvIquAumCb8GQWyA8WG+XxQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=bR/qVlyvUb0GmIAbeisoZ8fZw1qzvS3oNRVaMedkosNfBHuBHdfT6ytBlQwu7QLua Q2LZMCitd8i08ztr1Rlqxx1Dwdlp9xTdE2nqIvC36Inuhk7d2iJ6/1atcRcb6z/Aou +Npyb7GBhlT/NxVpaejOH0dr00StD7riJfpKoSfDKudSi/s3WTkbar0vrINfkY5wW+ bwyM+0V2E/KCD5yf/FdWCdWb1ZSeA8xh8j9oRMhzLRwkArq/A5H1FodSYUQETk3Akb ALwFpcwmNQdNx7glnC3ulN3RqMXNKkCg8beRjJqNjYr/9pft3eXPYGHoi4mhohNTZZ IzTq52NBOwM/g== Date: Tue, 4 Aug 2026 14:39:49 +0200 From: Nicolas Schier To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Eduard Zingerman , Kumar Kartikeya Dwivedi , Nathan Chancellor , Arnd Bergmann , Luis Chamberlain , Petr Pavlu , Sami Tolvanen , Daniel Gomez , Paul Moore , James Morris , "Serge E. Hallyn" , Jonathan Corbet , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Naveen N Rao , Mimi Zohar , Roberto Sassu , Dmitry Kasatkin , Eric Snowberg , Daniel Gomez , Aaron Tomlin , "Christophe Leroy (CS GROUP)" , Nicolas Bouchinet , Xiu Jianfeng , Martin KaFai Lau , Song Liu , Yonghong Song , Jiri Olsa , bpf@vger.kernel.org, Fabian =?iso-8859-1?Q?Gr=FCnbichler?= , Arnout Engelen , Mattia Rizzolo , kpcyrd , Christian Heusel , =?iso-8859-1?Q?C=E2ju?= Mihai-Drosi , Eric Biggers , Sebastian Andrzej Siewior , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-modules@vger.kernel.org, linux-security-module@vger.kernel.org, linux-doc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-integrity@vger.kernel.org, debian-kernel@lists.debian.org Subject: Re: [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib Message-ID: Mail-Followup-To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Eduard Zingerman , Kumar Kartikeya Dwivedi , Nathan Chancellor , Arnd Bergmann , Luis Chamberlain , Petr Pavlu , Sami Tolvanen , Daniel Gomez , Paul Moore , James Morris , "Serge E. Hallyn" , Jonathan Corbet , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Naveen N Rao , Mimi Zohar , Roberto Sassu , Dmitry Kasatkin , Eric Snowberg , Daniel Gomez , Aaron Tomlin , "Christophe Leroy (CS GROUP)" , Nicolas Bouchinet , Xiu Jianfeng , Martin KaFai Lau , Song Liu , Yonghong Song , Jiri Olsa , bpf@vger.kernel.org, Fabian =?iso-8859-1?Q?Gr=FCnbichler?= , Arnout Engelen , Mattia Rizzolo , kpcyrd , Christian Heusel , =?iso-8859-1?Q?C=E2ju?= Mihai-Drosi , Eric Biggers , Sebastian Andrzej Siewior , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-modules@vger.kernel.org, linux-security-module@vger.kernel.org, linux-doc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-integrity@vger.kernel.org, debian-kernel@lists.debian.org References: <20260505-module-hashes-v5-0-e174a5a49fce@weissschuh.net> <20260505-module-hashes-v5-13-e174a5a49fce@weissschuh.net> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260505-module-hashes-v5-13-e174a5a49fce@weissschuh.net> On Tue, May 05, 2026 at 11:05:17AM +0200, Thomas Weißschuh wrote: > To allow CONFIG_MODULE_HASHES in combination with INSTALL_MOD_STRIP, > this logc will also be used by Makefile.modfinal. s/logc/logic/ > > Move it to a shared location to enable reuse. > > Signed-off-by: Thomas Weißschuh > --- > scripts/Makefile.lib | 32 ++++++++++++++++++++++++++++++++ > scripts/Makefile.modinst | 37 +++++-------------------------------- > 2 files changed, 37 insertions(+), 32 deletions(-) For kbuild: Reviewed-by: Nicolas Schier -- Nicolas