[PATCH] xen/arm: mpu: Use new-style annotations

2025-04-04 Thread Michal Orzel
When purging old-style annotations, MPU code was left unmodified. Fix it. Fixes: 221c66f4f2a4 ("Arm: purge ENTRY(), ENDPROC(), and ALIGN") Signed-off-by: Michal Orzel --- I found the issue when applying Luca series to be commited enabling MPU on Arm64 build. This patch is a prerequisite for it. -

Re: [PATCH] xen/arm: mpu: Use new-style annotations

2025-04-02 Thread Jan Beulich
On 02.04.2025 11:02, Michal Orzel wrote: > When purging old-style annotations, MPU code was left unmodified. Fix > it. > > Fixes: 221c66f4f2a4 ("Arm: purge ENTRY(), ENDPROC(), and ALIGN") > Signed-off-by: Michal Orzel Reviewed-by: Jan Beulich I'm sorry for the oversight. I had meant to do a la

Re: [PATCH] xen/arm: mpu: Use new-style annotations

2025-04-02 Thread Julien Grall
Hi Michal, On 02/04/2025 10:02, Michal Orzel wrote: When purging old-style annotations, MPU code was left unmodified. Fix it. Fixes: 221c66f4f2a4 ("Arm: purge ENTRY(), ENDPROC(), and ALIGN") Signed-off-by: Michal Orzel Acked-by: Julien Grall Cheers, -- Julien Grall