Re: [PATCH] efi_loader: Clean up efi_dp_append and efi_dp_concat

2023-11-13 Thread Ilias Apalodimas
Hi Heinrich On Mon, 13 Nov 2023 at 09:37, Heinrich Schuchardt wrote: > > On 11/7/23 18:36, Ilias Apalodimas wrote: > > Looking back at the initrd storing functionality, we introduced three > > functions, efi_dp_append_or_concatenate(), efi_dp_append/concat(). In > > hindsight we could have

Re: [PATCH] efi_loader: Clean up efi_dp_append and efi_dp_concat

2023-11-13 Thread Heinrich Schuchardt
On 11/7/23 18:36, Ilias Apalodimas wrote: Looking back at the initrd storing functionality, we introduced three functions, efi_dp_append_or_concatenate(), efi_dp_append/concat(). In hindsight we could have simplified that by a lot. First of all none of the functions append anything. They all

[PATCH] efi_loader: Clean up efi_dp_append and efi_dp_concat

2023-11-07 Thread Ilias Apalodimas
Looking back at the initrd storing functionality, we introduced three functions, efi_dp_append_or_concatenate(), efi_dp_append/concat(). In hindsight we could have simplified that by a lot. First of all none of the functions append anything. They all allocate a new device path and concatenate the