From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753415AbbCaIsT (ORCPT ); Tue, 31 Mar 2015 04:48:19 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:38457 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751095AbbCaIsN (ORCPT ); Tue, 31 Mar 2015 04:48:13 -0400 Date: Tue, 31 Mar 2015 10:48:07 +0200 From: Ingo Molnar To: Borislav Petkov Cc: x86-ml , linux-edac , lkml Subject: Re: [GIT PULL] RAS: AMD severities grading Message-ID: <20150331084807.GA10962@gmail.com> References: <20150330081354.GC19897@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150330081354.GC19897@pd.tnic> 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 * Borislav Petkov wrote: > Hi Ingo, > > this is ontop of tip/x86/ras. Please pull, > > Thanks. > > The following changes since commit c9ce8712838e48bf356144122c5ecdcdac5d1829: > > x86/mce: Reindent __mcheck_cpu_apply_quirks() properly (2015-03-23 10:16:44 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/amd_severity > > for you to fetch changes up to 43eaa2a1ad70d72876cdbb2eb5450a2665e4770f: > > x86/mce: Define mce_severity function pointer (2015-03-24 12:14:15 +0100) > > ---------------------------------------------------------------- > This has been long in the making - an AMD-specific MCE-severity grading > function. And it is actually readable at a quick glance. Further error > recovery actions will be based on its output. > > Patches tested on every relevant AMD family out there. > > ---------------------------------------------------------------- > Aravind Gopalakrishnan (2): > x86/mce: Add an AMD severities-grading function > x86/mce: Define mce_severity function pointer > > arch/x86/include/asm/mce.h | 8 ++++ > arch/x86/kernel/cpu/mcheck/mce-internal.h | 2 +- > arch/x86/kernel/cpu/mcheck/mce-severity.c | 67 ++++++++++++++++++++++++++++++- > arch/x86/kernel/cpu/mcheck/mce.c | 10 +++++ > 4 files changed, 85 insertions(+), 2 deletions(-) Pulled, thanks Boris! Ingo