mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 08:56:42 +07:00
bc8e80d56c
Reuse mce_amd_inj's debugfs interface so that mce-inject can benefit from it too. The old functionality is still preserved under CONFIG_X86_MCELOG_LEGACY. Tested-by: Yazen Ghannam <yazen.ghannam@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de> Acked-by: Yazen Ghannam <yazen.ghannam@amd.com> Cc: Borislav Petkov <bp@alien8.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/20170613162835.30750-4-bp@alien8.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
13 lines
592 B
Plaintext
13 lines
592 B
Plaintext
config RAS_CEC
|
|
bool "Correctable Errors Collector"
|
|
depends on X86_MCE && MEMORY_FAILURE && DEBUG_FS
|
|
---help---
|
|
This is a small cache which collects correctable memory errors per 4K
|
|
page PFN and counts their repeated occurrence. Once the counter for a
|
|
PFN overflows, we try to soft-offline that page as we take it to mean
|
|
that it has reached a relatively high error count and would probably
|
|
be best if we don't use it anymore.
|
|
|
|
Bear in mind that this is absolutely useless if your platform doesn't
|
|
have ECC DIMMs and doesn't have DRAM ECC checking enabled in the BIOS.
|