Re: [PATCH] kexec_file: add kexec_file flag to support debug printing

2024-03-15 Thread Baoquan He
On 03/15/24 at 09:39am, Simon Horman wrote: > On Fri, Mar 15, 2024 at 04:11:50PM +0800, Baoquan He wrote: > > On 11/27/23 at 01:32pm, Simon Horman wrote: > > > On Tue, Nov 14, 2023 at 11:20:30PM +0800, Baoquan He wrote: > > > > This add KEXEC_FILE_DEBUG to kexec_file_flags so that it can be passed

Re: [PATCH] kexec_file: add kexec_file flag to support debug printing

2024-03-15 Thread Simon Horman
On Fri, Mar 15, 2024 at 04:11:50PM +0800, Baoquan He wrote: > On 11/27/23 at 01:32pm, Simon Horman wrote: > > On Tue, Nov 14, 2023 at 11:20:30PM +0800, Baoquan He wrote: > > > This add KEXEC_FILE_DEBUG to kexec_file_flags so that it can be passed > > > to kernel when '-d' is added with

Re: [PATCH] kexec_file: add kexec_file flag to support debug printing

2024-03-15 Thread Baoquan He
On 11/27/23 at 01:32pm, Simon Horman wrote: > On Tue, Nov 14, 2023 at 11:20:30PM +0800, Baoquan He wrote: > > This add KEXEC_FILE_DEBUG to kexec_file_flags so that it can be passed > > to kernel when '-d' is added with kexec_file_load interface. With that > > flag enabled, kernel can enable the

Re: [PATCH] kexec_file: add kexec_file flag to support debug printing

2023-11-27 Thread Baoquan He
On 11/27/23 at 01:32pm, Simon Horman wrote: > On Tue, Nov 14, 2023 at 11:20:30PM +0800, Baoquan He wrote: > > This add KEXEC_FILE_DEBUG to kexec_file_flags so that it can be passed > > to kernel when '-d' is added with kexec_file_load interface. With that > > flag enabled, kernel can enable the

Re: [PATCH] kexec_file: add kexec_file flag to support debug printing

2023-11-27 Thread Simon Horman
On Tue, Nov 14, 2023 at 11:20:30PM +0800, Baoquan He wrote: > This add KEXEC_FILE_DEBUG to kexec_file_flags so that it can be passed > to kernel when '-d' is added with kexec_file_load interface. With that > flag enabled, kernel can enable the debugging message printing. > > Signed-off-by:

[PATCH] kexec_file: add kexec_file flag to support debug printing

2023-11-14 Thread Baoquan He
This add KEXEC_FILE_DEBUG to kexec_file_flags so that it can be passed to kernel when '-d' is added with kexec_file_load interface. With that flag enabled, kernel can enable the debugging message printing. Signed-off-by: Baoquan He --- kexec/kexec-syscall.h | 1 + kexec/kexec.c | 1 + 2