[PATCH v9 02/11] kexec_file: make kexec_image_post_load_cleanup_default() global

James Morse james.morse at arm.com
Tue May 1 10:46:04 PDT 2018


Hi Akashi,

On 25/04/18 07:26, AKASHI Takahiro wrote:
> Change this function from static to global so that arm64 can implement
> its own arch_kimage_file_post_load_cleanup() later using
> kexec_image_post_load_cleanup_default().

Do we need to call kexec_image_post_load_cleanup_default()? All it does is call
the image-type fops->cleanup(), which you don't implement in this series.

Is this just-in-case someone adds cleanup() later and is surprised only the
arch-level helper is called?


Thanks,

James



More information about the kexec mailing list