Re: [PATCH 1/2] efi_loader: Implement FileLoad2 for initramfs loading

2020-03-12 Thread Ilias Apalodimas
On Thu, Mar 12, 2020 at 03:58:03PM +0900, AKASHI Takahiro wrote: > On Thu, Mar 12, 2020 at 08:29:38AM +0200, Ilias Apalodimas wrote: > > Akashi-san, > > > > On Thu, Mar 12, 2020 at 02:28:45PM +0900, AKASHI Takahiro wrote: > > > Ilias, > > > > > > I haven't followed this thread. > > > > > > On

Re: [PATCH 1/2] efi_loader: Implement FileLoad2 for initramfs loading

2020-03-12 Thread AKASHI Takahiro
On Thu, Mar 12, 2020 at 08:29:38AM +0200, Ilias Apalodimas wrote: > Akashi-san, > > On Thu, Mar 12, 2020 at 02:28:45PM +0900, AKASHI Takahiro wrote: > > Ilias, > > > > I haven't followed this thread. > > > > On Fri, Feb 21, 2020 at 09:55:45AM +0200, Ilias Apalodimas wrote: > > > Following

Re: [PATCH 1/2] efi_loader: Implement FileLoad2 for initramfs loading

2020-03-12 Thread Ilias Apalodimas
Akashi-san, On Thu, Mar 12, 2020 at 02:28:45PM +0900, AKASHI Takahiro wrote: > Ilias, > > I haven't followed this thread. > > On Fri, Feb 21, 2020 at 09:55:45AM +0200, Ilias Apalodimas wrote: > > Following kernel's proposal for an arch-agnostic initrd loading > > mechanism [1] let's implement

Re: [PATCH 1/2] efi_loader: Implement FileLoad2 for initramfs loading

2020-03-11 Thread AKASHI Takahiro
Ilias, I haven't followed this thread. On Fri, Feb 21, 2020 at 09:55:45AM +0200, Ilias Apalodimas wrote: > Following kernel's proposal for an arch-agnostic initrd loading > mechanism [1] let's implement the U-boot counterpart. > This new approach has a number of advantages compared to what we

[PATCH 1/2] efi_loader: Implement FileLoad2 for initramfs loading

2020-02-20 Thread Ilias Apalodimas
Following kernel's proposal for an arch-agnostic initrd loading mechanism [1] let's implement the U-boot counterpart. This new approach has a number of advantages compared to what we did up to now. The file is loaded into memory only when requested limiting the area of TOCTOU attacks. Users will