Thiago Jung Bauermann writes:
>> diff --git a/arch/powerpc/kernel/kexec_elf_64.c b/kernel/kexec_elf.c
>> similarity index 71%
>> copy from arch/powerpc/kernel/kexec_elf_64.c
>> copy to kernel/kexec_elf.c
>> index ba4f18a43ee8..6e9f52171ede 100644
>> --- a/arch/powerpc/kernel/kexec_elf_64.c
>> +
Hello Sven,
Just a few small comments below. Regardless of them:
Reviewed-by: Thiago Jung Bauermann
Sven Schnelle writes:
> Right now powerpc provides an implementation to read elf files
> with the kexec_file() syscall. Make that available as a public
Nit: the syscall is kexec_file_load()