Re: [PATCH v9 1/6] powerpc/kexec: turn some static helper functions public

2023-03-13 Thread Sourabh Jain
On 13/03/23 21:48, Laurent Dufour wrote: On 12/03/2023 19:11:49, Sourabh Jain wrote: Move update_cpus_node and get_crash_memory_ranges functions from kexec/file_load.c to kexec/core_64.c to make these functions usable file_load_64.c by other kexec compoenets. comp

Re: [PATCH v9 1/6] powerpc/kexec: turn some static helper functions public

2023-03-13 Thread Laurent Dufour
On 12/03/2023 19:11:49, Sourabh Jain wrote: > Move update_cpus_node and get_crash_memory_ranges functions from > kexec/file_load.c to kexec/core_64.c to make these functions usable file_load_64.c > by other kexec compoenets. components > > Later in the series, these functi

[PATCH v9 1/6] powerpc/kexec: turn some static helper functions public

2023-03-12 Thread Sourabh Jain
Move update_cpus_node and get_crash_memory_ranges functions from kexec/file_load.c to kexec/core_64.c to make these functions usable by other kexec compoenets. Later in the series, these functions are utilized to do in-kernel update to kexec segments on CPU/Memory hotplug events for both kexec_loa