RE: [PATCH 1/6] efi: Introduce efi_memmap_free() to free memory allocated by efi_memmap_alloc()

2018-07-05 Thread Prakhya, Sai Praneeth
> > Signed-off-by: Sai Praneeth Prakhya > > Suggested-by: Ard Biesheuvel > > Cc: Lee Chun-Yi > > Cc: Dave Young > > Cc: Borislav Petkov > > Cc: Laszlo Ersek > > Cc: Jan Kiszka > > Cc: Dave Hansen > > Cc: Bhupesh Sharma > > Cc: Nicolai Stange > > Cc: Naresh Bhat > > Cc: Ricardo Neri > >

Re: [PATCH 1/6] efi: Introduce efi_memmap_free() to free memory allocated by efi_memmap_alloc()

2018-07-05 Thread Ard Biesheuvel
On 3 July 2018 at 03:50, Sai Praneeth Prakhya wrote: > From: Sai Praneeth > > efi_memmap_alloc() allocates memory depending on whether mm_init() has > already been invoked or not. Apart from memblock_alloc() memory and > alloc_pages() memory, efi memory map could also have a third variant of >