From: Ian Jackson Date: Fri, 2 Dec 2016 12:16:35 +0000 (+0000) Subject: Re-enable hypervisor debug as part of opening 4.9 X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~3379 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aaf839183ad1c7d1a5a2adedd1216b0094e94c81;p=xen.git Re-enable hypervisor debug as part of opening 4.9 AFAICT following bacbf0cb7349 "build: convert debug to Kconfig" hypervisor debug enablement is controlled here, rather than in Config.mk. The release checklist says that when branching, the new staging should have debug enabled. It seems to me that I should be changing this here, therefore. As additional evidence, I offer e1d1c68ea8a3 "xen: disable debug build" which went in between 4.8.0 RC5 and RC6. It does not explain why this was done but it does STM that reverting that change is right. CC: Andrew Cooper CC: George Dunlap CC: Jan Beulich CC: Konrad Rzeszutek Wilk CC: Stefano Stabellini CC: Tim Deegan CC: Wei Liu Signed-off-by: Ian Jackson Acked-by: Jan Beulich --- diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index b3bb08546c..e9f7dcd66f 100644 --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -3,7 +3,7 @@ menu "Debugging Options" config DEBUG bool "Developer Checks" - default n + default y ---help--- If you say Y here this will enable developer checks such as asserts and extra printks. This option is intended for development purposes