Merge tag 'edac_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Pull EDAC updates from Borislav Petkov: - Make amd64_edac still load on a machine with unpopulated nodes + cleanups (Yazen Ghannam) - Expose per-DIMM error counts in sysfs (Aaron Miller) - Add T2080 l2-cache support to mpc85xx (Chris Packham) - Random other small improvements/cleanups/fixlets * tag 'edac_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp: EDAC, mce_amd: Print IPID and Syndrome on a separate line EDAC, amd64: Bump driver version MAINTAINERS, EDAC: Update email for Thor Thayer EDAC, fsl_ddr: Make locally used symbols static EDAC, mpc85xx: Add T2080 l2-cache support EDAC, amd64: Add x86cpuid sanity check during init EDAC, amd64: Don't treat ECC disabled as failure EDAC: Add routine to check if MC devices list is empty EDAC, amd64: Remove unused printing macros EDAC, amd64: Rework messages in ecc_enabled() EDAC, amd64: Move global code out of instance functions EDAC, amd64: Free unused memory when init_one_instance() fails EDAC, mce_amd: Give more context to deferred error message EDAC, i7300: Test for the second channel properly EDAC, sb_edac: Get rid of ->show_interleave_mode() EDAC: Expose per-DIMM error counts in sysfs EDAC, amd64: Save and return err code from probe_one_instance() EDAC, i82975x: Add ioremap_nocache() error handling EDAC: Fix typos in enum mem_type comments EDAC: Make dev_attr_sdram_scrub_rate static
This commit is contained in:
@@ -438,11 +438,13 @@ A typical EDAC system has the following structure under
|
||||
│ │ ├── ce_count
|
||||
│ │ ├── ce_noinfo_count
|
||||
│ │ ├── dimm0
|
||||
│ │ │ ├── dimm_ce_count
|
||||
│ │ │ ├── dimm_dev_type
|
||||
│ │ │ ├── dimm_edac_mode
|
||||
│ │ │ ├── dimm_label
|
||||
│ │ │ ├── dimm_location
|
||||
│ │ │ ├── dimm_mem_type
|
||||
│ │ │ ├── dimm_ue_count
|
||||
│ │ │ ├── size
|
||||
│ │ │ └── uevent
|
||||
│ │ ├── max_location
|
||||
@@ -457,11 +459,13 @@ A typical EDAC system has the following structure under
|
||||
│ │ ├── ce_count
|
||||
│ │ ├── ce_noinfo_count
|
||||
│ │ ├── dimm0
|
||||
│ │ │ ├── dimm_ce_count
|
||||
│ │ │ ├── dimm_dev_type
|
||||
│ │ │ ├── dimm_edac_mode
|
||||
│ │ │ ├── dimm_label
|
||||
│ │ │ ├── dimm_location
|
||||
│ │ │ ├── dimm_mem_type
|
||||
│ │ │ ├── dimm_ue_count
|
||||
│ │ │ ├── size
|
||||
│ │ │ └── uevent
|
||||
│ │ ├── max_location
|
||||
@@ -483,6 +487,22 @@ this ``X`` memory module:
|
||||
This attribute file displays, in count of megabytes, the memory
|
||||
that this csrow contains.
|
||||
|
||||
- ``dimm_ue_count`` - Uncorrectable Errors count attribute file
|
||||
|
||||
This attribute file displays the total count of uncorrectable
|
||||
errors that have occurred on this DIMM. If panic_on_ue is set
|
||||
this counter will not have a chance to increment, since EDAC
|
||||
will panic the system.
|
||||
|
||||
- ``dimm_ce_count`` - Correctable Errors count attribute file
|
||||
|
||||
This attribute file displays the total count of correctable
|
||||
errors that have occurred on this DIMM. This count is very
|
||||
important to examine. CEs provide early indications that a
|
||||
DIMM is beginning to fail. This count field should be
|
||||
monitored for non-zero values and report such information
|
||||
to the system administrator.
|
||||
|
||||
- ``dimm_dev_type`` - Device type attribute file
|
||||
|
||||
This attribute file will display what type of DRAM device is
|
||||
|
Reference in New Issue
Block a user