diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-12-19 17:24:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-14 11:32:46 +0100 |
commit | af5ba49cf7052aaa0b2c7d71f9cd85ef85a4cbfe (patch) | |
tree | 8d8a29a5fe4055d8095e4787fde1924ae320ecde /MAINTAINERS | |
parent | ad13421fd2cd49d68f422b4243958b3f05d562d2 (diff) | |
download | linux-stable-af5ba49cf7052aaa0b2c7d71f9cd85ef85a4cbfe.tar.gz linux-stable-af5ba49cf7052aaa0b2c7d71f9cd85ef85a4cbfe.tar.bz2 linux-stable-af5ba49cf7052aaa0b2c7d71f9cd85ef85a4cbfe.zip |
MAINTAINERS: adjust GCC PLUGINS after gcc-plugin.sh removal
commit 5136bb8c8b5872676f397b27f93a30568baf3a25 upstream.
Commit 1e860048c53e ("gcc-plugins: simplify GCC plugin-dev capability test")
removed ./scripts/gcc-plugin.sh, but missed to adjust MAINTAINERS.
Hence, ./scripts/get_maintainers.pl --self-test=patterns warns:
warning: no file matches F: scripts/gcc-plugin.sh
Adjust entries in GGC PLUGINS section after this file removal.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4fef10dd2975..c64c9354c287 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7310,7 +7310,6 @@ L: linux-hardening@vger.kernel.org S: Maintained F: Documentation/kbuild/gcc-plugins.rst F: scripts/Makefile.gcc-plugins -F: scripts/gcc-plugin.sh F: scripts/gcc-plugins/ GCOV BASED KERNEL PROFILING |