All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v3 00/12] x86: address some violations of MISRA C Rule 16.3
@ 2024-06-26  9:27 Federico Serafini
  2024-06-26  9:27 ` [XEN PATCH v3 01/12] automation/eclair: fix deviation " Federico Serafini
                   ` (12 more replies)
  0 siblings, 13 replies; 29+ messages in thread
From: Federico Serafini @ 2024-06-26  9:27 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 (12):
  automation/eclair: fix deviation of MISRA C Rule 16.3
  x86/cpuid: use fallthrough pseudo keyword
  x86/domctl: address a violation 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/vpt: address a violation of MISRA C Rule 16.3
  x86/mm: add defensive return
  x86/mpparse: address a violation of MISRA C Rule 16.3
  x86/vPIC: address a violation of MISRA C Rule 16.3
  x86/vlapic: address a violation of MISRA C Rule 16.3

 automation/eclair_analysis/ECLAIR/deviations.ecl | 2 +-
 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/cpuid.c                             | 3 +--
 xen/arch/x86/domctl.c                            | 1 +
 xen/arch/x86/hvm/emulate.c                       | 9 ++++++---
 xen/arch/x86/hvm/hvm.c                           | 5 +++++
 xen/arch/x86/hvm/hypercall.c                     | 1 +
 xen/arch/x86/hvm/irq.c                           | 1 +
 xen/arch/x86/hvm/pmtimer.c                       | 1 +
 xen/arch/x86/hvm/vlapic.c                        | 1 +
 xen/arch/x86/hvm/vpic.c                          | 1 +
 xen/arch/x86/hvm/vpt.c                           | 4 +++-
 xen/arch/x86/mm.c                                | 1 +
 xen/arch/x86/mpparse.c                           | 1 +
 xen/arch/x86/traps.c                             | 3 +++
 18 files changed, 35 insertions(+), 7 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-07-15 17:29 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26  9:27 [XEN PATCH v3 00/12] x86: address some violations of MISRA C Rule 16.3 Federico Serafini
2024-06-26  9:27 ` [XEN PATCH v3 01/12] automation/eclair: fix deviation " Federico Serafini
2024-06-26  9:27 ` [XEN PATCH v3 02/12] x86/cpuid: use fallthrough pseudo keyword Federico Serafini
2024-06-26  9:27 ` [XEN PATCH v3 03/12] x86/domctl: address a violation of MISRA C Rule 16.3 Federico Serafini
2024-06-26  9:27 ` [XEN PATCH v3 04/12] x86/vpmu: address violations " Federico Serafini
2024-06-27  0:50   ` Stefano Stabellini
2024-07-01  8:40   ` Jan Beulich
2024-06-26  9:27 ` [XEN PATCH v3 05/12] x86/traps: " Federico Serafini
2024-06-27  0:52   ` Stefano Stabellini
2024-07-01  8:41     ` Jan Beulich
2024-06-26  9:27 ` [XEN PATCH v3 06/12] x86/mce: " Federico Serafini
2024-06-26  9:28 ` [XEN PATCH v3 07/12] x86/hvm: " Federico Serafini
2024-06-27  0:55   ` Stefano Stabellini
2024-07-01  8:47   ` Jan Beulich
2024-07-02  7:51     ` Federico Serafini
2024-07-12 23:25       ` Stefano Stabellini
2024-07-15 17:29         ` Federico Serafini
2024-06-26  9:28 ` [XEN PATCH v3 08/12] x86/vpt: address a violation " Federico Serafini
2024-06-27  0:55   ` Stefano Stabellini
2024-07-01  8:49   ` Jan Beulich
2024-07-02  7:58     ` Federico Serafini
2024-06-26  9:28 ` [XEN PATCH v3 09/12] x86/mm: add defensive return Federico Serafini
2024-07-01  8:57   ` Jan Beulich
2024-07-09 11:21     ` Alejandro Vallejo
2024-07-09 11:40       ` Jan Beulich
2024-06-26  9:28 ` [XEN PATCH v3 10/12] x86/mpparse: address a violation of MISRA C Rule 16.3 Federico Serafini
2024-06-26  9:28 ` [XEN PATCH v3 11/12] x86/vPIC: " Federico Serafini
2024-06-26  9:28 ` [XEN PATCH v3 12/12] x86/vlapic: " Federico Serafini
2024-06-26  9:57 ` [XEN PATCH v3 00/12] x86: address some violations " Jan Beulich

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.