Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756402Ab1EQTH7 (ORCPT ); Tue, 17 May 2011 15:07:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26037 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756302Ab1EQTH6 (ORCPT ); Tue, 17 May 2011 15:07:58 -0400 Date: Tue, 17 May 2011 15:07:38 -0400 From: Don Zickus To: Andi Kleen Cc: Huang Ying , Cyrill Gorcunov , huang ying , Ingo Molnar , "linux-kernel@vger.kernel.org" , Andi Kleen , Robert Richter Subject: Re: [RFC] x86, NMI, Treat unknown NMI as hardware error Message-ID: <20110517190738.GH29881@redhat.com> References: <4DCE3493.4090404@gmail.com> <4DCF7413.4070704@gmail.com> <4DD07959.4030608@intel.com> <20110516190310.GH31888@redhat.com> <4DD20A2F.604@intel.com> <20110517142427.GL31888@redhat.com> <20110517163847.GF24805@tassilo.jf.intel.com> <20110517175707.GP31888@redhat.com> <20110517181859.GA25937@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110517181859.GA25937@tassilo.jf.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 23 On Tue, May 17, 2011 at 11:18:59AM -0700, Andi Kleen wrote: > > Random thought, in the Firmware first mode of HEST (which is the only way > > GHES records get produced??), does an SCI happen first to jump into the > > firmware for processing, then an NMI? > > Either that or there is a separate service processor which handles it. > Presumably it depends a lot on the particular system. Ah interesting. I was going to suggest somehow setting a bit when an SCI comes in and check that bit in the unknown NMI path as a possible hint that the NMI might be related to HEST (sorta how we flag unknown NMIs in the perf code). It was just an idea. Obviously a service processor will make that more difficult. :-) Cheers, Don -- 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/