Re: [PATCH 4/7] arm64/efi: uefi_init error handling fix

2014-08-15 Thread Will Deacon
On Thu, Aug 14, 2014 at 10:15:29AM +0100, Dave Young wrote: > There's one early memmap leak in uefi_init error path, fix it and slightly > tune > the error handling code. > > Signed-off-by: Dave Young Reported-by: Will Deacon Acked-by: Will Deacon Thanks for fixing this. Will > --- > arch

Re: [PATCH 4/7] arm64/efi: uefi_init error handling fix

2014-08-14 Thread Mark Salter
On Thu, 2014-08-14 at 17:15 +0800, Dave Young wrote: > There's one early memmap leak in uefi_init error path, fix it and slightly > tune > the error handling code. > > Signed-off-by: Dave Young > --- > arch/arm64/kernel/efi.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) Acked

[PATCH 4/7] arm64/efi: uefi_init error handling fix

2014-08-14 Thread Dave Young
There's one early memmap leak in uefi_init error path, fix it and slightly tune the error handling code. Signed-off-by: Dave Young --- arch/arm64/kernel/efi.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm64/kernel/efi.c b/arch/arm64/kernel/efi.c index e72f31