Re: [PATCH] correct call to free_pages to specify memory size in pages, not bytes.

2013-07-26 Thread Matt Fleming
On 25/07/13 01:48, Roy Franz wrote: > Signed-off-by: Roy Franz > --- > arch/x86/boot/compressed/eboot.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/boot/compressed/eboot.c > b/arch/x86/boot/compressed/eboot.c > index d606463..b7388a4 100644 > --- a/arch/

[PATCH] correct call to free_pages to specify memory size in pages, not bytes.

2013-07-24 Thread Roy Franz
Signed-off-by: Roy Franz --- arch/x86/boot/compressed/eboot.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c index d606463..b7388a4 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compres

[PATCH] correct call to free_pages to specify memory size in pages, not bytes.

2013-07-24 Thread Roy Franz
I found this bug while working on the EFI stub for ARM - free_pages is being passed memory size in bytes instead of pages. Since this is unrelated to ARM, I am submitting this separately from the patch set that adds EFI stub support for ARM. Those patches will depend on this one, since the code