Skip to content

Commit 0e4fd81

Browse files
committed
Documentation: Move RAS section to admin-guide
This is where this stuff should be. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/87a5pes8jy.fsf@meer.lwn.net
1 parent 87a6123 commit 0e4fd81

File tree

8 files changed

+16
-22
lines changed

8 files changed

+16
-22
lines changed

Documentation/RAS/index.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
.. toctree::
3+
:maxdepth: 2
4+
5+
main
6+
error-decoding
7+
address-translation

Documentation/admin-guide/ras.rst renamed to Documentation/admin-guide/RAS/main.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
.. SPDX-License-Identifier: GPL-2.0
12
.. include:: <isonum.txt>
23

3-
============================================
4-
Reliability, Availability and Serviceability
5-
============================================
4+
==================================================
5+
Reliability, Availability and Serviceability (RAS)
6+
==================================================
7+
8+
This documents different aspects of the RAS functionality present in the
9+
kernel.
610

711
RAS concepts
812
************

Documentation/admin-guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ configure specific aspects of kernel behavior to your liking.
122122
pmf
123123
pnp
124124
rapidio
125-
ras
125+
RAS/index
126126
rtc
127127
serial-console
128128
svga

Documentation/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ to ReStructured Text format, or are simply too old.
113113
:maxdepth: 1
114114

115115
staging/index
116-
RAS/index
117116

118117

119118
Translations

MAINTAINERS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7584,7 +7584,6 @@ R: Robert Richter <rric@kernel.org>
75847584
L: linux-edac@vger.kernel.org
75857585
S: Supported
75867586
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-for-next
7587-
F: Documentation/admin-guide/ras.rst
75887587
F: Documentation/driver-api/edac.rst
75897588
F: drivers/edac/
75907589
F: include/linux/edac.h
@@ -18359,8 +18358,7 @@ M: Tony Luck <tony.luck@intel.com>
1835918358
M: Borislav Petkov <bp@alien8.de>
1836018359
L: linux-edac@vger.kernel.org
1836118360
S: Maintained
18362-
F: Documentation/RAS/
18363-
F: Documentation/admin-guide/ras.rst
18361+
F: Documentation/admin-guide/RAS
1836418362
F: drivers/ras/
1836518363
F: include/linux/ras.h
1836618364
F: include/ras/ras_event.h

0 commit comments

Comments
 (0)