Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751673AbbGNEe3 (ORCPT ); Tue, 14 Jul 2015 00:34:29 -0400 Received: from mail.skyhub.de ([78.46.96.112]:39493 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750964AbbGNEe2 (ORCPT ); Tue, 14 Jul 2015 00:34:28 -0400 Date: Tue, 14 Jul 2015 06:34:16 +0200 From: Borislav Petkov To: Aravind Gopalakrishnan Cc: dougthompson@xmission.com, mchehab@osg.samsung.com, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] EDAC, MCE, AMD: Don't emit 'CE' for Deferred error Message-ID: <20150714043416.GB9201@nazgul.tnic> References: <1436788382-6463-1-git-send-email-aravind.gopalakrishnan@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1436788382-6463-1-git-send-email-aravind.gopalakrishnan@amd.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1117 Lines: 34 On Mon, Jul 13, 2015 at 06:53:02AM -0500, Aravind Gopalakrishnan wrote: > Currently, we also display 'CE' for a Deferred error. > like so- > [Hardware Error]: CPU:0 (15:2:0) > MC4_STATUS[Over|CE|MiscV|-|AddrV|Deferred|-|UECC]: 0xdc04b00095080813 > > When the 'UC' bit on MCx_STATUS register is clear, the error status > is either a Corrected error or Deferred error as determined by the > 'Deferred' bit. > > Refer AMD Error Scope Hierarchy table in a newer BKDG > (example: 49125_15h_Models_30h-3Fh_BKDG.pdf, section "RAS Features") > for clarification. > > Therefore, fix the output to not disply 'CE' > > Signed-off-by: Aravind Gopalakrishnan > --- > drivers/edac/mce_amd.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/