Skip to content

Commit 7bade3f

Browse files
author
Nicolas Schier
committed
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 d3e5bab ("arch: simplify architecture specific page size configuration"). Reviewed-by: Nathan Chancellor <[email protected]> Link: https://patch.msgid.link/20251105-update-headers-install-config-leak-ignore-list-v1-1-40be3eed68cb@kernel.org Signed-off-by: Nicolas Schier <[email protected]>
1 parent 9362d34 commit 7bade3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/headers_install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ configs=$(sed -e '
7070
#
7171
# The format is <file-name>:<CONFIG-option> in each line.
7272
config_leak_ignores="
73-
arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_16K
74-
arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_4K
7573
arch/arc/include/uapi/asm/swab.h:CONFIG_ARC_HAS_SWAPE
7674
arch/arm/include/uapi/asm/ptrace.h:CONFIG_CPU_ENDIAN_BE8
7775
arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_NO

0 commit comments

Comments
 (0)