Re: [PATCH v2 0/2] efi/libstub: fix efi_parse_options() ignoring the default command line

From: Ard Biesheuvel
Date: Sun Oct 13 2024 - 13:31:06 EST


On Sun, 13 Oct 2024 at 07:16, Jonathan Marek <jonathan@xxxxxxxx> wrote:
>
> v2:
> - changed to check for NUL character instead of size==1
> - reworked cleanup patch to remove cmd_line_len
> - moved 3rd commit out of this series
>
> Jonathan Marek (2):
> efi/libstub: fix efi_parse_options() ignoring the default command line
> efi/libstub: remove unnecessary cmd_line_len from
> efi_convert_cmdline()
>

Thanks. I'm inclined to fold these together and just merge them as a
single patch. Any objections?