diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-07 22:03:19 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-08 02:50:33 +0300 |
commit | f226e460875da8e00febf55e5ec3438e498ca676 (patch) | |
tree | e3226e34e0120ba45e78edd3d22b4ffbb31b79e0 /Documentation/admin-guide/index.rst | |
parent | 337c188dff4a850643ee299c38b2591bbda937a7 (diff) | |
download | linux-f226e460875da8e00febf55e5ec3438e498ca676.tar.xz |
admin-guide: merge oops-tracing with bug-hunting
Now that oops-tracing.rst has only information about
stack dumps found on OOPS, and bug-hunting.rst has only
information about how to identify the source code line
associated with a stack dump, let's merge them and
improve the information inside it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/index.rst')
-rw-r--r-- | Documentation/admin-guide/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 86a6ab98d6b6..2681cbd24cdd 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -27,7 +27,6 @@ problems and bugs in particular. security-bugs bug-hunting bug-bisect - oops-tracing tainted-kernels ramoops dynamic-debug-howto |