Re: [PATCH v2 1/1] xen/arm64: entry: Add missing code symbol annotations

2024-05-02 Thread Edgar E. Iglesias
On Fri, Apr 26, 2024 at 1:14 AM Stefano Stabellini wrote: > > On Tue, 16 Apr 2024, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > > > Use the generic xen/linkage.h macros when and add missing > ^ when what? > > > code symbol annotations. > > >

Re: [PATCH v2 1/1] xen/arm64: entry: Add missing code symbol annotations

2024-04-26 Thread Stefano Stabellini
On Fri, 26 Apr 2024, Jan Beulich wrote: > On 26.04.2024 01:13, Stefano Stabellini wrote: > > On Tue, 16 Apr 2024, Edgar E. Iglesias wrote: > >> From: "Edgar E. Iglesias" > >> > >> Use the generic xen/linkage.h macros when and add missing > > ^ when what? >

Re: [PATCH v2 1/1] xen/arm64: entry: Add missing code symbol annotations

2024-04-26 Thread Jan Beulich
On 26.04.2024 01:13, Stefano Stabellini wrote: > On Tue, 16 Apr 2024, Edgar E. Iglesias wrote: >> From: "Edgar E. Iglesias" >> >> Use the generic xen/linkage.h macros when and add missing > ^ when what? > >> code symbol annotations. >> >> Signed-off-by:

Re: [PATCH v2 1/1] xen/arm64: entry: Add missing code symbol annotations

2024-04-25 Thread Stefano Stabellini
On Tue, 16 Apr 2024, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Use the generic xen/linkage.h macros when and add missing ^ when what? > code symbol annotations. > > Signed-off-by: Edgar E. Iglesias I am looking at the implementation of

[PATCH v2 1/1] xen/arm64: entry: Add missing code symbol annotations

2024-04-16 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Use the generic xen/linkage.h macros when and add missing code symbol annotations. Signed-off-by: Edgar E. Iglesias --- xen/arch/arm/arm64/entry.S | 72 +- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git