[PATCH 0/3] misra: add Rule 5.5 deviations for intentional macro clashes

Dmytro Prokopchuk1 posted 3 patches 4 days, 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1779709902.git.dmytro._5Fprokopchuk1@epam.com
.../eclair_analysis/ECLAIR/deviations.ecl     | 18 +++++++++++++++
docs/misra/deviations.rst                     | 23 +++++++++++++++++++
docs/misra/rules.rst                          | 12 ++++++++++
3 files changed, 53 insertions(+)
[PATCH 0/3] misra: add Rule 5.5 deviations for intentional macro clashes
Posted by Dmytro Prokopchuk1 4 days, 22 hours ago
This series adds deviations for intentional function/macro name clashes where
the macro is used as a wrapper around an existing function name.

Test CI pipeline:
https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/2550931948

Dmytro Prokopchuk (3):
  misra: deviate MISRA C Rule 5.5 for 'hypfs_alloc_dyndata'
  misra: deviate MISRA C Rule 5.5 for 'request_irq'
  misra: deviate MISRA C Rule 5.5 for ARM SMMU fault handlers

 .../eclair_analysis/ECLAIR/deviations.ecl     | 18 +++++++++++++++
 docs/misra/deviations.rst                     | 23 +++++++++++++++++++
 docs/misra/rules.rst                          | 12 ++++++++++
 3 files changed, 53 insertions(+)

-- 
2.43.0