From: Brian Mak <makb@juniper.net>
To: <kexec@lists.infradead.org>
Cc: Baoquan He <bhe@redhat.com>, Alexander Graf <graf@amazon.com>,
Brian Mak <makb@juniper.net>
Subject: [PATCH 0/3] kexec-tools: Add new KEXEC_FILE flags
Date: Fri, 12 Jun 2026 15:39:42 -0700 [thread overview]
Message-ID: <20260612223945.1400554-1-makb@juniper.net> (raw)
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
next reply other threads:[~2026-06-12 22:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-12 22:39 Brian Mak [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260612223945.1400554-1-makb@juniper.net \
--to=makb@juniper.net \
--cc=bhe@redhat.com \
--cc=graf@amazon.com \
--cc=kexec@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.