From nobody Thu Apr 9 13:37:09 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 B6D763B961B; Fri, 27 Feb 2026 06:38:07 +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=1772174290; cv=none; b=JCgA33opuggwdmltGxi6im7gTIG0epDxOVtFl30aXOKgB0Jl0c8iyChKITDRZx7nYuVnNUj04LoUY9WwRzYFK7UI3sZvbJuXO3QNi5iC8tTUcaS35LFIX2dEdUdIV+sTAIigtnlT0te+GU/YBxifDaxvGcS65Qz0TRU5FqCwgho= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772174290; c=relaxed/simple; bh=bkXGwvvaOvc0BEh/UPqlv0oKwlhbzEGpNzwjMPjItm8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=bfFoY70vx1KY5ZPc0n3+ZvQ/pVLvYC92oUViq9Xp3i//78nlFKebXapqxyk41+N01OSUQ8T+XDIVGTdfjORhQOHGHpcFK93/ybz/P/PeNXLJaYClZm04LnVeNIfv7XF7UJC4JmOz/tBwPMg3g9pnVlwKv0b9D4b/QHFryEykWXM= 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=ZUZg+IrQ; 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="ZUZg+IrQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1772174283; bh=bkXGwvvaOvc0BEh/UPqlv0oKwlhbzEGpNzwjMPjItm8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=ZUZg+IrQbZIv5UkzEK+Njg+e09jDUUZkY/oWCQ3ZpkU5C5RRAatNSMMGbDZjn/ASH LupyXk67UKjK+86JtWYnj3niQ28654dWTv3CRnNHBKC2B+Xa/7A+IcTKQfN1nLnECV I0FVJyccIhriBFr/7xAQ6s90G5oHIpZIl82Gv24c= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Fri, 27 Feb 2026 07:38:07 +0100 Subject: [PATCH 9/9] kbuild: uapi: remove now unneeded guard 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: <20260227-kbuild-uapi-libc-v1-9-c17de0d19776@weissschuh.net> References: <20260227-kbuild-uapi-libc-v1-0-c17de0d19776@weissschuh.net> In-Reply-To: <20260227-kbuild-uapi-libc-v1-0-c17de0d19776@weissschuh.net> To: Nathan Chancellor , Nicolas Schier , Brian Cain Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , linux-hexagon@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1772174282; l=1090; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=bkXGwvvaOvc0BEh/UPqlv0oKwlhbzEGpNzwjMPjItm8=; b=rYE5gUNrshLbWx7rPwMmoa1PUEr8jFZdzgkTzSi4rkRdR9eLPLv92HKnFmFq1AnNKisEsjSDh zV4KjucMC2EA6czxzuumwfoCOZYd1CXyWB9V8WRSvcHfiK5K7BkkORT X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= The test compilation does not allow usage of the toolchain headers anymore, so these dummy headers are not needed anymore. Signed-off-by: Thomas Wei=C3=9Fschuh --- usr/dummy-include/stdbool.h | 7 ------- usr/dummy-include/stdlib.h | 7 ------- 2 files changed, 14 deletions(-) diff --git a/usr/dummy-include/stdbool.h b/usr/dummy-include/stdbool.h deleted file mode 100644 index 54ff9e9c90ac..000000000000 --- a/usr/dummy-include/stdbool.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef _STDBOOL_H -#define _STDBOOL_H - -#error "Please do not include from exported headers" - -#endif /* _STDBOOL_H */ diff --git a/usr/dummy-include/stdlib.h b/usr/dummy-include/stdlib.h deleted file mode 100644 index e8c21888e371..000000000000 --- a/usr/dummy-include/stdlib.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef _STDLIB_H -#define _STDLIB_H - -#error "Please do not include from exported headers" - -#endif /* _STDLIB_H */ --=20 2.53.0