From: Mauro Carvalho Chehab Date: Fri, 19 Apr 2019 22:01:18 +0000 (-0300) Subject: docs: move gcc_plugins.txt to core-api and rename to .rst X-Git-Tag: v5.3-rc1~69^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5ccd65ab6272f21f442695b0022a4f553d818e5;p=thirdparty%2Fkernel%2Flinux.git docs: move gcc_plugins.txt to core-api and rename to .rst The gcc_plugins.txt file is already a ReST file. Move it to the core-api book while renaming it. Signed-off-by: Mauro Carvalho Chehab Acked-by: Kees Cook --- diff --git a/Documentation/gcc-plugins.txt b/Documentation/core-api/gcc-plugins.rst similarity index 100% rename from Documentation/gcc-plugins.txt rename to Documentation/core-api/gcc-plugins.rst diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 322ac954b390f..da0ed972d2244 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -36,6 +36,7 @@ Core utilities memory-hotplug protection-keys ../RCU/index + gcc-plugins Interfaces for kernel debugging diff --git a/MAINTAINERS b/MAINTAINERS index 4b9fd11466a2b..db96cd4a229bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6655,7 +6655,7 @@ S: Maintained F: scripts/gcc-plugins/ F: scripts/gcc-plugin.sh F: scripts/Makefile.gcc-plugins -F: Documentation/gcc-plugins.txt +F: Documentation/core-api/gcc-plugins.rst GASKET DRIVER FRAMEWORK M: Rob Springer diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig index e9c677a53c746..d33de0b9f4f5f 100644 --- a/scripts/gcc-plugins/Kconfig +++ b/scripts/gcc-plugins/Kconfig @@ -23,7 +23,7 @@ config GCC_PLUGINS GCC plugins are loadable modules that provide extra features to the compiler. They are useful for runtime instrumentation and static analysis. - See Documentation/gcc-plugins.txt for details. + See Documentation/core-api/gcc-plugins.rst for details. menu "GCC plugins" depends on GCC_PLUGINS