Re: [PATCH 0/5] xen: address violations of MISRA C:2012 Rule 11.8

2023-11-24 Thread Simone Ballarin
On 24/11/23 18:56, Andrew Cooper wrote: On 24/11/2023 4:29 pm, Simone Ballarin wrote: Maria Celeste Cesario (5): x86/platform_hypercall: address violations of MISRA C:2012 Rule 11.8 x86/boot/reloc: address violations of MISRA C:2012 Rule 11.8 AMD/IOMMU: address violations of MISRA C:201

Re: [PATCH 0/5] xen: address violations of MISRA C:2012 Rule 11.8

2023-11-24 Thread Andrew Cooper
On 24/11/2023 4:29 pm, Simone Ballarin wrote: > Maria Celeste Cesario (5): > x86/platform_hypercall: address violations of MISRA C:2012 Rule 11.8 > x86/boot/reloc: address violations of MISRA C:2012 Rule 11.8 > AMD/IOMMU: address violations of MISRA C:2012 Rule 11.8 > x86/atomic: address vi

[PATCH 0/5] xen: address violations of MISRA C:2012 Rule 11.8

2023-11-24 Thread Simone Ballarin
From: Maria Celeste Cesario The xen sources contains violations of MISRA C:2012 Rule 11.8 whose headline states: "A conversion shall not remove any const, volatile or Atomic qualification from the type pointed to by a pointer". This patch amends or removes casts that unnecessarily drop const qua