]> Git Repo - linux.git/blob - Documentation/RAS/ras.rst
dt-bindings: firmware: xilinx: Describe soc-nvmem subnode
[linux.git] / Documentation / RAS / ras.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Reliability, Availability and Serviceability features
4 =====================================================
5
6 This documents different aspects of the RAS functionality present in the
7 kernel.
8
9 Error decoding
10 ---------------
11
12 * x86
13
14 Error decoding on AMD systems should be done using the rasdaemon tool:
15 https://github.com/mchehab/rasdaemon/
16
17 While the daemon is running, it would automatically log and decode
18 errors. If not, one can still decode such errors by supplying the
19 hardware information from the error::
20
21         $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca
22
23 Also, the user can pass particular family and model to decode the error
24 string::
25
26         $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca --family <CPU Family> --model <CPU Model> --bank <BANK_NUM>
This page took 0.033736 seconds and 4 git commands to generate.