From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755243Ab0IMUt6 (ORCPT ); Mon, 13 Sep 2010 16:49:58 -0400 Received: from one.firstfloor.org ([213.235.205.2]:35328 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751607Ab0IMUt5 (ORCPT ); Mon, 13 Sep 2010 16:49:57 -0400 Date: Mon, 13 Sep 2010 22:49:52 +0200 From: Andi Kleen To: Don Zickus Cc: Huang Ying , Ingo Molnar , "H. Peter Anvin" , "linux-kernel@vger.kernel.org" Subject: Re: [RFC 5/6] x86, NMI, Add support to notify hardware error with unknown NMI Message-ID: <20100913224952.442d7a24@basil.nowhere.org> In-Reply-To: <20100913193655.GF26290@redhat.com> References: <20100910184039.GK4879@redhat.com> <1284344389.3269.82.camel@yhuang-dev.sh.intel.com> <20100913141140.GB27371@redhat.com> <20100913172438.37443bf7@basil.nowhere.org> <20100913154750.GA26290@redhat.com> <20100913185721.59ad9b4d@basil.nowhere.org> <20100913175346.GC26290@redhat.com> <20100913200707.3b31429e@basil.nowhere.org> <20100913182354.GE26290@redhat.com> <20100913203654.26724055@basil.nowhere.org> <20100913193655.GF26290@redhat.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.20.1; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Sep 2010 15:36:55 -0400 Don Zickus wrote: > On Mon, Sep 13, 2010 at 08:36:54PM +0200, Andi Kleen wrote: > > > > > > > > > > But if it's generic if not on the screen it should > > > > be at least in the error serialization data and logged after > > > > boot. > > > > > > I guess I don't know what that is, 'error serialization data'. Is > > > there somewhere I can read more about it? > > > > That's already supported in MCE -- saving the error record to NVRAM > > and logging it after reboot. NMI should probably do the same. > > It's much nicer than getting it from a console. > > Hmm, that assumes these boxes have NVRAM. I am not sure if many of > the boxes I see with problems have NVRAM on them. Practically every PC has a small amount of NVRAM. -Andi