* [PATCH] lib/Kconfig.debug: correct documentation paths
@ 2016-12-13 14:40 Hans Holmberg
2016-12-13 23:41 ` Jonathan Corbet
2017-02-24 8:36 ` Krzysztof Kozlowski
0 siblings, 2 replies; 6+ messages in thread
From: Hans Holmberg @ 2016-12-13 14:40 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, linux-kernel
A bunch of documentation files have moved, correct the paths.
Signed-off-by: Hans Holmberg <hans@pixelmunchies.com>
---
lib/Kconfig.debug | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e6327d1..18ffa80 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -130,7 +130,8 @@ config DYNAMIC_DEBUG
nullarbor:~ # echo -n 'func svc_process -p' >
<debugfs>/dynamic_debug/control
- See Documentation/dynamic-debug-howto.txt for additional information.
+ See Documentation/admin-guide/dynamic-debug-howto.rst for additional
+ information.
endmenu # "printk and dmesg options"
@@ -194,8 +195,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"
@@ -404,8 +405,8 @@ config MAGIC_SYSRQ
by pressing various keys while holding SysRq (Alt+PrintScreen). It
also works on a serial console (on PC hardware at least), if you
send a BREAK and then within 5 seconds a command keypress. The
- keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
- unless you really know what this hack does.
+ keys are documented in <file:Documentation/admin-guide/sysrq.rst>.
+ Don't say Y unless you really know what this hack does.
config MAGIC_SYSRQ_DEFAULT_ENABLE
hex "Enable magic SysRq key functions by default"
@@ -414,7 +415,7 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
help
Specifies which SysRq key functions are enabled by default.
This may be set to 1 or 0 to enable or disable them all, or
- to a bitmask as described in Documentation/sysrq.txt.
+ to a bitmask as described in Documentation/admin-guide/sysrq.rst.
config DEBUG_KERNEL
bool "Kernel debugging"
@@ -542,8 +543,8 @@ 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
- details.
+ allocations. See Documentation/dev-tools/kmemleak.rst for
+ more details.
Enabling DEBUG_SLAB or SLUB_DEBUG may increase the chances
of finding leaks due to the slab objects poisoning.
@@ -739,7 +740,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"
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] lib/Kconfig.debug: correct documentation paths
2016-12-13 14:40 [PATCH] lib/Kconfig.debug: correct documentation paths Hans Holmberg
@ 2016-12-13 23:41 ` Jonathan Corbet
2017-02-24 8:36 ` Krzysztof Kozlowski
1 sibling, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2016-12-13 23:41 UTC (permalink / raw)
To: Hans Holmberg; +Cc: linux-doc, linux-kernel
On Tue, 13 Dec 2016 15:40:57 +0100
Hans Holmberg <hans@pixelmunchies.com> wrote:
> A bunch of documentation files have moved, correct the paths.
Good catch. Guess I'm as good a messenger as anybody else for this one;
applied to docs-next, thanks.
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] lib/Kconfig.debug: correct documentation paths
2016-12-13 14:40 [PATCH] lib/Kconfig.debug: correct documentation paths Hans Holmberg
2016-12-13 23:41 ` Jonathan Corbet
@ 2017-02-24 8:36 ` Krzysztof Kozlowski
2017-02-24 17:21 ` Jonathan Corbet
1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2017-02-24 8:36 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, Hans Holmberg
On Tue, Dec 13, 2016 at 4:40 PM, Hans Holmberg <hans@pixelmunchies.com> wrote:
> A bunch of documentation files have moved, correct the paths.
>
> Signed-off-by: Hans Holmberg <hans@pixelmunchies.com>
> ---
> lib/Kconfig.debug | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>
Hi Jon,
What happened with this patch? I am asking because on top of
next-20170224 I found some more sysrq.txt obsolete paths... including
the ones fixed here. I am not sure whether I am fixing something
already fixed?
Best regards,
Krzysztof
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index e6327d1..18ffa80 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -130,7 +130,8 @@ config DYNAMIC_DEBUG
> nullarbor:~ # echo -n 'func svc_process -p' >
> <debugfs>/dynamic_debug/control
>
> - See Documentation/dynamic-debug-howto.txt for additional information.
> + See Documentation/admin-guide/dynamic-debug-howto.rst for additional
> + information.
>
> endmenu # "printk and dmesg options"
>
> @@ -194,8 +195,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"
> @@ -404,8 +405,8 @@ config MAGIC_SYSRQ
> by pressing various keys while holding SysRq (Alt+PrintScreen). It
> also works on a serial console (on PC hardware at least), if you
> send a BREAK and then within 5 seconds a command keypress. The
> - keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
> - unless you really know what this hack does.
> + keys are documented in <file:Documentation/admin-guide/sysrq.rst>.
> + Don't say Y unless you really know what this hack does.
>
> config MAGIC_SYSRQ_DEFAULT_ENABLE
> hex "Enable magic SysRq key functions by default"
> @@ -414,7 +415,7 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
> help
> Specifies which SysRq key functions are enabled by default.
> This may be set to 1 or 0 to enable or disable them all, or
> - to a bitmask as described in Documentation/sysrq.txt.
> + to a bitmask as described in Documentation/admin-guide/sysrq.rst.
>
> config DEBUG_KERNEL
> bool "Kernel debugging"
> @@ -542,8 +543,8 @@ 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
> - details.
> + allocations. See Documentation/dev-tools/kmemleak.rst for
> + more details.
>
> Enabling DEBUG_SLAB or SLUB_DEBUG may increase the chances
> of finding leaks due to the slab objects poisoning.
> @@ -739,7 +740,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"
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] lib/Kconfig.debug: correct documentation paths
2017-02-24 8:36 ` Krzysztof Kozlowski
@ 2017-02-24 17:21 ` Jonathan Corbet
2017-02-24 17:29 ` Krzysztof Kozlowski
2017-03-16 8:29 ` Hans Holmberg
0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Corbet @ 2017-02-24 17:21 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: linux-doc, linux-kernel, Hans Holmberg
On Fri, 24 Feb 2017 10:36:20 +0200
Krzysztof Kozlowski <krzk@kernel.org> wrote:
> What happened with this patch? I am asking because on top of
> next-20170224 I found some more sysrq.txt obsolete paths... including
> the ones fixed here. I am not sure whether I am fixing something
> already fixed?
What happened, most likely, is that I saw /lib/Kconfig.debug and assumed
it was one of the many patches sent my way that aren't really up to me to
handle. But nobody else really owns /lib either, I guess. I've dug the
patch out of my archive and will get it in.
Thanks,
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] lib/Kconfig.debug: correct documentation paths
2017-02-24 17:21 ` Jonathan Corbet
@ 2017-02-24 17:29 ` Krzysztof Kozlowski
2017-03-16 8:29 ` Hans Holmberg
1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2017-02-24 17:29 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, Hans Holmberg
On Fri, Feb 24, 2017 at 10:21:35AM -0700, Jonathan Corbet wrote:
> On Fri, 24 Feb 2017 10:36:20 +0200
> Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> > What happened with this patch? I am asking because on top of
> > next-20170224 I found some more sysrq.txt obsolete paths... including
> > the ones fixed here. I am not sure whether I am fixing something
> > already fixed?
>
> What happened, most likely, is that I saw /lib/Kconfig.debug and assumed
> it was one of the many patches sent my way that aren't really up to me to
> handle. But nobody else really owns /lib either, I guess. I've dug the
> patch out of my archive and will get it in.
>
Greatm thank you!
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] lib/Kconfig.debug: correct documentation paths
2017-02-24 17:21 ` Jonathan Corbet
2017-02-24 17:29 ` Krzysztof Kozlowski
@ 2017-03-16 8:29 ` Hans Holmberg
1 sibling, 0 replies; 6+ messages in thread
From: Hans Holmberg @ 2017-03-16 8:29 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Krzysztof Kozlowski, linux-doc, linux-kernel
On Fri, Feb 24, 2017 at 10:21:35AM -0700, Jonathan Corbet wrote:
> On Fri, 24 Feb 2017 10:36:20 +0200
> Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> > What happened with this patch? I am asking because on top of
> > next-20170224 I found some more sysrq.txt obsolete paths... including
> > the ones fixed here. I am not sure whether I am fixing something
> > already fixed?
>
> What happened, most likely, is that I saw /lib/Kconfig.debug and assumed
> it was one of the many patches sent my way that aren't really up to me to
> handle. But nobody else really owns /lib either, I guess. I've dug the
> patch out of my archive and will get it in.
>
Great! I just noticed that the patch does not apply, so i'll rebase it and
send out a V2.
Thanks,
Hans
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-03-16 8:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13 14:40 [PATCH] lib/Kconfig.debug: correct documentation paths Hans Holmberg
2016-12-13 23:41 ` Jonathan Corbet
2017-02-24 8:36 ` Krzysztof Kozlowski
2017-02-24 17:21 ` Jonathan Corbet
2017-02-24 17:29 ` Krzysztof Kozlowski
2017-03-16 8:29 ` Hans Holmberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox