Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-19 Thread Julien Grall
On 19/05/17 14:58, Ian Jackson wrote: Julien Grall writes ("Re: [PATCH] Use non-debug build for Xen 4.9"): Regarding the branching, I was thinking to branch right after the next RC. Any opinions on this? That would be fine by me. We would want staging==master at the time we branch, so we sh

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-19 Thread Ian Jackson
Julien Grall writes ("Re: [PATCH] Use non-debug build for Xen 4.9"): > Regarding the branching, I was thinking to branch right after the next > RC. Any opinions on this? That would be fine by me. We would want staging==master at the time we branch, so we should have a commit moratorium too. Ian

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-19 Thread Wei Liu
On Fri, May 19, 2017 at 02:23:42PM +0100, Julien Grall wrote: > Hi, > > On 19/05/17 11:27, Ian Jackson wrote: > > Jan Beulich writes ("Re: [PATCH] Use non-debug build for Xen 4.9"): > > > On 18.05.17 at 17:38, wrote: > > > > Modify Config.mk and Kconfig.debug to disable debug by default in > > >

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-19 Thread Julien Grall
Hi, On 19/05/17 11:27, Ian Jackson wrote: Jan Beulich writes ("Re: [PATCH] Use non-debug build for Xen 4.9"): On 18.05.17 at 17:38, wrote: Modify Config.mk and Kconfig.debug to disable debug by default in preparation for late RCs and eventual release. Signed-off-by: Julien Grall To avoid

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-19 Thread Ian Jackson
Jan Beulich writes ("Re: [PATCH] Use non-debug build for Xen 4.9"): > On 18.05.17 at 17:38, wrote: > > Modify Config.mk and Kconfig.debug to disable debug by default in > > preparation for late RCs and eventual release. > > > > Signed-off-by: Julien Grall > > To avoid pointless code churn on th

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-19 Thread Julien Grall
Hi Jan, On 19/05/2017 07:47, Jan Beulich wrote: On 18.05.17 at 17:38, wrote: Modify Config.mk and Kconfig.debug to disable debug by default in preparation for late RCs and eventual release. Signed-off-by: Julien Grall To avoid pointless code churn on the master branch, shouldn't this be do

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-18 Thread Jan Beulich
>>> On 18.05.17 at 17:38, wrote: > Modify Config.mk and Kconfig.debug to disable debug by default in > preparation for late RCs and eventual release. > > Signed-off-by: Julien Grall To avoid pointless code churn on the master branch, shouldn't this be done only after (or even while) branching?

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-18 Thread Ian Jackson
Julien Grall writes ("[PATCH] Use non-debug build for Xen 4.9"): > Modify Config.mk and Kconfig.debug to disable debug by default in > preparation for late RCs and eventual release. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.o

Re: [Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-18 Thread Wei Liu
On Thu, May 18, 2017 at 04:38:29PM +0100, Julien Grall wrote: > Modify Config.mk and Kconfig.debug to disable debug by default in > preparation for late RCs and eventual release. > > Signed-off-by: Julien Grall Acked-by: Wei Liu ___ Xen-devel mailing

[Xen-devel] [PATCH] Use non-debug build for Xen 4.9

2017-05-18 Thread Julien Grall
Modify Config.mk and Kconfig.debug to disable debug by default in preparation for late RCs and eventual release. Signed-off-by: Julien Grall --- tools/Rules.mk| 2 +- xen/Kconfig.debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Rules.mk b/tools/Rules.mk inde