Re: [PATCH] x86: Add an option to disable decoding of MCE

From: Randy Dunlap
Date: Mon Jan 10 2011 - 17:55:23 EST



On Mon, January 10, 2011 2:46 pm, Mike Waychison wrote:
> This patch applies to v2.6.37.
> ---
>
>
> On our systems, we do not want to have any "decoders" called on machine
> check events. These decoders can easily spam our logs and cause space
> problems on machines that have a lot of correctable error events. We _do_
> however want to get the messages delivered via /dev/mcelog for userland
> processing.
>
> Introduce an interface "dont_decode" that allows us to skip the
> decoders. We always call the decoders by default.
>
> Google-Bug-Id: 3289142
> Signed-off-by: Mike Waychison <mikew@xxxxxxxxxx>
> ---
> arch/x86/kernel/cpu/mcheck/mce.c | 24 ++++++++++++++++++------ 1 files
> changed, 18 insertions(+), 6 deletions(-)


Hi,

Please update Documentation/x86/x86_64/boot-options.txt
with this new option.

--
~Randy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/