Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1598624

Re: [PATCH 3/4] RAS: Add a Corrected Errors Collector

From Boris Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject Re: [PATCH 3/4] RAS: Add a Corrected Errors Collector
Date 2017-03-12 14:50 +0100
Message-ID <tkc2K-2cL-15@gated-at.bofh.it> (permalink)
References <tj3kS-3Nk-5@gated-at.bofh.it> <tj3XB-43h-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On March 9, 2017 11:08:17 AM GMT+01:00, Borislav Petkov <bp@alien8.de> wrote:
>From: Borislav Petkov <bp@suse.de>

...

>diff --git a/arch/x86/ras/Kconfig b/arch/x86/ras/Kconfig
>index 0bc60a308730..2a2d89d39af6 100644
>--- a/arch/x86/ras/Kconfig
>+++ b/arch/x86/ras/Kconfig
>@@ -7,3 +7,17 @@ config MCE_AMD_INJ
> 	  aspects of the MCE handling code.
> 
> 	  WARNING: Do not even assume this interface is staying stable!
>+
>+config RAS_CEC
>+	bool "Correctable Errors Collector"
>+	depends on X86_MCE && MEMORY_FAILURE && DEBUG_FS
>+	---help---

Btw, we should run it a couple releases like this and once we have the warm fuzzy feeling, make it default y.

-- 
Sent from a small device: formatting sux and brevity is inevitable. 

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] RAS: Add CEC collector and deprecate mcelog Borislav Petkov <bp@alien8.de> - 2017-03-09 11:20 +0100
  [PATCH 1/4] x86/MCE: Rename mce_log()'s argument Borislav Petkov <bp@alien8.de> - 2017-03-09 11:40 +0100
  [PATCH 4/4] x86/mce: Deprecate /dev/mcelog Borislav Petkov <bp@alien8.de> - 2017-03-09 12:00 +0100
  [PATCH 2/4] x86/MCE: Rename mce_log to mce_log_buffer Borislav Petkov <bp@alien8.de> - 2017-03-09 12:00 +0100
  [PATCH 3/4] RAS: Add a Corrected Errors Collector Borislav Petkov <bp@alien8.de> - 2017-03-09 12:00 +0100
    Re: [PATCH 3/4] RAS: Add a Corrected Errors Collector Boris Petkov <bp@alien8.de> - 2017-03-12 14:50 +0100

csiph-web