From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752845AbbCQHmX (ORCPT ); Tue, 17 Mar 2015 03:42:23 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:35603 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751405AbbCQHmT (ORCPT ); Tue, 17 Mar 2015 03:42:19 -0400 Date: Tue, 17 Mar 2015 08:42:14 +0100 From: Ingo Molnar To: Aravind Gopalakrishnan Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, tony.luck@intel.com, bp@alien8.de, slaoub@gmail.com, luto@amacapital.net, x86@kernel.org, linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org Subject: Re: [PATCH] x86, mce, severities: Add AMD severities function Message-ID: <20150317074214.GA27687@gmail.com> References: <1426526164-3806-1-git-send-email-Aravind.Gopalakrishnan@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426526164-3806-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 * Aravind Gopalakrishnan wrote: > Add a severities function that caters to AMD processors. > This allows us to do some vendor specific work within the > function if necessary. > > Also, introduce a vendor flag bitfield which contains vendor > specific flags. The severities code uses this to define error > scope based on the prescence of the flags field. So it would be nice to see actual use of this new facility, within the same patch series? Thanks, Ingo