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 in question is moved to a shared location and shared by both x86 and ARM EFI stubs. Roy Franz (1): correct call to free_pages to specify memory size in pages, not bytes. arch/x86/boot/compressed/eboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html