* [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
@ 2025-11-05 20:26 Nicolas Schier
2025-11-06 4:35 ` Nathan Chancellor
2025-11-11 15:02 ` Nicolas Schier
0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Schier @ 2025-11-05 20:26 UTC (permalink / raw)
To: Nathan Chancellor; +Cc: linux-kbuild, linux-kernel, Nicolas Schier
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>
---
| 2 --
1 file changed, 2 deletions(-)
--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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
2025-11-05 20:26 [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries Nicolas Schier
@ 2025-11-06 4:35 ` Nathan Chancellor
2025-11-11 15:02 ` Nicolas Schier
1 sibling, 0 replies; 3+ messages in thread
From: Nathan Chancellor @ 2025-11-06 4:35 UTC (permalink / raw)
To: Nicolas Schier; +Cc: linux-kbuild, linux-kernel
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
2025-11-05 20:26 [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries Nicolas Schier
2025-11-06 4:35 ` Nathan Chancellor
@ 2025-11-11 15:02 ` Nicolas Schier
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Schier @ 2025-11-11 15:02 UTC (permalink / raw)
To: Nathan Chancellor; +Cc: Nicolas Schier, linux-kbuild, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-11 15:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 20:26 [PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries Nicolas Schier
2025-11-06 4:35 ` Nathan Chancellor
2025-11-11 15:02 ` Nicolas Schier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).