[XEN PATCH v5 0/8] x86: address some violations of MISRA C Rule 16.3

Federico Serafini posted 8 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1722239813.git.federico.serafini@bugseng.com
automation/eclair_analysis/ECLAIR/deviations.ecl |  5 ++---
xen/arch/x86/cpu/mcheck/mce_amd.c                |  1 +
xen/arch/x86/cpu/mcheck/mce_intel.c              |  2 ++
xen/arch/x86/cpu/vpmu.c                          |  3 +++
xen/arch/x86/cpu/vpmu_intel.c                    |  2 ++
xen/arch/x86/hvm/emulate.c                       | 12 +++++++-----
xen/arch/x86/hvm/hvm.c                           |  5 +++++
xen/arch/x86/hvm/hypercall.c                     |  2 +-
xen/arch/x86/hvm/irq.c                           |  1 +
xen/arch/x86/hvm/pmtimer.c                       |  1 +
xen/arch/x86/hvm/svm/svm.c                       |  2 ++
xen/arch/x86/hvm/vlapic.c                        |  1 +
xen/arch/x86/hvm/vmx/vmcs.c                      |  2 ++
xen/arch/x86/hvm/vmx/vmx.c                       |  3 ++-
xen/arch/x86/hvm/vmx/vvmx.c                      |  1 +
xen/arch/x86/hvm/vpic.c                          |  1 +
xen/arch/x86/hvm/vpt.c                           |  3 +--
xen/arch/x86/mm.c                                |  1 +
xen/arch/x86/mpparse.c                           |  1 +
xen/arch/x86/traps.c                             |  3 +++
20 files changed, 40 insertions(+), 12 deletions(-)
[XEN PATCH v5 0/8] x86: address some violations of MISRA C Rule 16.3
Posted by Federico Serafini 1 month, 2 weeks ago
This patch series fixes a missing escape in a deviation and addresses some
violations.

Federico Serafini (8):
  automation/eclair: fix deviation of MISRA C Rule 16.3
  x86/vpmu: address violations of MISRA C Rule 16.3
  x86/traps: address violations of MISRA C Rule 16.3
  x86/mce: address violations of MISRA C Rule 16.3
  x86/hvm: address violations of MISRA C Rule 16.3
  x86/hvm: add defensive statements in unreachable program points
  x86/mm: add defensive return
  x86/mpparse: address a violation of MISRA C Rule 16.3

 automation/eclair_analysis/ECLAIR/deviations.ecl |  5 ++---
 xen/arch/x86/cpu/mcheck/mce_amd.c                |  1 +
 xen/arch/x86/cpu/mcheck/mce_intel.c              |  2 ++
 xen/arch/x86/cpu/vpmu.c                          |  3 +++
 xen/arch/x86/cpu/vpmu_intel.c                    |  2 ++
 xen/arch/x86/hvm/emulate.c                       | 12 +++++++-----
 xen/arch/x86/hvm/hvm.c                           |  5 +++++
 xen/arch/x86/hvm/hypercall.c                     |  2 +-
 xen/arch/x86/hvm/irq.c                           |  1 +
 xen/arch/x86/hvm/pmtimer.c                       |  1 +
 xen/arch/x86/hvm/svm/svm.c                       |  2 ++
 xen/arch/x86/hvm/vlapic.c                        |  1 +
 xen/arch/x86/hvm/vmx/vmcs.c                      |  2 ++
 xen/arch/x86/hvm/vmx/vmx.c                       |  3 ++-
 xen/arch/x86/hvm/vmx/vvmx.c                      |  1 +
 xen/arch/x86/hvm/vpic.c                          |  1 +
 xen/arch/x86/hvm/vpt.c                           |  3 +--
 xen/arch/x86/mm.c                                |  1 +
 xen/arch/x86/mpparse.c                           |  1 +
 xen/arch/x86/traps.c                             |  3 +++
 20 files changed, 40 insertions(+), 12 deletions(-)

-- 
2.34.1