Re: [Xen-devel] [PATCH v2 0/6] Remove dependency on __LINE__

2017-03-17 Thread Jan Beulich
>>> On 17.03.17 at 09:57, wrote: > On 03/10/2017 08:50 AM, Jan Beulich wrote: > On 10.03.17 at 09:29, wrote: >>> They would be >>> removed only for "release" builds in which it is likely that the source >>> code & debuginfo is archived somewhere such that looking up a line >>> number requires

Re: [Xen-devel] [PATCH v2 0/6] Remove dependency on __LINE__

2017-03-17 Thread Ross Lagerwall
On 03/10/2017 08:50 AM, Jan Beulich wrote: On 10.03.17 at 09:29, wrote: On 03/09/2017 10:34 AM, Jan Beulich wrote: On 08.03.17 at 18:46, wrote: Sorry for the long delay since the first version of this series (previously called "Make building xSplice patches easier"). Here is a set of change

Re: [Xen-devel] [PATCH v2 0/6] Remove dependency on __LINE__

2017-03-10 Thread Jan Beulich
>>> On 10.03.17 at 09:29, wrote: > On 03/09/2017 10:34 AM, Jan Beulich wrote: > On 08.03.17 at 18:46, wrote: >>> Sorry for the long delay since the first version of this series >>> (previously called "Make building xSplice patches easier"). Here is a >>> set of changes that remove the use of

Re: [Xen-devel] [PATCH v2 0/6] Remove dependency on __LINE__

2017-03-10 Thread Ross Lagerwall
On 03/09/2017 10:34 AM, Jan Beulich wrote: On 08.03.17 at 18:46, wrote: Sorry for the long delay since the first version of this series (previously called "Make building xSplice patches easier"). Here is a set of changes that remove the use of __LINE__ when building with NDEBUG and LivePatch e

Re: [Xen-devel] [PATCH v2 0/6] Remove dependency on __LINE__

2017-03-09 Thread Jan Beulich
>>> On 08.03.17 at 18:46, wrote: > Sorry for the long delay since the first version of this series > (previously called "Make building xSplice patches easier"). Here is a > set of changes that remove the use of __LINE__ when building with NDEBUG > and LivePatch enabled. Tested to boot on x86. C

[Xen-devel] [PATCH v2 0/6] Remove dependency on __LINE__

2017-03-08 Thread Ross Lagerwall
Sorry for the long delay since the first version of this series (previously called "Make building xSplice patches easier"). Here is a set of changes that remove the use of __LINE__ when building with NDEBUG and LivePatch enabled. Tested to boot on x86. Compile-tested on arm. Changes in v2: * Re