[PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries

Nicolas Schier posted 1 patch 1 month, 1 week ago
scripts/headers_install.sh | 2 --
1 file changed, 2 deletions(-)
[PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
Posted by Nicolas Schier 1 month, 1 week ago
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@kernel.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
Re: [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
Posted by Nicolas Schier 1 month, 1 week ago
On Wed, 05 Nov 2025 21:26:02 +0100, Nicolas Schier wrote:
> 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").
> 
> 

Applied to kbuild-next, thanks!

[1/1] scripts: headers_install.sh: Remove two outdated config leak ignore entries
      https://git.kernel.org/kbuild/c/7bade3f7

Please note that commit hashes might change in case of issues with
kbuild-next.

Best regards,
-- 
Nicolas
Re: [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
Posted by Nathan Chancellor 1 month, 1 week ago
On Wed, Nov 05, 2025 at 09:26:02PM +0100, Nicolas Schier wrote:
> 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@kernel.org>

Reviewed-by: Nathan Chancellor <nathan@kernel.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
>