From: Aravind Gopalakrishnan Date: Wed, 6 May 2015 11:58:56 +0000 (-0500) Subject: x86/mce/amd: Introduce deferred error interrupt handler X-Git-Tag: omap-for-v4.2/fixes-rc1^2~170^2^2~10^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fd78a81f6d3fe7f7a440c8629f9c52cd5f830e;p=pandora-kernel.git x86/mce/amd: Introduce deferred error interrupt handler Deferred errors indicate error conditions that were not corrected, but require no action from S/W (or action is optional).These errors provide info about a latent UC MCE that can occur when a poisoned data is consumed by the processor. Processors that report these errors can be configured to generate APIC interrupts to notify OS about the error. Provide an interrupt handler in this patch so that OS can catch these errors as and when they happen. Currently, we simply log the errors and exit the handler as S/W action is not mandated. Signed-off-by: Aravind Gopalakrishnan Cc: Tony Luck Cc: x86-ml Cc: linux-edac Link: http://lkml.kernel.org/r/1430913538-1415-5-git-send-email-Aravind.Gopalakrishnan@amd.com Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed