From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267276AbUG1QJt (ORCPT ); Wed, 28 Jul 2004 12:09:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267269AbUG1QHu (ORCPT ); Wed, 28 Jul 2004 12:07:50 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:48311 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S267242AbUG1QGU (ORCPT ); Wed, 28 Jul 2004 12:06:20 -0400 To: Alan Cox Cc: "Martin J. Bligh" , 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> From: ebiederm@xmission.com (Eric W. Biederman) Date: 28 Jul 2004 10:05:38 -0600 In-Reply-To: <1091023585.30740.7.camel@localhost.localdomain> 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 Alan Cox writes: > A SHA signed standalone dumper is as safe as anything else if not safer. Thanks having a signature or a checksum on the dumper stored in memory is one piece of this puzzle that I keep forgetting. Checking the signature before we trust the code is important. Eric