All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix and improve the LoongArch implementation
@ 2025-08-29  9:10 Youling Tang
  2025-08-29  9:10 ` [PATCH 1/7] kexec: Handle removal of multiple 'crashkernel' parameters Youling Tang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Youling Tang @ 2025-08-29  9:10 UTC (permalink / raw)
  To: Simon Horman; +Cc: kexec, Huacai Chen, youling.tang, Youling Tang

From: Youling Tang <tangyouling@kylinos.cn>

- Fix and improve the LoongArch implementation.
- Fixed the handling of crashkernel parameters when using --reuse-cmdline.

Youling Tang (7):
  kexec: Handle removal of multiple 'crashkernel' parameters
  LoongArch: Fix comments
  LoongArch: Terminate the cmdline string using '\0'
  LoongArch: Enforce relocatable kernel check for crash dump
  LoongArch: Change initrd allocation to top-down
  LoongArch: Fix the use of loongarch_image_header in ELF format
  LoongArch: Add pe_hdr->machine check for pei format images

 kexec/arch/loongarch/image-header.h        |  5 ++-
 kexec/arch/loongarch/kexec-elf-loongarch.c | 44 ++++++++++++++++++----
 kexec/arch/loongarch/kexec-loongarch.c     |  4 +-
 kexec/arch/loongarch/kexec-pei-loongarch.c | 24 +++++++++++-
 kexec/kexec.c                              |  6 +++
 5 files changed, 70 insertions(+), 13 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-08-29 10:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29  9:10 [PATCH 0/7] Fix and improve the LoongArch implementation Youling Tang
2025-08-29  9:10 ` [PATCH 1/7] kexec: Handle removal of multiple 'crashkernel' parameters Youling Tang
2025-08-29  9:10 ` [PATCH 2/7] LoongArch: Fix comments Youling Tang
2025-08-29  9:10 ` [PATCH 3/7] LoongArch: Terminate the cmdline string using '\0' Youling Tang
2025-08-29  9:10 ` [PATCH 4/7] LoongArch: Enforce relocatable kernel check for crash dump Youling Tang
2025-08-29  9:10 ` [PATCH 5/7] LoongArch: Change initrd allocation to top-down Youling Tang
2025-08-29  9:10 ` [PATCH 6/7] LoongArch: Fix the use of loongarch_image_header in ELF format Youling Tang
2025-08-29  9:10 ` [PATCH 7/7] LoongArch: Add pe_hdr->machine check for pei format images Youling Tang
2025-08-29  9:19 ` [PATCH 0/7] Fix and improve the LoongArch implementation Youling Tang

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.