Re: [PATCH 10/10] efi/libstub: Check return value of efi_parse_options

2020-04-29 Thread kbuild test robot
Hi Arvind, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on efi/next] [also build test WARNING on next-20200429] [cannot apply to v5.7-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to

[PATCH 10/10] efi/libstub: Check return value of efi_parse_options

2020-04-29 Thread Arvind Sankar
efi_parse_options can fail if it is unable to allocate space for a copy of the command line. Check the return value to make sure it succeeded. Signed-off-by: Arvind Sankar --- drivers/firmware/efi/libstub/efi-stub.c | 18 ++ drivers/firmware/efi/libstub/x86-stub.c | 12