Re: [PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers

2022-05-12 Thread Eric DeVolder
On 5/12/22 03:42, David Hildenbrand wrote: On 05.05.22 20:45, Eric DeVolder wrote: From within crash_prepare_elf64_headers() there is a need to reference the struct kimage hotplug members. As such, this change passes the struct kimage as a parameter to the crash_prepare_elf64_headers().

Re: [PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers

2022-05-12 Thread David Hildenbrand
On 05.05.22 20:45, Eric DeVolder wrote: > From within crash_prepare_elf64_headers() there is a need to > reference the struct kimage hotplug members. As such, this > change passes the struct kimage as a parameter to the > crash_prepare_elf64_headers(). You should make it clearer that the hotplug

[PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers

2022-05-05 Thread Eric DeVolder
>From within crash_prepare_elf64_headers() there is a need to reference the struct kimage hotplug members. As such, this change passes the struct kimage as a parameter to the crash_prepare_elf64_headers(). This is preparation for later patch, no functionality change. Signed-off-by: Eric DeVolder