Re: [Xen-devel] [PATCH v2 1/2] xen/arm: link: Link proc_info_list in .data instead of .init.data

2018-12-07 Thread Oleksandr
On 07.12.18 12:34, Julien Grall wrote: Hi Oleksandr, Hi Julien Please configure your client to quote with > rather than indentation. Below is an example how it can get messy in just 3 answers, I let you imagine with longer thread :). This is a general issue with gmail web-interface

Re: [Xen-devel] [PATCH v2 1/2] xen/arm: link: Link proc_info_list in .data instead of .init.data

2018-12-07 Thread Julien Grall
Hi Oleksandr, Please configure your client to quote with > rather than indentation. Below is an example how it can get messy in just 3 answers, I let you imagine with longer thread :). This is a general issue with gmail web-interface that quote using tabulation. It would be best if you use

Re: [Xen-devel] [PATCH v2 1/2] xen/arm: link: Link proc_info_list in .data instead of .init.data

2018-12-07 Thread Oleksandr Tyshchenko
On Fri, Dec 7, 2018 at 12:05 PM Julien Grall wrote: > Hi Oleksandr, > Hi Julien > > On 07/12/2018 09:45, Oleksandr Tyshchenko wrote: > > From: Oleksandr Tyshchenko > > > > To be able to use it for the hot-plugged CPUs as well. > > You need to explain in the commit message why you rename

Re: [Xen-devel] [PATCH v2 1/2] xen/arm: link: Link proc_info_list in .data instead of .init.data

2018-12-07 Thread Julien Grall
Hi Oleksandr, On 07/12/2018 09:45, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko To be able to use it for the hot-plugged CPUs as well. You need to explain in the commit message why you rename .init.proc.info. Signed-off-by: Oleksandr Tyshchenko --- Changes in v2:

[Xen-devel] [PATCH v2 1/2] xen/arm: link: Link proc_info_list in .data instead of .init.data

2018-12-07 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko To be able to use it for the hot-plugged CPUs as well. Signed-off-by: Oleksandr Tyshchenko --- Changes in v2: - Fix typoes - Rename ".init.proc.info" to ".data.proc.info" --- xen/arch/arm/arm32/proc-v7.S | 6 +++--- xen/arch/arm/xen.lds.S