From nobody Thu Apr 9 13:37:44 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 6550F36215F; Fri, 27 Feb 2026 06:38:05 +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=1772174286; cv=none; b=m+IA4nozznd654pmPXYLxKPujnozMq9yMbiyUeeh5IafcfMw0VMshlixL6Fp7df3Pa8vRoz+xj8a0EhwGzG/RtHUvvwKKJquygAaos/sEacWSIGrvhGl3rhHQnXh8bQ/CF9GmeAFEhKgWwoM/yNHoJ2UOspUbReq+52knLiNYiw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772174286; c=relaxed/simple; bh=YuQ1Co+OkVPuKnZ7K5F11NNnxW5YJpFGZZQ0qhiE+B8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=F3by18Brk3DW+cGwvVh+Vj7CrPT7CxTaoVJs0UTI7RwZRnhKD9ah6x/LDLYxlQkr9P3+Pv1uzCeGpbqF22AcrKCkpiEM0NsPTYnzRqgMEzgi00cOsC44N2vJtyMh3682+M+6aphAWXWcTHZ7G4MxN1XXzD84HMJJw91FECkcKpY= 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=n+lObUaX; 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="n+lObUaX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1772174282; bh=YuQ1Co+OkVPuKnZ7K5F11NNnxW5YJpFGZZQ0qhiE+B8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=n+lObUaXzVGd1Y3zCN8z9caS4OzXqzI7rqHZuiU1C3t4dVcroLihYThTlB8C4EOmq os/0UsC5/rK9fWrca5ja3godalcPcpB3WPhCFA17StYZHu8jkW1y3GNectanRUYyNb NZJ8jYCzBxVJXG2B77W11OpM2t3SfEVUup54I0fk= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Fri, 27 Feb 2026 07:38:01 +0100 Subject: [PATCH 3/9] kbuild: uapi: deduplicate linux/bpf_perf_event.h exclusions 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-3-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=1025; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=YuQ1Co+OkVPuKnZ7K5F11NNnxW5YJpFGZZQ0qhiE+B8=; b=q60QBQ4V9i7XOSCSInFML6wrE//rzsaQb97vuhVw3dMw2XpfEL0iUm08i/8r9ZBo9vYutxLj9 yH7RAtvp14MCZNuWHGdEYC58fGIKW2PjoSn8BiEMfmS7dlMOx7ixbZm X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= This header is excluded for multiple architectures. Use a single exclusion for all of them. Signed-off-by: Thomas Wei=C3=9Fschuh --- usr/include/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/usr/include/Makefile b/usr/include/Makefile index 595996eefcc6..ae365d32269a 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -48,11 +48,7 @@ no-header-test +=3D xen/privcmd.h =20 # More headers are broken in some architectures =20 -ifeq ($(SRCARCH),arc) -no-header-test +=3D linux/bpf_perf_event.h -endif - -ifeq ($(SRCARCH),openrisc) +ifneq ($(filter arc openrisc xtensa, $(SRCARCH)),) no-header-test +=3D linux/bpf_perf_event.h endif =20 @@ -61,10 +57,6 @@ no-header-test +=3D asm/uctx.h no-header-test +=3D asm/fbio.h endif =20 -ifeq ($(SRCARCH),xtensa) -no-header-test +=3D linux/bpf_perf_event.h -endif - # asm-generic/*.h is used by asm/*.h, and should not be included directly no-header-test +=3D asm-generic/% =20 --=20 2.53.0