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

From: Jonathan Marek
Date: Sun Oct 13 2024 - 15:25:35 EST


On 10/13/24 1:30 PM, Ard Biesheuvel wrote:
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?


No objections (its not important to me, but if you want to get the fix into stable I think the separate commits makes that easier?)