Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757819AbYHHMUU (ORCPT ); Fri, 8 Aug 2008 08:20:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755105AbYHHMUJ (ORCPT ); Fri, 8 Aug 2008 08:20:09 -0400 Received: from one.firstfloor.org ([213.235.205.2]:44257 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753636AbYHHMUI (ORCPT ); Fri, 8 Aug 2008 08:20:08 -0400 Date: Fri, 8 Aug 2008 14:20:52 +0200 From: Andi Kleen To: Cliff Wickman Cc: Andi Kleen , Vivek Goyal , Keith Owens , Jay Lan , Christoph Lameter , Stefan Richter , Nick Piggin , jmerkey@wolfmountaingroup.com, Geert Uytterhoeven , Josh Boyer , linux-kernel@vger.kernel.org, Takenori Nagano , Bernhard Walle Subject: Re: [ANNOUNCE] Merkey's Kernel Debugger Message-ID: <20080808122052.GA9038@one.firstfloor.org> References: <20080807200659.GJ24801@one.firstfloor.org> <23175.1218148134@ocs10w> <20080808011500.GA531@redhat.com> <20080808022916.GM24801@one.firstfloor.org> <20080808120813.GA17364@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080808120813.GA17364@sgi.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 20 > In a partitioned system [I work for SGI, so I'm talking about an Altix], > there is memory sharing among multiple single-system images. And if > one of those partitions were to panic the other partitions need to > be informed that they cannot address the panic'd partition's memory. > (Once that partition is rebooted any such access will cause an MCA > in the accessor.) There are already existing shutdown hooks. Aren't they good enough for that? I would feel uneasy about having arbitary drivers hook into panic(). While I'm sure your code is great there is unfortunately a lot of crappy driver code around. -Andi -- 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/