[PATCH v11 1/7] crash: move crash_prepare_elf64_headers

2022-08-26 Thread Eric DeVolder
At the outcome of this patch set, the crash_prepare_elf64_headers() is utilized on both the kexec_file_load and kexec_load paths. As such, need to move this function out of kexec_file.c and into a common location crash_core.c. No functionality change. Signed-off-by: Eric DeVolder --- kernel/cra

Re: [PATCH v11 1/7] crash: move crash_prepare_elf64_headers

2022-08-30 Thread Baoquan He
On 08/26/22 at 01:36pm, Eric DeVolder wrote: > At the outcome of this patch set, the crash_prepare_elf64_headers() > is utilized on both the kexec_file_load and kexec_load paths. As > such, need to move this function out of kexec_file.c and into a > common location crash_core.c. > > No functionali

Re: [PATCH v11 1/7] crash: move crash_prepare_elf64_headers

2022-08-31 Thread Eric DeVolder
On 8/30/22 21:50, Baoquan He wrote: On 08/26/22 at 01:36pm, Eric DeVolder wrote: At the outcome of this patch set, the crash_prepare_elf64_headers() is utilized on both the kexec_file_load and kexec_load paths. As such, need to move this function out of kexec_file.c and into a common location