Re: [PATCH v2 1/2] xen: move CONFIG_DEBUG_INFO out of EXPERT section

2023-04-05 Thread Juergen Gross
On 05.04.23 15:14, Jan Beulich wrote: On 03.04.2023 18:28, Juergen Gross wrote: In order to support hypervisor analysis of crash dumps, xen-syms needs to contain debug_info. It should be allowed to configure the hypervisor to be built with CONFIG_DEBUG_INFO in non-debug builds without having to

Re: [PATCH v2 1/2] xen: move CONFIG_DEBUG_INFO out of EXPERT section

2023-04-05 Thread Jan Beulich
On 03.04.2023 18:28, Juergen Gross wrote: > In order to support hypervisor analysis of crash dumps, xen-syms needs > to contain debug_info. It should be allowed to configure the hypervisor > to be built with CONFIG_DEBUG_INFO in non-debug builds without having > to enable EXPERT. > > Using a rathe

[PATCH v2 1/2] xen: move CONFIG_DEBUG_INFO out of EXPERT section

2023-04-03 Thread Juergen Gross
In order to support hypervisor analysis of crash dumps, xen-syms needs to contain debug_info. It should be allowed to configure the hypervisor to be built with CONFIG_DEBUG_INFO in non-debug builds without having to enable EXPERT. Using a rather oldish gcc (7.5) it was verified that code generatio