Re: [PATCH] efi: Fix handling of multiple contiguous efi_fake_mem= entries

From: Dave Young
Date: Tue Dec 31 2019 - 22:24:33 EST


> Perhaps a prettier way to do this is to push the handling of each
> efi_fake_mem entry into a subroutine. However, I notice when a memmap
> allocated by efi_memmap_alloc() is replaced by another dynamically
> allocated memmap the previous one isn't released. I have a series that
> fixes that up as well.

Yes, agreed, thanks for the fix:)