Re: [PATCH] xen/arm32: head: Mark the end of subroutines with ENDPROC (take two)

2022-03-01 Thread Bertrand Marquis
Hi Julien, > On 28 Feb 2022, at 10:07, Julien Grall wrote: > > From: Julien Grall > > Commit 2ac705a59ef5 ("xen/arm32: head: Mark the end of subroutines > with ENDPROC") intended to mark all the subroutines with ENDPROC. > > Unfortunately, I missed fail(), switch_ttbr(), init_uart() and > __l

Re: [PATCH] xen/arm32: head: Mark the end of subroutines with ENDPROC (take two)

2022-02-28 Thread Michal Orzel
Hi Julien, On 28.02.2022 11:07, Julien Grall wrote: > From: Julien Grall > > Commit 2ac705a59ef5 ("xen/arm32: head: Mark the end of subroutines > with ENDPROC") intended to mark all the subroutines with ENDPROC. > > Unfortunately, I missed fail(), switch_ttbr(), init_uart() and > __lookup_proce

[PATCH] xen/arm32: head: Mark the end of subroutines with ENDPROC (take two)

2022-02-28 Thread Julien Grall
From: Julien Grall Commit 2ac705a59ef5 ("xen/arm32: head: Mark the end of subroutines with ENDPROC") intended to mark all the subroutines with ENDPROC. Unfortunately, I missed fail(), switch_ttbr(), init_uart() and __lookup_processor_type(). Add ENDPROC for the benefits of static analysis tools