lkml.org 
[lkml]   [2011]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/4] edac: i5100 add documentation for fault injection
Date
Add documentation for the fault injection sysfs nodes supporting the
i5100 MC.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ericsson.com>
---
Documentation/edac.txt | 58 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/Documentation/edac.txt b/Documentation/edac.txt
index 249822c..6476d1b 100644
--- a/Documentation/edac.txt
+++ b/Documentation/edac.txt
@@ -869,3 +869,61 @@ exports one
by the driver. Since, with udimm, this is counted by software, it is
possible that some errors could be lost. With rdimm's, they displays the
contents of the registers
+
+=======================================================================
+I5100 ERROR INJECTION USING EDAC APIs
+
+The i5100 MC has the ability to generate errors. The driver implements this
+functionality via some error injection nodes in sysfs under:
+
+ /sys/devices/system/edac/mc/mc?/
+
+ inject_channel:
+ Specifies what channel that will generate an error
+
+ inject_deviceptr1:
+ inject_deviceptr2:
+ Specifies what device location errors will be injected in. There
+ are two device pointers per channel and 18 locations on each device.
+
+ inject_hlinesel:
+ Specifies what part of the cacheline the eccmask is applied to
+ 3 for both
+ 2 for the highest
+ 1 for the lowest
+
+ inject_eccmask1:
+ inject_eccmask2:
+ Specify what bits will have troubles,
+ bits 0:7 - XOR mask for transfer 0 (lower half cache line) or 2
+ (upper half cache line).
+ bits 8:15 - XOR mask for transfer 1 (lower half cache line) or 3
+ (upper half cache line).
+
+ inject_enable:
+ Injects one error when when something different than 0 is written.
+
+ All inject vars can be read. root permission is needed for write.
+
+ Datasheet states nothing on how to trigger an injection, experimentation
+ shows that a read is enough to detect the error. If the error is not
+ detected reinject it a few times by first disabling then enabling using
+ inject_enable. During testing the driver detected about 75% of the injected
+ errors, not sure why the driver don't see all injections.
+
+ For example, the following code will generate an CE error on channel 0:
+
+ echo 0 > /sys/devices/system/edac/mc/mc0/inject_channel
+ echo 0 > /sys/devices/system/edac/mc/mc0/inject_deviceptr1
+ echo 1 > /sys/devices/system/edac/mc/mc0/inject_hlinesel
+ echo 61440 > /sys/devices/system/edac/mc/mc0/inject_eccmask1
+ echo 1 >/sys/devices/system/edac/mc/mc0/inject_enable
+
+ The generated error message will look like:
+
+ CE chan 0, bank 0, rank 0, syndrome 0x29c5860f, cas 2920, ras 12235, csrow 0, label "DIMM0": correctable demand data ECC
+
+ If the injected error is not detected reinject it:
+
+ echo 0 >/sys/devices/system/edac/mc/mc0/inject_enable
+ echo 1 >/sys/devices/system/edac/mc/mc0/inject_enable
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-12-14 17:07    [W:0.185 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site