From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755214AbbCSQUd (ORCPT ); Thu, 19 Mar 2015 12:20:33 -0400 Received: from mail-bl2on0102.outbound.protection.outlook.com ([65.55.169.102]:31337 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755127AbbCSQU1 (ORCPT ); Thu, 19 Mar 2015 12:20:27 -0400 X-WSS-ID: 0NLGW1X-07-4RB-02 X-M-MSG: Message-ID: <550AF743.8070906@amd.com> Date: Thu, 19 Mar 2015 11:20:19 -0500 From: Aravind Gopalakrishnan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Borislav Petkov CC: "Luck, Tony" , "tglx@linutronix.de" , "mingo@redhat.com" , "hpa@zytor.com" , "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 References: <1426526164-3806-1-git-send-email-Aravind.Gopalakrishnan@amd.com> <20150317102048.GG19645@pd.tnic> <5508756A.1090908@amd.com> <20150317184441.GI19645@pd.tnic> <3908561D78D1C84285E8C5FCA982C28F32A234ED@ORSMSX114.amr.corp.intel.com> <20150319092953.GB10860@pd.tnic> <550ADFFD.2090708@amd.com> <20150319155345.GE11715@pd.tnic> In-Reply-To: <20150319155345.GE11715@pd.tnic> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.180.168.240] X-EOPAttributedMessage: 0 Authentication-Results: spf=none (sender IP is 165.204.84.221) smtp.mailfrom=Aravind.Gopalakrishnan@amd.com; alien8.de; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:165.204.84.221;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(428002)(164054003)(51704005)(377454003)(189002)(24454002)(199003)(479174004)(77096005)(2950100001)(80316001)(83506001)(76176999)(50466002)(87936001)(86362001)(93886004)(92566002)(62966003)(77156002)(54356999)(120886001)(23676002)(101416001)(65816999)(50986999)(87266999)(46102003)(105586002)(47776003)(110136001)(65806001)(106466001)(33656002)(64126003)(36756003)(65956001);DIR:OUT;SFP:1102;SCL:1;SRVR:BLUPR02MB148;H:atltwp01.amd.com;FPR:;SPF:None;MLV:sfv;MX:1;A:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR02MB148; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006);SRVR:BLUPR02MB148;BCL:0;PCL:0;RULEID:;SRVR:BLUPR02MB148; X-Forefront-PRVS: 052017CAF1 X-OriginatorOrg: amd4.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Mar 2015 16:20:22.9124 (UTC) X-MS-Exchange-CrossTenant-Id: fde4dada-be84-483f-92cc-e026cbee8e96 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fde4dada-be84-483f-92cc-e026cbee8e96;Ip=[165.204.84.221];Helo=[atltwp01.amd.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR02MB148 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/19/2015 10:53 AM, Borislav Petkov wrote: > On Thu, Mar 19, 2015 at 09:41:01AM -0500, Aravind Gopalakrishnan wrote: >> Ok, I'll work on this and prepend the changes to the current version >> of the patch. Would you prefer the changes be in a separate patch or >> lump it in along with current version? > It would be best if what Tony suggested comes ontop of your patch with > his Suggested-by: tag. This ordering should be also the easiest wrt > functionality and bisectability. > > Ok, I'll have it ready and send out a V2 by tomorrow if there are no other comments/reviews. Thanks, -Aravind.