efi/libstub: Use pool allocation for the command line
authorArd Biesheuvel <ardb@kernel.org>
Tue, 19 May 2020 08:43:01 +0000 (10:43 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 22 May 2020 15:05:08 +0000 (17:05 +0200)
commit27cd5511feffea3956d081585316272795e45bce
tree20af23299bc6873cfb18ab941d3ae13e1ad3f0cf
parent80b1bfe1cb2f20225fb2d8f11d44af4a9d765396
efi/libstub: Use pool allocation for the command line

Now that we removed the memory limit for the allocation of the
command line, there is no longer a need to use the page based
allocator so switch to a pool allocation instead.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/efi-stub-helper.c
drivers/firmware/efi/libstub/efi-stub.c
drivers/firmware/efi/libstub/efistub.h
drivers/firmware/efi/libstub/x86-stub.c