Re: [PATCH 2/15] boot: record header bytes in gunzip_start

2007-09-23 Thread David Gibson
On Fri, Sep 21, 2007 at 06:03:34PM -0500, Milton Miller wrote: > > Record the number of header bytes skipped in the total bytes read field. > > This is needed for the initramfs parsing code to find the end of the > zip file. > > Signed-off-by: Milton Miller <[EMAIL PROTECTED]> Acked-by: David Gi

[PATCH 2/15] boot: record header bytes in gunzip_start

2007-09-21 Thread Milton Miller
Record the number of header bytes skipped in the total bytes read field. This is needed for the initramfs parsing code to find the end of the zip file. Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- Identical to 12169 Index: kernel/arch/powerpc/boot/gunzip_util.c

Re: [PATCH 2/15] boot: record header bytes in gunzip_start

2007-07-18 Thread Milton Miller
On Jul 18, 2007, at 9:11 PM, David Gibson wrote: > On Tue, Jul 10, 2007 at 05:08:05PM -0500, Milton Miller wrote: >> >> Record the number of header bytes skipped in the total bytes read >> field. >> >> This is needed for the initramfs parsing code to find the end of the >> zip file. >> >> Signe

Re: [PATCH 2/15] boot: record header bytes in gunzip_start

2007-07-18 Thread David Gibson
On Tue, Jul 10, 2007 at 05:08:05PM -0500, Milton Miller wrote: > > Record the number of header bytes skipped in the total bytes read field. > > This is needed for the initramfs parsing code to find the end of the zip file. > > Signed-off-by: Milton Miller <[EMAIL PROTECTED]> Ok... I assume you'

[PATCH 2/15] boot: record header bytes in gunzip_start

2007-07-10 Thread Milton Miller
Record the number of header bytes skipped in the total bytes read field. This is needed for the initramfs parsing code to find the end of the zip file. Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- Index: work.git/arch/powerpc/boot/gunzip_util.c =