* [merged] kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch removed from -mm tree
@ 2024-12-23 0:37 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-12-23 0:37 UTC (permalink / raw)
To: mm-commits, yury.norov, oleg, nicolas, nathan, masahiroy,
lukas.bulwahn, linux, joe, dwaipayanray1, arnd, apw,
geert+renesas, akpm
The quilt patch titled
Subject: kbuild: drop support for include/asm-<arch> in headers_check.pl
has been removed from the -mm tree. Its filename was
kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Geert Uytterhoeven <geert+renesas@glider.be>
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@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nicolas Schier <nicolas@fjasle.eu>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@glider.be are
checkpatch-update-reference-to-include-asm-arch.patch
include-update-references-to-include-asm-arch.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-23 0:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23 0:37 [merged] kbuild-drop-support-for-include-asm-arch-in-headers_checkpl.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.