Re: [PATCH] Fix initramfs size calculation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Wednesday, August 25, 2010 - 11:06 am

On Wed, Aug 25, 2010 at 05:57:12PM +0200, Michael Holzheu wrote:

Another way to fix this could be to align . to an even
address like this:
          . = ALIGN(32);                                                  \

32 was selected as this is what we will introduce as the default
alignment in linker scripts anyway.

This I guess is a problem we have had some time and a minimal fix is
easier to have backported by the stable team.

I like this anyway. Could you do this as a separate patch?

	Sam
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix initramfs size calculation, Michael Holzheu, (Wed Aug 25, 8:57 am)
Re: [PATCH] Fix initramfs size calculation, Sam Ravnborg, (Wed Aug 25, 11:06 am)
Re: [PATCH] Fix initramfs size calculation, Hendrik Brueckner, (Wed Aug 25, 12:15 pm)
Re: [PATCH] Fix initramfs size calculation, Sam Ravnborg, (Wed Aug 25, 12:56 pm)
Re: [PATCH] Fix initramfs size calculation, H. Peter Anvin, (Wed Aug 25, 1:10 pm)
Re: [PATCH] Fix initramfs size calculation, Michael Holzheu, (Thu Aug 26, 1:46 am)
Re: [PATCH] Fix initramfs size calculation, Michael Holzheu, (Thu Aug 26, 1:55 am)