All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] kexec-tools: multiboot2: Accept x86-64 images
@ 2021-09-14  3:51 Zhaofeng Li
  2021-09-14  3:51 ` [PATCH v2 1/5] x86: Consolidate elf_x86_probe routines Zhaofeng Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zhaofeng Li @ 2021-09-14  3:51 UTC (permalink / raw)
  To: kexec; +Cc: Zhaofeng Li, Simon Horman

Hi Simon,

Thanks for your review! In this patchset I have addressed your comments
and included an extra fix.

Zhaofeng

--

This patch series adds support for loading x86-64 ELF images with
the multiboot2 header and fixes a couple of related issues.

Changes since v1:
- Coding style fixes
- Fixed one more occurrence of mhi.rel_tag in rel_min/rel_max patch
- Added a patch to address code duplication in elf_x86_64_probe
- Added a patch to address the case where add_buffer tried to
  allocate at 0x0.

Zhaofeng Li (5):
  x86: Consolidate elf_x86_probe routines
  multiboot2: Correct MBI size calculation
  multiboot2: Use rel_min and rel_max for buffer destinations
  multiboot2: Avoid first 0x500 bytes
  multiboot2: Accept x86-64 images

 kexec/arch/i386/kexec-elf-x86.c      | 44 +++++++++++++++++++++++-----
 kexec/arch/i386/kexec-mb2-x86.c      | 29 ++++++++++++------
 kexec/arch/i386/kexec-x86.h          |  1 +
 kexec/arch/x86_64/kexec-elf-x86_64.c | 28 ++----------------
 kexec/arch/x86_64/kexec-x86_64.c     |  4 +--
 5 files changed, 62 insertions(+), 44 deletions(-)

-- 
2.32.0


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-14 11:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14  3:51 [PATCH v2 0/5] kexec-tools: multiboot2: Accept x86-64 images Zhaofeng Li
2021-09-14  3:51 ` [PATCH v2 1/5] x86: Consolidate elf_x86_probe routines Zhaofeng Li
2021-09-14  3:51 ` [PATCH v2 2/5] multiboot2: Correct MBI size calculation Zhaofeng Li
2021-09-14  3:51 ` [PATCH v2 3/5] multiboot2: Use rel_min and rel_max for buffer destinations Zhaofeng Li
2021-09-14  3:51 ` [PATCH v2 4/5] multiboot2: Avoid first 0x500 bytes Zhaofeng Li
2021-09-14  3:51 ` [PATCH v2 5/5] multiboot2: Accept x86-64 images Zhaofeng Li
2021-09-14 11:26 ` [PATCH v2 0/5] kexec-tools: " Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.