All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v5 0/8] x86: address some violations of MISRA C Rule 16.3
@ 2024-07-29  9:00 Federico Serafini
  2024-07-29  9:00 ` [XEN PATCH v5 1/8] automation/eclair: fix deviation " Federico Serafini
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Federico Serafini @ 2024-07-29  9:00 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Simone Ballarin, Doug Goldstein,
	Stefano Stabellini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné

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



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-09-02  7:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29  9:00 [XEN PATCH v5 0/8] x86: address some violations of MISRA C Rule 16.3 Federico Serafini
2024-07-29  9:00 ` [XEN PATCH v5 1/8] automation/eclair: fix deviation " Federico Serafini
2024-07-29  9:00 ` [XEN PATCH v5 2/8] x86/vpmu: address violations " Federico Serafini
2024-07-29  9:00 ` [XEN PATCH v5 3/8] x86/traps: " Federico Serafini
2024-07-29  9:00 ` [XEN PATCH v5 4/8] x86/mce: " Federico Serafini
2024-07-29  9:00 ` [XEN PATCH v5 5/8] x86/hvm: " Federico Serafini
2024-07-29  9:18   ` Jan Beulich
2024-07-29  9:00 ` [XEN PATCH v5 6/8] x86/hvm: add defensive statements in unreachable program points Federico Serafini
2024-07-29 11:06   ` Jan Beulich
2024-07-29  9:00 ` [XEN PATCH v5 7/8] x86/mm: add defensive return Federico Serafini
2024-07-29 22:12   ` Stefano Stabellini
2024-08-29  0:35     ` Stefano Stabellini
2024-08-29  7:04       ` Jan Beulich
2024-08-30  9:18         ` Roger Pau Monné
2024-08-30 19:17           ` Andrew Cooper
2024-09-02  7:43             ` Roger Pau Monné
2024-07-29  9:00 ` [XEN PATCH v5 8/8] x86/mpparse: address a violation of MISRA C Rule 16.3 Federico Serafini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.