From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932872Ab0LTQxD (ORCPT ); Mon, 20 Dec 2010 11:53:03 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:47798 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932292Ab0LTQxA convert rfc822-to-8bit (ORCPT ); Mon, 20 Dec 2010 11:53:00 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ea4q98vlUXHTESfjr4j7txeobtISYeCn/0SFFaOKPa5IPRe9wEEZ3c7YahFwrV6dG6 hqIXdRXwbO0+//eUptemjBO0Jxr28V2uqSviMc+xbzxNx+Vf8rL64Aa/0ZBs0SH0QTTn qo2hPJO0A2QFOqSG/koDcyZegXl5B3CzRz4Dk= MIME-Version: 1.0 In-Reply-To: <17090.1292842179@redhat.com> References: <4d0662e511688484b3@agluck-desktop.sc.intel.com> <4D0BEE1F.7020008@zytor.com> <20101219091752.GA16150@liondog.tnic> <17090.1292842179@redhat.com> Date: Mon, 20 Dec 2010 08:52:59 -0800 Message-ID: Subject: Re: [concept & "good taste" review] persistent store From: Tony Luck To: David Howells Cc: Borislav Petkov , Linus Torvalds , "H. Peter Anvin" , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, tglx@linutronix.de, mingo@elte.hu, greg@kroah.com, akpm@linux-foundation.org, ying.huang@intel.com, David Miller , Alan Cox , Jim Keniston , Kyungmin Park , Geert Uytterhoeven Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 20, 2010 at 2:49 AM, David Howells wrote: > How are things written to the store?  Is it a record-based affair? Yes, the ERST store is record based ... record format is defined in UEFI. To save blobs of console logs I just defined a new uuid for a section type that holds a bunch of bytes for me. -Tony