CI tests: https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/1917527911
On 7/10/25 00:38, Dmytro Prokopchuk1 wrote: > This patch series eliminates/deviates MISRA C Rule 5.5 violations for ARM64. > > Thread discussion: > https://patchew.org/Xen/cover.1751659393.git.dmytro._5fprokopch...@epam.com/ > > Changes in v2: > - fixed code alignment in "device-tree: address violation of MISRA C Rule 5.5" > - updated commit message in "iommu: address violation of MISRA C Rule 5.5" > - other patches were squashed and MISRA rule was deviated > > Dmytro Prokopchuk (3): > iommu: address violation of MISRA C Rule 5.5 > device-tree: address violation of MISRA C Rule 5.5 > eclair: add deviations of MISRA C Rule 5.5 > > automation/eclair_analysis/ECLAIR/deviations.ecl | 8 ++++++++ > docs/misra/deviations.rst | 8 ++++++++ > xen/common/device-tree/domain-build.c | 13 ++++++------- > xen/include/xen/fdt-domain-build.h | 4 ++-- > xen/include/xen/iommu.h | 2 ++ > 5 files changed, 26 insertions(+), 9 deletions(-) >