Re: [PATCH 0/2] kexec: Remove unnecessary arch hook

From: Baoquan He
Date: Wed Dec 21 2022 - 01:03:57 EST


On 12/17/22 at 09:58am, Bjorn Helgaas wrote:
> On Sat, Dec 17, 2022 at 05:48:51PM +0800, Baoquan He wrote:
> > On 12/15/22 at 12:23pm, Bjorn Helgaas wrote:
> > > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
> > >
> > > There are no arch-specific things in arch_kexec_kernel_image_load(), so
> > > remove it and just use the generic version.
> >
> > I ever posted below patch to do the same thing, Andrew only picked the
> > memory leak fixing patch.
> >
> > [PATCH v2 2/2] kexec_file: clean up arch_kexec_kernel_image_load
> > https://lore.kernel.org/all/20220223113225.63106-3-bhe@xxxxxxxxxx/T/#u
>
> Indeed! Sorry, I wasn't aware of your previous work. If you repost
> it, cc me and I'll be glad to help review it.

When tried to rebase my old patch to the latest kernel, I realized this
patchset is what I can end up with. I would like to ack this patchset
to make it merged. Thanks a lot for the effort.