Messages in this thread |  | | Date | Sat, 17 Dec 2022 17:48:51 +0800 | From | Baoquan He <> | Subject | Re: [PATCH 0/2] kexec: Remove unnecessary arch hook |
| |
On 12/15/22 at 12:23pm, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@google.com> > > 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@redhat.com/T/#u
> > Bjorn Helgaas (2): > x86/kexec: Remove unnecessary arch_kexec_kernel_image_load() > kexec: Remove unnecessary arch_kexec_kernel_image_load() > > arch/x86/include/asm/kexec.h | 3 --- > arch/x86/kernel/machine_kexec_64.c | 11 ----------- > include/linux/kexec.h | 8 -------- > kernel/kexec_file.c | 6 +++--- > 4 files changed, 3 insertions(+), 25 deletions(-) > > -- > 2.25.1 > > > _______________________________________________ > kexec mailing list > kexec@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/kexec >
|  |