From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752733AbbCXPXx (ORCPT ); Tue, 24 Mar 2015 11:23:53 -0400 Received: from mail-bn1on0143.outbound.protection.outlook.com ([157.56.110.143]:56976 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752207AbbCXPXt (ORCPT ); Tue, 24 Mar 2015 11:23:49 -0400 X-WSS-ID: 0NLQ2RH-08-6KO-02 X-M-MSG: Message-ID: <5511817F.2050905@amd.com> Date: Tue, 24 Mar 2015 10:23:43 -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: , , , , , , , , Subject: Re: [PATCH V3 1/2] x86, mce, severities: Add AMD severities function References: <1427125373-2918-1-git-send-email-Aravind.Gopalakrishnan@amd.com> <1427125373-2918-2-git-send-email-Aravind.Gopalakrishnan@amd.com> <20150324083039.GA11525@pd.tnic> <55117C89.6080609@amd.com> <20150324151840.GB11525@pd.tnic> In-Reply-To: <20150324151840.GB11525@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.222) smtp.mailfrom=Aravind.Gopalakrishnan@amd.com; alien8.de; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:165.204.84.222;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(428002)(51704005)(377454003)(41574002)(199003)(479174004)(189002)(47776003)(80316001)(46102003)(99136001)(77096005)(19580395003)(101416001)(87936001)(23676002)(33656002)(54356999)(83506001)(64126003)(50466002)(87266999)(65806001)(86362001)(15975445007)(105586002)(76176999)(92566002)(59896002)(110136001)(93886004)(62966003)(120886001)(50986999)(36756003)(106466001)(2950100001)(65956001)(77156002);DIR:OUT;SFP:1102;SCL:1;SRVR:BLUPR02MB406;H:atltwp02.amd.com;FPR:;SPF:None;MLV:sfv;A:1;MX:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR02MB406; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(5002010);SRVR:BLUPR02MB406;BCL:0;PCL:0;RULEID:;SRVR:BLUPR02MB406; X-Forefront-PRVS: 0525BB0ADF X-OriginatorOrg: amd4.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 24 Mar 2015 15:23:46.3761 (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.222];Helo=[atltwp02.amd.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR02MB406 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/24/2015 10:18 AM, Borislav Petkov wrote: > On Tue, Mar 24, 2015 at 10:02:33AM -0500, Aravind Gopalakrishnan wrote: >> I think the clean way to fix this would be to move the line to [patch 2/2]. >> Besides, we would need a new patch 2 anyway as the patch application would >> fail due to changes to the comment line. > Already done and done. > > Here's what I'm working with: > > http://git.kernel.org/cgit/linux/kernel/git/bp/bp.git/log/?h=tip-x86-ras > Ah. Ok, Thanks! -Aravind.