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
