Re: [Xen-devel] [PATCH v2 1/2] xen: add config option to include failing condition in BUG_ON() message

2020-01-17 Thread Jürgen Groß
On 17.01.20 09:39, Jan Beulich wrote: On 16.01.2020 19:54, Andrew Cooper wrote: On 14/01/2020 16:12, Jan Beulich wrote: On 14.01.2020 17:00, Jürgen Groß wrote: On 14.01.20 16:47, Jan Beulich wrote: On 09.01.2020 14:48, Juergen Gross wrote: --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@

Re: [Xen-devel] [PATCH v2 1/2] xen: add config option to include failing condition in BUG_ON() message

2020-01-17 Thread Jan Beulich
On 16.01.2020 19:54, Andrew Cooper wrote: > On 14/01/2020 16:12, Jan Beulich wrote: >> On 14.01.2020 17:00, Jürgen Groß wrote: >>> On 14.01.20 16:47, Jan Beulich wrote: On 09.01.2020 14:48, Juergen Gross wrote: > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -81,6 +81,12

Re: [Xen-devel] [PATCH v2 1/2] xen: add config option to include failing condition in BUG_ON() message

2020-01-16 Thread Andrew Cooper
On 14/01/2020 16:12, Jan Beulich wrote: > On 14.01.2020 17:00, Jürgen Groß wrote: >> On 14.01.20 16:47, Jan Beulich wrote: >>> On 09.01.2020 14:48, Juergen Gross wrote: --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -81,6 +81,12 @@ config PERF_ARRAYS ---help---

Re: [Xen-devel] [PATCH v2 1/2] xen: add config option to include failing condition in BUG_ON() message

2020-01-14 Thread Jan Beulich
On 14.01.2020 17:00, Jürgen Groß wrote: > On 14.01.20 16:47, Jan Beulich wrote: >> On 09.01.2020 14:48, Juergen Gross wrote: >>> --- a/xen/Kconfig.debug >>> +++ b/xen/Kconfig.debug >>> @@ -81,6 +81,12 @@ config PERF_ARRAYS >>> ---help--- >>> Enables software performance counter array

Re: [Xen-devel] [PATCH v2 1/2] xen: add config option to include failing condition in BUG_ON() message

2020-01-14 Thread Jürgen Groß
On 14.01.20 16:47, Jan Beulich wrote: On 09.01.2020 14:48, Juergen Gross wrote: --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -81,6 +81,12 @@ config PERF_ARRAYS ---help--- Enables software performance counter array histograms. +config DEBUG_BUGVERBOSE + bool

Re: [Xen-devel] [PATCH v2 1/2] xen: add config option to include failing condition in BUG_ON() message

2020-01-14 Thread Jan Beulich
On 09.01.2020 14:48, Juergen Gross wrote: > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -81,6 +81,12 @@ config PERF_ARRAYS > ---help--- > Enables software performance counter array histograms. > > +config DEBUG_BUGVERBOSE > + bool "Verbose BUG_ON messages" > +