[PATCH 1/3] docs: s390: restore important non-kdoc parts of s390dbf.rst

2019-07-03 Thread Steffen Maier
Complements previous ("s390: include/asm/debug.h add kerneldoc markups") which seemed to have dropped important non-kdoc parts such as user space interface (level, size, flush) as well as views and caution regarding strings in the sprintf view. Signed-off-by: Steffen Maier --- Doc

[PATCH 2/3] docs: s390: unify and update s390dbf kdocs at debug.c

2019-07-03 Thread Steffen Maier
I. Signed-off-by: Steffen Maier --- Documentation/s390/s390dbf.rst | 1 + arch/s390/include/asm/debug.h | 112 ++--- arch/s390/kernel/debug.c | 105 +++--- 3 files changed, 102 insertions(+), 116 deletions(-) di

[PATCH 3/3] docs: s390: s390dbf: typos and formatting, update crash command

2019-07-03 Thread Steffen Maier
Signed-off-by: Steffen Maier --- Documentation/s390/s390dbf.rst | 122 +++-- 1 file changed, 68 insertions(+), 54 deletions(-) diff --git a/Documentation/s390/s390dbf.rst b/Documentation/s390/s390dbf.rst index be42892b159e..cdb36842b898 100644 --- a

[PATCH 0/3] docs: s390: restore content and update s390dbf.rst

2019-07-03 Thread Steffen Maier
ion/s390?h=features] If I was not mistaken, some documentation was accidentally lost and patch 1 restores it. After having looked closer, I came up with patches 2 and 3. Rendered successfully on a current Fedora 30 and it looks good: $ make SPHINXDIRS="s390" htmldocs Steffen Maier (3):

[PATCH v2] Documentation: ftrace: clarify filters with dynamic ftrace and graph

2018-04-13 Thread Steffen Maier
I fell into the trap of having set up function tracer with a very limited filter and then switched over to function_graph and was erroneously wondering why the latter did not trace what I expected, which was the full unabridged graph recursion. Signed-off-by: Steffen Maier Cc: Steven Rostedt Cc

[PATCH] Documentation: ftrace: clarify filters with dynamic ftrace and graph

2018-04-13 Thread Steffen Maier
I fell into the trap of having set up function tracer with a very limited filter and then switched over to function_graph and was erroneously wondering why the latter did not trace what I expected, which was the full unabridged graph recursion. Signed-off-by: Steffen Maier Cc: Steven Rostedt Cc

[PATCH] docs-rst: fix broken links to dynamic-debug-howto in kernel-parameters

2017-06-14 Thread Steffen Maier
Another place in lib/Kconfig.debug was already fixed in commit f8998c226587 ("lib/Kconfig.debug: correct documentation paths"). Fixes: 9d85025b0418 ("docs-rst: create an user's manual book") Signed-off-by: Steffen Maier --- Documentation/admin-guide/kernel-paramete