Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754015AbbEAOvF (ORCPT ); Fri, 1 May 2015 10:51:05 -0400 Received: from mail-bn1on0113.outbound.protection.outlook.com ([157.56.110.113]:22352 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753624AbbEAOu7 (ORCPT ); Fri, 1 May 2015 10:50:59 -0400 X-Greylist: delayed 68314 seconds by postgrey-1.27 at vger.kernel.org; Fri, 01 May 2015 10:50:58 EDT Authentication-Results: spf=none (sender IP is 165.204.84.222) smtp.mailfrom=amd.com; alien8.de; dkim=none (message not signed) header.d=none; X-WSS-ID: 0NNOEKT-08-UXR-02 X-M-MSG: Message-ID: <554392CC.8030807@amd.com> Date: Fri, 1 May 2015 09:50:52 -0500 From: Aravind Gopalakrishnan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Borislav Petkov CC: Andy Lutomirski , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Tony Luck , Jiang Liu , Yinghai Lu , X86 ML , Denys Vlasenko , Jan Beulich , , Dave Hansen , Oleg Nesterov , "Steven Rostedt" , Rusty Russell , "Prarit Bhargava" , Rasmus Villemoes , , Andy Shevchenko , "Maciej W. Rozycki" , Wang Nan , "linux-kernel@vger.kernel.org" , linux-edac Subject: Re: [PATCH 2/4] x86/mce/amd: Introduce deferred error interrupt handler References: <1430405365-4473-1-git-send-email-Aravind.Gopalakrishnan@amd.com> <1430405365-4473-3-git-send-email-Aravind.Gopalakrishnan@amd.com> <5542FE1E.2090209@amd.com> <20150501093602.GF10239@pd.tnic> In-Reply-To: <20150501093602.GF10239@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 X-Forefront-Antispam-Report: CIP:165.204.84.222;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(428002)(189002)(377454003)(479174004)(164054003)(24454002)(199003)(47776003)(92566002)(83506001)(59896002)(105586002)(106466001)(65956001)(62966003)(99136001)(50986999)(54356999)(65816999)(77156002)(77096005)(86362001)(64126003)(101416001)(50466002)(87936001)(33656002)(80316001)(2950100001)(23676002)(46102003)(93886004)(76176999)(36756003)(120886001)(110136002);DIR:OUT;SFP:1102;SCL:1;SRVR:BY1PR02MB1116;H:atltwp02.amd.com;FPR:;SPF:None;MLV:sfv;MX:1;A:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR02MB1116; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BY1PR02MB1116;BCL:0;PCL:0;RULEID:;SRVR:BY1PR02MB1116; X-Forefront-PRVS: 0563F2E8B7 X-OriginatorOrg: amd4.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 01 May 2015 14:50:55.5541 (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: BY1PR02MB1116 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 24 On 5/1/2015 4:36 AM, Borislav Petkov wrote: > On Thu, Apr 30, 2015 at 11:16:30PM -0500, Aravind Gopalakrishnan wrote: >> I used the term as it is an interrupt due to the deferred error. >> Would 'deferred_err_interrupt' be more apt? Maybe 'irq_deferred_error_count' >> for the counter? > Yeah, I think it is important to stick to the "deferred error" naming > as those are interrupts announcing deferred errors and not deferred > interrupts. > Ok. I'll shall do this substitution in V2: s/deferred_interrupt/deferred_error and in mce_amd.c, s/def_int_vector/def_err_int_vector unless you have any objections. Thanks, -Aravind. -- 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/