Re: [PATCH] arm:extend the reserved mrmory for initrd to be page aligned

2014-09-17 Thread Uwe Kleine-König
Hello, just some commit log nit picking: $Subject ~= s/mrmory/memory/ And also "ARM: " is the more typical prefix. Don't know if there is a best practice for patches touching both arm and arm64. (But assuming this will go through Russell's patch tracker this doesn't matter much.) On Thu, Sep 18

[PATCH] arm:extend the reserved mrmory for initrd to be page aligned

2014-09-17 Thread Wang, Yalin
this patch extend the start and end address of initrd to be page aligned, so that we can free all memory including the un-page aligned head or tail page of initrd, if the start or end address of initrd are not page aligned, the page can't be freed by free_initrd_mem() function. Signed-off-by: Yali