Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934026AbcJQJ40 (ORCPT ); Mon, 17 Oct 2016 05:56:26 -0400 Received: from mail.osadl.at ([92.243.35.153]:52999 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758587AbcJQJ4X (ORCPT ); Mon, 17 Oct 2016 05:56:23 -0400 From: Andreas Platschek To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, paulmck@linux.vnet.ibm.com, keescook@chromium.org, mingo@kernel.org, mmarek@suse.com, dan.j.williams@intel.com, jpoimboe@redhat.com, tj@kernel.org, nikolay@cumulusnetworks.com, dvyukov@google.com, shuah@kernel.org, aryabinin@virtuozzo.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, borntraeger@de.ibm.com, yang.shi@linaro.org, Andreas Platschek Subject: [PATCH 1/2] Kconfig: lib/Kconfig.debug: fix references to Documenation Date: Mon, 17 Oct 2016 09:55:51 +0000 Message-Id: <1476698152-29340-2-git-send-email-andreas.platschek@opentech.at> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1476698152-29340-1-git-send-email-andreas.platschek@opentech.at> References: <1476698152-29340-1-git-send-email-andreas.platschek@opentech.at> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1684 Lines: 45 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. Signed-off-by: Andreas Platschek --- lib/Kconfig.debug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 85a456a..d70dc5b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -175,8 +175,8 @@ config GDB_SCRIPTS build directory. If you load vmlinux into gdb, the helper scripts will be automatically imported by gdb as well, and additional functions are available to analyze a Linux kernel - instance. See Documentation/gdb-kernel-debugging.txt for further - details. + instance. See Documentation/dev-tools/gdb-kernel-debugging.rst + for further details. config ENABLE_WARN_DEPRECATED bool "Enable __deprecated logic" @@ -522,7 +522,7 @@ config DEBUG_KMEMLEAK difference being that the orphan objects are not freed but only shown in /sys/kernel/debug/kmemleak. Enabling this feature will introduce an overhead to memory - allocations. See Documentation/kmemleak.txt for more + allocations. See Documentation/dev-tools/kmemleak.rst for more details. Enabling DEBUG_SLAB or SLUB_DEBUG may increase the chances @@ -719,7 +719,7 @@ config KCOV different machines and across reboots. If you need stable PC values, disable RANDOMIZE_BASE. - For more details, see Documentation/kcov.txt. + For more details, see Documentation/dev-tools/kcov.rst. config KCOV_INSTRUMENT_ALL bool "Instrument all code by default" -- 2.9.3