Re: [PATCH 1/1] kexec: move machine_kexec_post_load() to public interface

From: Will Deacon
Date: Fri Feb 19 2021 - 14:16:03 EST


On Fri, Feb 19, 2021 at 02:06:31PM -0500, Pavel Tatashin wrote:
> On Fri, Feb 19, 2021 at 12:53 PM Will Deacon <will@xxxxxxxxxx> wrote:
> >
> > On Mon, Feb 15, 2021 at 01:59:08PM -0500, Pavel Tatashin wrote:
> > > machine_kexec_post_load() is called after kexec load is finished. It must
> > > be declared in public header not in kexec_internal.h
> >
> > Could you provide a log of what goes wrong without this patch, please?
> >
> > > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> >
> > Do you have a link to the report, or did it not go to the list?
>
> Hi Will,
>
> https://lore.kernel.org/linux-arm-kernel/202102030727.gqTokACH-lkp@xxxxxxxxx/
>
> It is also linked in the cover letter.

Ah, great. Please add that as a Link: tag in the patch, and in-line the
compiler warning.

Will