Re: [PATCH] xen/arm: Include xen/vmap.h in mm.c

2025-04-02 Thread Andrew Cooper
On 02/04/2025 11:10 am, Michal Orzel wrote: > As reported by ECLAIR scan, MISRA requires declaration to be visible > (R8.4). This is not the case for ioremap(). > > Fixes: 2cd02c27d327 ("arm/mpu: Implement stubs for ioremap_attr on MPU") > Signed-off-by: Michal Orzel Acked-by: Andrew Cooper

Re: [PATCH] xen/arm: Include xen/vmap.h in mm.c

2025-04-02 Thread Bertrand Marquis
Hi Michal, > On 2 Apr 2025, at 12:10, Michal Orzel wrote: > > As reported by ECLAIR scan, MISRA requires declaration to be visible > (R8.4). This is not the case for ioremap(). > > Fixes: 2cd02c27d327 ("arm/mpu: Implement stubs for ioremap_attr on MPU") > Signed-off-by: Michal Orzel Reviewed-