[PATCH v2 0/5] Fix MISRA C 2012 violations

Xenia Ragiadakou posted 5 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220628150337.8520-1-burzalodowa@gmail.com
Test gitlab-ci failed
xen/arch/arm/arm64/traps.c             | 1 +
xen/arch/arm/include/asm/arm64/traps.h | 2 ++
xen/common/page_alloc.c                | 4 ++--
xen/common/sched/credit.c              | 2 +-
xen/common/vm_event.c                  | 2 +-
xen/drivers/passthrough/iommu.c        | 2 +-
6 files changed, 8 insertions(+), 5 deletions(-)
[PATCH v2 0/5] Fix MISRA C 2012 violations
Posted by Xenia Ragiadakou 1 year, 9 months ago
Resolve MISRA C 2012 Rule 8.4 warnings.

Changes in v2:
- In commit messages of patches 1-4, replace the phrase "This patch aims to
  resolve indirectly a MISRA C 2012 Rule 8.4 violation warning." with
  "Also, this patch aims to resolve indirectly a MISRA C 2012 Rule 8.4
  violation warning."
- Add "Reviewed-by" tags.

Xenia Ragiadakou (5):
  xen/common: page_alloc: Fix MISRA C 2012 Rule 8.7 violation
  xen/common: vm_event: Fix MISRA C 2012 Rule 8.7 violation
  xen/drivers: iommu: Fix MISRA C 2012 Rule 8.7 violation
  xen/sched: credit: Fix MISRA C 2012 Rule 8.7 violation
  xen/arm64: traps: Fix MISRA C 2012 Rule 8.4 violations

 xen/arch/arm/arm64/traps.c             | 1 +
 xen/arch/arm/include/asm/arm64/traps.h | 2 ++
 xen/common/page_alloc.c                | 4 ++--
 xen/common/sched/credit.c              | 2 +-
 xen/common/vm_event.c                  | 2 +-
 xen/drivers/passthrough/iommu.c        | 2 +-
 6 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.34.1