From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Date: Thu, 12 May 2022 10:42:46 +0200 Subject: [PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers In-Reply-To: <20220505184603.1548-3-eric.devolder@oracle.com> References: <20220505184603.1548-1-eric.devolder@oracle.com> <20220505184603.1548-3-eric.devolder@oracle.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kexec@lists.infradead.org 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. > > This is preparation for later patch, no functionality change. > > Signed-off-by: Eric DeVolder > Acked-by: Baoquan He Acked-by: David Hildenbrand -- Thanks, David / dhildenb