Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 9 Nov 2002 21:59:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 9 Nov 2002 21:59:30 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:20552 "EHLO frodo.biederman.org") by vger.kernel.org with ESMTP id ; Sat, 9 Nov 2002 21:59:29 -0500 To: "Randy.Dunlap" Cc: "Eric W. Biederman" , Linus Torvalds , Alan Cox , Werner Almesberger , Suparna Bhattacharya , Jeff Garzik , "Matt D. Robinson" , Rusty Russell , Andy Pfiffer , Linux Kernel Mailing List , Mike Galbraith , "Martin J. Bligh" , , Subject: Re: [lkcd-devel] Re: What's left over. References: From: ebiederm@xmission.com (Eric W. Biederman) Date: 09 Nov 2002 19:58:25 -0700 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1292 Lines: 26 "Randy.Dunlap" writes: > {warning: cc: list too large :} > > On 9 Nov 2002, Eric W. Biederman wrote: > > | There are two cases I am seeing users wanting. > | 1) Load a new kernel on panic. > | - Extra care must be taken so what broke the first kernel does > | not break this one, and so that the shards of the old kernel > | do not break it. > | - Care must be taken so that loading the second kernel does not > | erase valuable data that is desirable to place in a crash dump. > | - This kernel cannot live at the same address as the old one, (at > | least not initially). > > Conceptually we would like a new kernel on panic, although > I doubt that it's normally safe to "load a new kernel on panic." > Or maybe it depends on the definition of "load." > > What I'm trying to say is that I think the new kernel must > already be loaded when the panic happens. > Is that what you describe later (below)? Yes that was my meaning. The new kernel must be preloaded. And only started on panic. - 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/