linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust to clang-version.sh removal
@ 2021-01-21 16:01 Lukas Bulwahn
  2021-01-21 16:15 ` Sedat Dilek
  2021-01-21 16:16 ` Nathan Chancellor
  0 siblings, 2 replies; 10+ messages in thread
From: Lukas Bulwahn @ 2021-01-21 16:01 UTC (permalink / raw)
  To: Masahiro Yamada, linux-kbuild
  Cc: Nick Desaulniers, Nathan Chancellor, clang-built-linux,
	Joe Perches, Ralf Ramsauer, Pia Eichinger, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 6c8ad4427f6e ("kbuild: check the minimum compiler version in
Kconfig") removed ./scripts/clang-version.sh and moved its content to
./scripts/cc-version.sh.

Since then, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    scripts/clang-version.sh

The CLANG/LLVM BUILD SUPPORT section in MAINTAINERS intends to track
changes in ./scripts/clang-version.sh; as the file is removed, track
changes in ./scripts/cc-version.sh instead now.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20210121

Masahiro-san, please pick this quick fix-up patch.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e5d7cf38ec82..aafbea806a82 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4355,8 +4355,8 @@ B:	https://github.com/ClangBuiltLinux/linux/issues
 C:	irc://chat.freenode.net/clangbuiltlinux
 F:	Documentation/kbuild/llvm.rst
 F:	include/linux/compiler-clang.h
+F:	scripts/cc-version.sh
 F:	scripts/clang-tools/
-F:	scripts/clang-version.sh
 F:	scripts/lld-version.sh
 K:	\b(?i:clang|llvm)\b
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-23  9:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 16:01 [PATCH] MAINTAINERS: adjust to clang-version.sh removal Lukas Bulwahn
2021-01-21 16:15 ` Sedat Dilek
2021-01-21 16:22   ` Lukas Bulwahn
2021-01-22 12:33   ` Dan Carpenter
2021-01-23  2:38     ` Sedat Dilek
2021-01-23  9:20       ` Dan Carpenter
2021-01-21 16:16 ` Nathan Chancellor
2021-01-21 16:20   ` Sedat Dilek
2021-01-21 16:25   ` Lukas Bulwahn
2021-01-21 17:26   ` Masahiro Yamada

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).