Commit 700199b0 authored by Andreas Platschek's avatar Andreas Platschek Committed by Linus Torvalds

Kconfig: lib/Kconfig.debug: fix references to Documenation

Documentation on development tools was moved to Documentation/devl-tools
and sphinxified (renamed from .txt to .rst).

References in lib/Kconfig.debug need to be updated to the new location.

Link: http://lkml.kernel.org/r/1476698152-29340-2-git-send-email-andreas.platschek@opentech.atSigned-off-by: default avatarAndreas Platschek <andreas.platschek@opentech.at>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9a29d0fb
...@@ -194,8 +194,8 @@ config GDB_SCRIPTS ...@@ -194,8 +194,8 @@ config GDB_SCRIPTS
build directory. If you load vmlinux into gdb, the helper build directory. If you load vmlinux into gdb, the helper
scripts will be automatically imported by gdb as well, and scripts will be automatically imported by gdb as well, and
additional functions are available to analyze a Linux kernel additional functions are available to analyze a Linux kernel
instance. See Documentation/gdb-kernel-debugging.txt for further instance. See Documentation/dev-tools/gdb-kernel-debugging.rst
details. for further details.
config ENABLE_WARN_DEPRECATED config ENABLE_WARN_DEPRECATED
bool "Enable __deprecated logic" bool "Enable __deprecated logic"
...@@ -542,7 +542,7 @@ config DEBUG_KMEMLEAK ...@@ -542,7 +542,7 @@ config DEBUG_KMEMLEAK
difference being that the orphan objects are not freed but difference being that the orphan objects are not freed but
only shown in /sys/kernel/debug/kmemleak. Enabling this only shown in /sys/kernel/debug/kmemleak. Enabling this
feature will introduce an overhead to memory feature will introduce an overhead to memory
allocations. See Documentation/kmemleak.txt for more allocations. See Documentation/dev-tools/kmemleak.rst for more
details. details.
Enabling DEBUG_SLAB or SLUB_DEBUG may increase the chances Enabling DEBUG_SLAB or SLUB_DEBUG may increase the chances
...@@ -739,7 +739,7 @@ config KCOV ...@@ -739,7 +739,7 @@ config KCOV
different machines and across reboots. If you need stable PC values, different machines and across reboots. If you need stable PC values,
disable RANDOMIZE_BASE. disable RANDOMIZE_BASE.
For more details, see Documentation/kcov.txt. For more details, see Documentation/dev-tools/kcov.rst.
config KCOV_INSTRUMENT_ALL config KCOV_INSTRUMENT_ALL
bool "Instrument all code by default" bool "Instrument all code by default"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment