[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251105-update-headers-install-config-leak-ignore-list-v1-1-40be3eed68cb@kernel.org>
Date: Wed, 05 Nov 2025 21:26:02 +0100
From: Nicolas Schier <nsc@...nel.org>
To: Nathan Chancellor <nathan@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Nicolas Schier <nsc@...nel.org>
Subject: [PATCH] scripts: headers_install.sh: Remove two outdated config
leak ignore entries
Remove config leak ignore entries for arch/arc/include/uapi/asm/page.h
as they have been removed in commit d3e5bab923d3 ("arch: simplify
architecture specific page size configuration").
Signed-off-by: Nicolas Schier <nsc@...nel.org>
---
scripts/headers_install.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
index 4c20c62c4faf..0e4e939efc94 100755
--- a/scripts/headers_install.sh
+++ b/scripts/headers_install.sh
@@ -70,8 +70,6 @@ configs=$(sed -e '
#
# The format is <file-name>:<CONFIG-option> in each line.
config_leak_ignores="
-arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_16K
-arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_4K
arch/arc/include/uapi/asm/swab.h:CONFIG_ARC_HAS_SWAPE
arch/arm/include/uapi/asm/ptrace.h:CONFIG_CPU_ENDIAN_BE8
arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_NO
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20251105-update-headers-install-config-leak-ignore-list-0ea71117fbe0
Best regards,
--
Nicolas
Powered by blists - more mailing lists