Re: + kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch added to mm-nonmm-unstable branch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andrew,

This has been landed in Linus' tree.
(d67393f4d28ef0544eaf382f1123dcaf56495dc9)

Please drop the patch from your tree.


Masahiro



On Fri, Dec 6, 2024 at 10:13 AM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>
> The patch titled
>      Subject: kbuild: drop support for include/asm-<arch> in headers_check.pl
> has been added to the -mm mm-nonmm-unstable branch.  Its filename is
>      kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch
>
> This patch will shortly appear at
>      https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch
>
> This patch will later appear in the mm-nonmm-unstable branch at
>     git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>
> Before you just go and hit "reply", please:
>    a) Consider who else should be cc'ed
>    b) Prefer to cc a suitable mailing list as well
>    c) Ideally: find the original patch on the mailing list and do a
>       reply-to-all to that, adding suitable additional cc's
>
> *** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
>
> The -mm tree is included into linux-next via the mm-everything
> branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> and is updated there every 2-3 working days
>
> ------------------------------------------------------
> From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Subject: kbuild: drop support for include/asm-<arch> in headers_check.pl
> Date: Thu, 5 Dec 2024 14:20:43 +0100
>
> "include/asm-<arch>" was replaced by "arch/<arch>/include/asm" a long time
> ago.  All assembler header files are now included using "#include
> <asm/*>", so there is no longer a need to rewrite paths.
>
> Link: https://lkml.kernel.org/r/19fb5b49396239d28020015ba2640d77dacdb6c2.1733404444.git.geert+renesas@xxxxxxxxx
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Cc: Andy Whitcroft <apw@xxxxxxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Dwaipayan Ray <dwaipayanray1@xxxxxxxxx>
> Cc: Joe Perches <joe@xxxxxxxxxxx>
> Cc: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
> Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> Cc: Nathan Chancellor <nathan@xxxxxxxxxx>
> Cc: Nicolas Schier <nicolas@xxxxxxxxx>
> Cc: Oleg Nesterov <oleg@xxxxxxxxxx>
> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
> Cc: Yury Norov <yury.norov@xxxxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> ---
>
>  usr/include/headers_check.pl |    4 ----
>  1 file changed, 4 deletions(-)
>
> --- a/usr/include/headers_check.pl~kbuild-drop-support-for-include-asm-arch-in-headers_checkpl
> +++ a/usr/include/headers_check.pl
> @@ -55,10 +55,6 @@ sub check_include
>                 my $found;
>                 $found = stat($dir . "/" . $inc);
>                 if (!$found) {
> -                       $inc =~ s#asm/#asm-$arch/#;
> -                       $found = stat($dir . "/" . $inc);
> -               }
> -               if (!$found) {
>                         printf STDERR "$filename:$lineno: included file '$inc' is not exported\n";
>                         $ret = 1;
>                 }
> _
>
> Patches currently in -mm which might be from geert+renesas@xxxxxxxxx are
>
> checkpatch-update-reference-to-include-asm-arch.patch
> kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch
> include-update-references-to-include-asm-arch.patch
>


-- 
Best Regards
Masahiro Yamada





[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux