From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751955AbeAZClC (ORCPT ); Thu, 25 Jan 2018 21:41:02 -0500 Received: from mail-it0-f48.google.com ([209.85.214.48]:36214 "EHLO mail-it0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751727AbeAZClA (ORCPT ); Thu, 25 Jan 2018 21:41:00 -0500 X-Google-Smtp-Source: AH8x226A4F6AFXPBQKkUMyO5wEJW4owjmzldz43MHTte3oHw+5S2CzRrSFwF+Nc7pl3JkxQ2SFerhw== Subject: Re: [PATCH v2 01/15] Documentation: add newcx initramfs format description To: Taras Kondratiuk , "H. Peter Anvin" , Al Viro , Arnd Bergmann , Mimi Zohar , Jonathan Corbet , James McMechan Cc: initramfs@vger.kernel.org, Victor Kamensky , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, xe-linux-external@cisco.com References: <1516850875-25066-1-git-send-email-takondra@cisco.com> <1516850875-25066-2-git-send-email-takondra@cisco.com> From: Rob Landley Message-ID: Date: Thu, 25 Jan 2018 20:40:54 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1516850875-25066-2-git-send-email-takondra@cisco.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/24/2018 09:27 PM, Taras Kondratiuk wrote: > diff --git a/Documentation/early-userspace/buffer-format.txt b/Documentation/early-userspace/buffer-format.txt > index e1fd7f9dad16..d818df4f72dc 100644 > --- a/Documentation/early-userspace/buffer-format.txt > +++ b/Documentation/early-userspace/buffer-format.txt > +compressed and/or uncompressed cpio archives; arbitrary amounts > +zero bytes (for padding) can be added between members. Missing "of" between amounts and zero. (Yeah it was in the original, but if you're touching it anyway...) > +c_xattrs_size 8 bytes Size of xattrs field > + > +Most of the fields match cpio_newc_header except c_mtime that contains > +microseconds. c_chksum field is dropped. > + > +xattr_size is a total size of xattr_entry including 8 bytes of > +xattr_size. xattr_size has the same hexadecimal ASCII encoding as other > +fields of cpio header. xattrs_size or xattr_size? Total nitpicks, I know. :) Rob