Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754974AbZFYU11 (ORCPT ); Thu, 25 Jun 2009 16:27:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751950AbZFYU1S (ORCPT ); Thu, 25 Jun 2009 16:27:18 -0400 Received: from cantor.suse.de ([195.135.220.2]:40456 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbZFYU1S (ORCPT ); Thu, 25 Jun 2009 16:27:18 -0400 Date: Thu, 25 Jun 2009 13:16:15 -0700 From: Greg KH To: Ingo Molnar Cc: "Eric W. Biederman" , x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Kurt Garloff , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: sysctl to allow panic on IOCK NMI error Message-ID: <20090625201615.GA6644@suse.de> References: <20090624213211.GA11291@kroah.com> <20090625200728.GB6410@suse.de> <20090625201835.GA10263@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090625201835.GA10263@elte.hu> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1935 Lines: 53 On Thu, Jun 25, 2009 at 10:18:35PM +0200, Ingo Molnar wrote: > > * Greg KH wrote: > > > On Thu, Jun 25, 2009 at 11:15:45AM -0700, Eric W. Biederman wrote: > > > Greg KH writes: > > > > > > > From: Kurt Garloff > > > > > > > > This patch introduces a sysctl /proc/sys/kernel/panic_on_io_nmi, which > > > > defaults to 0 (off). > > > > > > > > When enabled, the kernel panics when the kernel receives an NMI caused > > > > by an IO error. > > > > > > > > The IO error triggered NMI indicates a serious system condition, which > > > > could result in IO data corruption. Rather than contiuing, panicing and > > > > dumping might be a better choice, so one can figure out what's causing > > > > the IO error. > > > > > > > > This could be especially important to companies running IO intensive > > > > applications where corruption must be avoided, e.g. a banks databases. > > > > > > Nacked-by: "Eric W. Biederman" > > > > > > New binary sysctls are not allowed. Please remove the > > > sysctl.h and .ctl_name portions. > > > > > > see: > > > Documentation/sysctl/ctl_unnumbered.txt > > > Documentation/feature-remove-schedule.txt > > > > > > I have a set of patches that should make this kind of thing > > > fail to compile for .32. Hopefully I can get that out in > > > the next couple of days. Making problems like this easier > > > to spot and deal with. > > > > Oops, ok, will do, sorry about that. Let me go create a new > > patch. > > > > Ingo, do you want an incremental one, or a replacement for the > > original? > > Neither - already fixed :) Wonderful, thanks for doing this. greg k-h -- 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/