diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-07 20:03:18 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-08 00:50:28 +0100 |
commit | 337c188dff4a850643ee299c38b2591bbda937a7 (patch) | |
tree | 0f138816980cc848a5a8fa11acda862a9d060bbe /Documentation/admin-guide/index.rst | |
parent | doc-rst: admin-guide: move bug bisect to a separate file (diff) | |
download | linux-337c188dff4a850643ee299c38b2591bbda937a7.tar.xz linux-337c188dff4a850643ee299c38b2591bbda937a7.zip |
admin-guide: move tainted kernels info to a separate file
The tainted kernels info is not directly related to
the oops tracing. So, let's move it to a separate file.
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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 98e60f678352..86a6ab98d6b6 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -8,7 +8,7 @@ document! With luck things will improve quickly over time. This initial section contains overall information, including the README file describing the kernel as a whole, documentation on kernel parameters, -etc. +etc. .. toctree:: :maxdepth: 1 @@ -22,12 +22,13 @@ problems and bugs in particular. .. toctree:: :maxdepth: 1 - + reporting-bugs security-bugs bug-hunting bug-bisect oops-tracing + tainted-kernels ramoops dynamic-debug-howto init @@ -38,7 +39,7 @@ ABI will be found here. .. toctree:: :maxdepth: 1 - + sysfs-rules The rest of this manual consists of various unordered guides on how to @@ -46,7 +47,7 @@ configure specific aspects of kernel behavior to your liking. .. toctree:: :maxdepth: 1 - + initrd serial-console braille-console |