Re: [PATCH v4 2/2] xen: Populate xen.lds.h and make use of its macros

2022-04-10 Thread Michal Orzel
Hi Julien, On 08.04.2022 19:58, Julien Grall wrote: > Hi Michal, > > On 05/04/2022 10:16, Michal Orzel wrote: >>   #if defined(BUILD_ID) >> @@ -109,12 +104,7 @@ SECTIONS >> *(.data.schedulers) >> __end_schedulers_array = .; >>   -#ifdef CONFIG_HYPFS >> -   . = ALIGN(8); > >

Re: [PATCH v4 2/2] xen: Populate xen.lds.h and make use of its macros

2022-04-08 Thread Julien Grall
Hi Michal, On 05/04/2022 10:16, Michal Orzel wrote: #if defined(BUILD_ID) @@ -109,12 +104,7 @@ SECTIONS *(.data.schedulers) __end_schedulers_array = .; -#ifdef CONFIG_HYPFS - . = ALIGN(8); This will be replaced with POINTER_ALIGN which is 4-byte on Arm32. AFAICT,

Re: [PATCH v4 2/2] xen: Populate xen.lds.h and make use of its macros

2022-04-05 Thread Jan Beulich
On 05.04.2022 11:16, Michal Orzel wrote: > Populate header file xen.lds.h with the first portion of macros storing > constructs common to x86 and arm linker scripts. Replace the original > constructs with these helpers. > > No functional improvements to x86 linker script. > > Making use of common