]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/ras/Kconfig
KVM: SVM: ignore type when setting segment registers
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / ras / Kconfig
1 config MCE_AMD_INJ
2 tristate "Simple MCE injection interface for AMD processors"
3 depends on RAS && X86_MCE && DEBUG_FS && AMD_NB
4 default n
5 help
6 This is a simple debugfs interface to inject MCEs and test different
7 aspects of the MCE handling code.
8
9 WARNING: Do not even assume this interface is staying stable!
10
11 config RAS_CEC
12 bool "Correctable Errors Collector"
13 depends on X86_MCE && MEMORY_FAILURE && DEBUG_FS
14 ---help---
15 This is a small cache which collects correctable memory errors per 4K
16 page PFN and counts their repeated occurrence. Once the counter for a
17 PFN overflows, we try to soft-offline that page as we take it to mean
18 that it has reached a relatively high error count and would probably
19 be best if we don't use it anymore.
20
21 Bear in mind that this is absolutely useless if your platform doesn't
22 have ECC DIMMs and doesn't have DRAM ECC checking enabled in the BIOS.
23