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

From: Eric DeVolder
Date: Thu May 12 2022 - 12:11:30 EST




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().

You should make it clearer that the hotplug members will be added by
successive patches.
I've tweaked the commit message to indicate as such.



This is preparation for later patch, no functionality change.

Signed-off-by: Eric DeVolder <eric.devolder@xxxxxxxxxx>
Acked-by: Baoquan He <bhe@xxxxxxxxxx>

Acked-by: David Hildenbrand <david@xxxxxxxxxx>
Thank you!
eric