All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kexec-tools: Add new KEXEC_FILE flags
@ 2026-06-12 22:39 Brian Mak
  2026-06-12 22:39 ` [PATCH 1/3] kexec: Add support for disabling usage of CMA Brian Mak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Brian Mak @ 2026-06-12 22:39 UTC (permalink / raw)
  To: kexec; +Cc: Baoquan He, Alexander Graf, Brian Mak

Hi all,

I realized I forgot to raise a patch series for adding the new kexec_file flags.
Apologies for the delay on this.

This series adds support for the KEXEC_FILE_NO_CMA and KEXEC_FILE_FORCE_DTB
flags, which are used by the --no-cma and --force-dtb options respectively.

I also saw that there's no debug print for the flags passed to kexec_file_load,
so I added a print for that as well, which was useful for me to verify these
patches.

Please let me know if there's any questions or comments.

Thanks,
Brian

Brian Mak (3):
  kexec: Add support for disabling usage of CMA
  kexec: Add DTB carryover support on x86
  kexec: Add kexec_file_load debug print

 kexec/kexec-syscall.h |  2 ++
 kexec/kexec.c         | 10 ++++++++++
 kexec/kexec.h         | 10 +++++++---
 3 files changed, 19 insertions(+), 3 deletions(-)


base-commit: f75be9241accb7a75e98998040933b9f3b988ac5
-- 
2.34.1



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

end of thread, other threads:[~2026-07-20  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12 22:39 [PATCH 0/3] kexec-tools: Add new KEXEC_FILE flags Brian Mak
2026-06-12 22:39 ` [PATCH 1/3] kexec: Add support for disabling usage of CMA Brian Mak
2026-06-12 22:39 ` [PATCH 2/3] kexec: Add DTB carryover support on x86 Brian Mak
2026-06-12 22:39 ` [PATCH 3/3] kexec: Add kexec_file_load debug print Brian Mak
2026-07-20  9:40 ` [PATCH 0/3] kexec-tools: Add new KEXEC_FILE flags 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.