[XEN PATCH v2 0/5] x86: address MISRA C:2012 Rule 5.3

Nicola Vetrini posted 5 patches 8 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1691492441.git.nicola.vetrini@bugseng.com
There is a newer version of this series
xen/arch/x86/e820.c                         | 36 +++++++++----------
xen/arch/x86/guest/hyperv/hyperv.c          |  4 +--
xen/arch/x86/guest/hypervisor.c             |  2 +-
xen/arch/x86/guest/xen/xen.c                |  4 +--
xen/arch/x86/include/asm/e820.h             |  3 +-
xen/arch/x86/include/asm/guest/hypervisor.h |  2 +-
xen/arch/x86/include/asm/mpspec.h           |  1 -
xen/arch/x86/include/asm/pv/shim.h          |  2 +-
xen/arch/x86/pv/shim.c                      | 10 +++---
xen/arch/x86/setup.c                        |  8 ++---
xen/arch/x86/x86_64/mmconf-fam10h.c         |  2 +-
xen/arch/x86/xstate.c                       | 30 ++++++++--------
xen/drivers/passthrough/amd/iommu_acpi.c    |  2 +-
xen/include/public/arch-x86/xen-mca.h       | 38 ++++++++++-----------
xen/include/xen/delay.h                     |  9 +++--
15 files changed, 78 insertions(+), 75 deletions(-)
[XEN PATCH v2 0/5] x86: address MISRA C:2012 Rule 5.3
Posted by Nicola Vetrini 8 months, 3 weeks ago
This series addresses shadowing issues to resolve violations of Rule 5.3, whose
headline states:
"An identifier declared in an inner scope shall not hide an identifier
declared in an outer scope". To do this, suitable renames are made.

The thread of the first submission is here [1]
---
Changes in v2:
- Addressed numerous review comments
- Dropped patch 2/6 [2], as that has already been committed

[1] https://lists.xenproject.org/archives/html/xen-devel/2023-08/msg00538.html
[2] https://lists.xenproject.org/archives/html/xen-devel/2023-08/msg00539.html
Nicola Vetrini (5):
  x86: address MISRA C:2012 Rule 5.3
  xen/delay: address MISRA C:2012 Rule 5.3.
  x86/include: address MISRA C:2012 Rule 5.3.
  x86/xstate: address MISRA C:2012 Rule 5.3
  x86: refactor macros in 'xen-mca.h'

 xen/arch/x86/e820.c                         | 36 +++++++++----------
 xen/arch/x86/guest/hyperv/hyperv.c          |  4 +--
 xen/arch/x86/guest/hypervisor.c             |  2 +-
 xen/arch/x86/guest/xen/xen.c                |  4 +--
 xen/arch/x86/include/asm/e820.h             |  3 +-
 xen/arch/x86/include/asm/guest/hypervisor.h |  2 +-
 xen/arch/x86/include/asm/mpspec.h           |  1 -
 xen/arch/x86/include/asm/pv/shim.h          |  2 +-
 xen/arch/x86/pv/shim.c                      | 10 +++---
 xen/arch/x86/setup.c                        |  8 ++---
 xen/arch/x86/x86_64/mmconf-fam10h.c         |  2 +-
 xen/arch/x86/xstate.c                       | 30 ++++++++--------
 xen/drivers/passthrough/amd/iommu_acpi.c    |  2 +-
 xen/include/public/arch-x86/xen-mca.h       | 38 ++++++++++-----------
 xen/include/xen/delay.h                     |  9 +++--
 15 files changed, 78 insertions(+), 75 deletions(-)

-- 
2.34.1