[XEN PATCH v2 0/3] address violation of MISRA C Rule 5.5

Dmytro Prokopchuk1 posted 3 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1752096263.git.dmytro._5Fprokopchuk1@epam.com
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(-)
[XEN PATCH v2 0/3] address violation of MISRA C Rule 5.5
Posted by Dmytro Prokopchuk1 3 months, 3 weeks ago
This patch series eliminates/deviates MISRA C Rule 5.5 violations for ARM64.

Thread discussion:
https://patchew.org/Xen/cover.1751659393.git.dmytro._5Fprokopchuk1@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(-)

-- 
2.43.0
Re: [XEN PATCH v2 0/3] address violation of MISRA C Rule 5.5
Posted by Dmytro Prokopchuk1 3 months, 3 weeks ago
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._5Fprokopchuk1@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(-)
>