Pipeline: https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/1907188989
On 7/4/25 23:39, Dmytro Prokopchuk1 wrote: > This patch series fully eliminates MISRA C Rule 5.5 > violations for ARM64. > > The previous thread is here: > https://lore.kernel.org/xen-devel/48c7830931a98b2bf70ef1509f309b262b9e5792.1745427770.git.victorm.l...@amd.com/ > where that violation was proposed to be deviated. > > Dmytro Prokopchuk (5): > gnttab: address violation of MISRA C Rule 5.5 > iommu: address violation of MISRA C Rule 5.5 > x86/irq: address violation of MISRA C Rule 5.5 > device-tree: address violation of MISRA C Rule 5.5 > xen/bitops: address violation of MISRA C Rule 5.5 > > xen/arch/x86/irq.c | 2 +- > xen/common/device-tree/domain-build.c | 9 ++++----- > xen/common/grant_table.c | 22 +++++++++++++--------- > xen/include/xen/bitops.h | 24 ++++++++++++------------ > xen/include/xen/fdt-domain-build.h | 4 ++-- > xen/include/xen/iommu.h | 5 ++--- > xen/include/xen/irq.h | 4 ++-- > 7 files changed, 36 insertions(+), 34 deletions(-) >