Re: [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2023-01-18 Thread Sourabh Jain
On 12/01/23 22:53, Eric DeVolder wrote: On 1/8/23 23:05, Sourabh Jain wrote: On 09/12/22 21:06, 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

Re: [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2023-01-17 Thread Eric DeVolder
On 1/12/23 11:23, Eric DeVolder wrote: On 1/8/23 23:05, Sourabh Jain wrote: On 09/12/22 21:06, 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

Re: [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2023-01-16 Thread Petr Tesařík
Hi Eric, On Thu, 12 Jan 2023 11:23:18 -0600 Eric DeVolder wrote: >[...] > After looking into this for a bit, to allow hotplug without kexec_file would > require quite a bit of > code movement. Why? Because hotplug is basically built on top of (part of) > the infrastructure that > was needed

Re: [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2023-01-12 Thread Eric DeVolder
On 1/8/23 23:05, Sourabh Jain wrote: On 09/12/22 21:06, 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

Re: [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2023-01-09 Thread Eric DeVolder
On 1/8/23 23:05, Sourabh Jain wrote: On 09/12/22 21:06, 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

Re: [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2023-01-08 Thread Sourabh Jain
On 09/12/22 21:06, 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 functionality change.

[PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

2022-12-09 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 Acked-by: B