mbox series

[v2,0/2] xen: some CONFIG_DEBUG_INFO changes

Message ID 20230403162823.30681-1-jgross@suse.com (mailing list archive)
Headers show
Series xen: some CONFIG_DEBUG_INFO changes | expand

Message

Jürgen Groß April 3, 2023, 4:28 p.m. UTC
Enabling crash dump analysis of the hypervisor requires the hypervisor
having been built with CONFIG_DEBUG_INFO enabled. Today this requires
either CONFIG_DEBUG or CONFIG_EXPERT set, which are both not security
supported.

This small series changes that in order to allow security supported
Xen builds with the capability to do crash dump analysis via the
"crash" tool.

Note that due to problems with test machines proper support for EFI
booted systems hasn't been verified, so this will likely need some more
work.

Changes in V2:
- comments addressed

Juergen Gross (2):
  xen: move CONFIG_DEBUG_INFO out of EXPERT section
  xen: update CONFIG_DEBUG_INFO help text

 xen/Kconfig.debug | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)