Commit 0e4fd816 authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD)
Browse files

Documentation: Move RAS section to admin-guide



This is where this stuff should be.

Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/87a5pes8jy.fsf@meer.lwn.net
parent 87a61237
Loading
Loading
Loading
Loading

Documentation/RAS/index.rst

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

===========================================================
Reliability, Availability and Serviceability (RAS) features
===========================================================

This documents different aspects of the RAS functionality present in the
kernel.

.. toctree::
   :maxdepth: 2

   error-decoding
   address-translation
+7 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0
.. toctree::
   :maxdepth: 2

   main
   error-decoding
   address-translation
+7 −3
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0
.. include:: <isonum.txt>

============================================
Reliability, Availability and Serviceability
============================================
==================================================
Reliability, Availability and Serviceability (RAS)
==================================================

This documents different aspects of the RAS functionality present in the
kernel.

RAS concepts
************
Loading