On Wed, 4 Dec 2019 at 18:17, Arvind Sankar <nivedita@xxxxxxxxxxxx> wrote: > > Changes from v1: > - Split return value patch into two as requested. > - Remove the __gop_query functions > > Arvind Sankar (3): > efi/gop: Return EFI_NOT_FOUND if there are no usable GOP's > efi/gop: Return EFI_SUCCESS if a usable GOP was found > efi/gop: Fix memory leak from __gop_query32/64 > Thanks Arvind I queued your changes as fixes here: https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git/log/?h=urgent I intend to send them out for inclusion in v5.5 in a week or so. > drivers/firmware/efi/libstub/gop.c | 76 +++++++----------------------- > 1 file changed, 17 insertions(+), 59 deletions(-) > > -- > 2.23.0 >