From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267250AbUG1QAG (ORCPT ); Wed, 28 Jul 2004 12:00:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267254AbUG1P7J (ORCPT ); Wed, 28 Jul 2004 11:59:09 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:44983 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S267250AbUG1P5Q (ORCPT ); Wed, 28 Jul 2004 11:57:16 -0400 To: "Martin J. Bligh" Cc: Alan Cox , suparna@in.ibm.com, Andrew Morton , Linux Kernel Mailing List , fastboot@osdl.org Subject: Re: [Fastboot] Re: Announce: dumpfs v0.01 - common RAS output API References: <16734.1090513167@ocs3.ocs.com.au> <20040725235705.57b804cc.akpm@osdl.org> <20040728105455.GA11282@in.ibm.com> <1091011565.30404.0.camel@localhost.localdomain> <35040000.1091025526@[10.10.2.4]> <1091023585.30740.7.camel@localhost.localdomain> <120130000.1091028085@[10.10.2.4]> From: ebiederm@xmission.com (Eric W. Biederman) Date: 28 Jul 2004 09:56:31 -0600 In-Reply-To: <120130000.1091028085@[10.10.2.4]> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 "Martin J. Bligh" writes: > --Alan Cox wrote (on Wednesday, July 28, 2004 > 15:06:27 +0100): > > > > On Mer, 2004-07-28 at 15:38, Martin J. Bligh wrote: > >> After kexec, we shouldn't need such things, do we? Before it, Linus won't > >> take the patch, as he said he doesn't like systems in unstable states doing > >> crashdumps to disk ... > > > > And what does kexec do.. it accesses the disk. A SHA signed standalone > > dumper is as safe as anything else if not safer. > > But it's reading, not writing ... personally I'm happier with that bit ;-) And it is only reading to preload the dumper in memory. This happens before the system crashes. All that happens at crash dump time is we hand off control to the dumper. kexec is just the mechanism to switch from the kernel to the dumper. It is attractive to make the dumper based on the current linux kernel but that is by no means a requirement. Eric