From nobody Wed Apr 1 22:08:21 2026 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) (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 6C61A35FF75 for ; Wed, 1 Apr 2026 15:08:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.126.157 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775056112; cv=none; b=p7aapt1BcV8hjTaDVLv9C8e6CIMQdROWkYueLBoPj5PNiZK0S0eskxjInlWaCkK6Kd4LN/r2bbxqGECuEfQ26RJyttQcOpFxAv4w9e9M5qHXOkCFCCl3j5Yr/Byur35QroY08ogryPwamvbhtwvKNRaYQlkVnaMnkquPHkTEXR4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775056112; c=relaxed/simple; bh=cKgA3Nazxw86mbZ6gipmRoofWhwUD15eiiMcSFaaucE=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=nmpIs5yFBielf4k+UvNeZNxCt3MHb7dK7PaU89SuqWwIk5QGo8d0l49obcfePYdxT3nqnK8AvySY3sbDPn8K21vD1JFCOIKeBQaz9gM1IEgybCJ1tUkBi7CFofFNwEbav0xxiyW0vdE5ga++pDYDsHkvapsFMSyZFJigYbEepfE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net; spf=pass smtp.mailfrom=weissschuh.net; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b=OmmX/6iI; arc=none smtp.client-ip=159.69.126.157 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b="OmmX/6iI" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1775056108; bh=cKgA3Nazxw86mbZ6gipmRoofWhwUD15eiiMcSFaaucE=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=OmmX/6iIK7l1aQ8X/vIOOvKKF8cAPGejE2IyHxw+RQk6VDJyJaapHJm0RLM1RhpvI mJYhrP9v6ZUspxJh4278hg6Qqn8xbvPy0Ax+dH5ovFMr0+0h3L24VraZ5R2XLz6n7u QxiaoTWjD6jlH2L2zpwFVbejJ58/G+xXZe0LergE= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Wed, 01 Apr 2026 17:08:28 +0200 Subject: [PATCH 1/4] tools/nolibc: drop superfluous invocation of 'make headers' 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 Message-Id: <20260401-nolibc-cleanup-v1-1-bcf4c9f5c1be@weissschuh.net> References: <20260401-nolibc-cleanup-v1-0-bcf4c9f5c1be@weissschuh.net> In-Reply-To: <20260401-nolibc-cleanup-v1-0-bcf4c9f5c1be@weissschuh.net> To: Willy Tarreau Cc: linux-kernel@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.15.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1775056108; l=776; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=cKgA3Nazxw86mbZ6gipmRoofWhwUD15eiiMcSFaaucE=; b=BmK3l1lJpK+9Jd88K9fmeCQ6EW5Akoa3mi3abk4EZ9yZCkB7F2flvvI+6XD73X7THn32BTSRc OrU4PzdaDCoCURtgzYhxTwM65WZe/uja55sCaMFkEPq7ocP6DT5SsK5 X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= The headers_install target of the toplevel Makefile will already make sure that the headers are up-to-date. Drop the superfluous explicit invocation. Signed-off-by: Thomas Wei=C3=9Fschuh --- tools/include/nolibc/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index e3a2ec9b2e43..47ba2bde6d44 100644 --- a/tools/include/nolibc/Makefile +++ b/tools/include/nolibc/Makefile @@ -102,7 +102,6 @@ headers: $(Q)cp --parents $(arch_files) $(all_files) "$(OUTPUT)sysroot/include/" =20 headers_standalone: headers - $(Q)$(MAKE) -C $(srctree) headers $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=3D$(OUTPUT)sys= root =20 CFLAGS_s390 :=3D -m64 --=20 2.53.0