Re: [PATCH 0/5] kexec_file_load() for arm

2020-06-11 Thread Dave Young
Cc kexec list in case people may missed the pieces. On 06/01/20 at 04:27pm, Łukasz Stelmach wrote: > The following series of patches provides implementation of the > kexec_file_load() system call form the arm architecture. zImage and uImage > (legacy format) files are supported. Like on arm64, ther

[PATCH 0/5] kexec_file_load() for arm

2020-06-01 Thread Łukasz Stelmach
The following series of patches provides implementation of the kexec_file_load() system call form the arm architecture. zImage and uImage (legacy format) files are supported. Like on arm64, there is no possibility of loading a new DTB and the currently loaded is reused. Łukasz Stelmach (5): arm: