Re: [PATCH v2 4/7] kexec_file, arm64: print out debugging message if required

2023-11-26 Thread Baoquan He
inux/commits/Baoquan-He/kexec_file-add-kexec_file-flag-to-control-debug-printing/20231124-113942 > base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git > for-next/core > patch link: > https://lore.kernel.org/r/20231124033642.520686-5-bhe%40redhat.com > patc

Re: [PATCH v2 4/7] kexec_file, arm64: print out debugging message if required

2023-11-25 Thread kernel test robot
e: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core patch link: https://lore.kernel.org/r/20231124033642.520686-5-bhe%40redhat.com patch subject: [PATCH v2 4/7] kexec_file, arm64: print out debugging message if required config: arm64-randconfig-001-20231126 (https://download.0

[PATCH v2 4/7] kexec_file, arm64: print out debugging message if required

2023-11-23 Thread Baoquan He
Replace pr_debug() with the newly added kexec_dprintk() in kexec_file loading related codes. And also remove the kimage->segment[] printing because the generic code has done the printing. Signed-off-by: Baoquan He --- arch/arm64/kernel/kexec_image.c| 2 +- arch/arm64/kernel/machine_kex