Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <mchehab+samsung@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>

+3 -2
+1
Documentation/core-api/index.rst
··· 36 36 memory-hotplug 37 37 protection-keys 38 38 ../RCU/index 39 + gcc-plugins 39 40 40 41 41 42 Interfaces for kernel debugging
Documentation/gcc-plugins.txt Documentation/core-api/gcc-plugins.rst
+1 -1
MAINTAINERS
··· 6655 6655 F: scripts/gcc-plugins/ 6656 6656 F: scripts/gcc-plugin.sh 6657 6657 F: scripts/Makefile.gcc-plugins 6658 - F: Documentation/gcc-plugins.txt 6658 + F: Documentation/core-api/gcc-plugins.rst 6659 6659 6660 6660 GASKET DRIVER FRAMEWORK 6661 6661 M: Rob Springer <rspringer@google.com>
+1 -1
scripts/gcc-plugins/Kconfig
··· 23 23 GCC plugins are loadable modules that provide extra features to the 24 24 compiler. They are useful for runtime instrumentation and static analysis. 25 25 26 - See Documentation/gcc-plugins.txt for details. 26 + See Documentation/core-api/gcc-plugins.rst for details. 27 27 28 28 menu "GCC plugins" 29 29 depends on GCC_PLUGINS