[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251106043540.GA909744@ax162>
Date: Wed, 5 Nov 2025 21:35:40 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: Nicolas Schier <nsc@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scripts: headers_install.sh: Remove two outdated config
leak ignore entries
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@...nel.org>
Reviewed-by: Nathan Chancellor <nathan@...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