Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbZFYUMS (ORCPT ); Thu, 25 Jun 2009 16:12:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751503AbZFYUMJ (ORCPT ); Thu, 25 Jun 2009 16:12:09 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54952 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbZFYUMI (ORCPT ); Thu, 25 Jun 2009 16:12:08 -0400 Date: Thu, 25 Jun 2009 13:07:28 -0700 From: Greg KH To: "Eric W. Biederman" Cc: x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Kurt Garloff , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: sysctl to allow panic on IOCK NMI error Message-ID: <20090625200728.GB6410@suse.de> References: <20090624213211.GA11291@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 1620 Lines: 45 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? thanks, 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/