Re: [Xen-devel] [PATCH v4 25/34] build_id: Provide ld-embedded build-ids

2016-03-19 Thread Konrad Rzeszutek Wilk
On Thu, Mar 17, 2016 at 11:08:02AM +, Julien Grall wrote: > Hi Konrad, > > On 17/03/16 01:12, Konrad Rzeszutek Wilk wrote: > >>Let me try that. > > > >Please see inline patch which has your suggestion: > > The ARM part looks good to me. Thank you! I am going to take that as Acked-by on the A

Re: [Xen-devel] [PATCH v4 25/34] build_id: Provide ld-embedded build-ids

2016-03-19 Thread Konrad Rzeszutek Wilk
> Let me try that. Please see inline patch which has your suggestion: From 20ddfe00c72bebd20f5f8c02283bdca5e1459616 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 15 Mar 2016 09:51:03 -0400 Subject: [PATCH v4 26/35] build_id: Provide ld-embedded build-ids This patch enables th

Re: [Xen-devel] [PATCH v4 25/34] build_id: Provide ld-embedded build-ids

2016-03-19 Thread Julien Grall
Hi Konrad, On 17/03/16 01:12, Konrad Rzeszutek Wilk wrote: Let me try that. Please see inline patch which has your suggestion: The ARM part looks good to me. Regards, -- Julien Grall ___ Xen-devel mailing list Xen-devel@lists.xen.org http://list

Re: [Xen-devel] [PATCH v4 25/34] build_id: Provide ld-embedded build-ids

2016-03-18 Thread Julien Grall
Hi Konrad, On 15/03/2016 17:56, Konrad Rzeszutek Wilk wrote: diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S index 9909595..187ef73 100644 --- a/xen/arch/arm/xen.lds.S +++ b/xen/arch/arm/xen.lds.S @@ -22,6 +22,9 @@ OUTPUT_ARCH(FORMAT) PHDRS { text PT_LOAD /* XXX should be AT

Re: [Xen-devel] [PATCH v4 25/34] build_id: Provide ld-embedded build-ids

2016-03-18 Thread Konrad Rzeszutek Wilk
On Wed, Mar 16, 2016 at 06:34:24PM +, Julien Grall wrote: > Hi Konrad, > > On 15/03/2016 17:56, Konrad Rzeszutek Wilk wrote: > >diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S > >index 9909595..187ef73 100644 > >--- a/xen/arch/arm/xen.lds.S > >+++ b/xen/arch/arm/xen.lds.S > >@@ -2