All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/7] x86: address some violations of MISRA C:2012 Rule 8.2
@ 2023-10-18 14:25 Federico Serafini
  2023-10-18 14:25 ` [XEN PATCH 1/7] x86/mctelem: address " Federico Serafini
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Federico Serafini @ 2023-10-18 14:25 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Wei Liu

This patch series addresses some of the violations of Rule 8.2 adding the
missing parameter names.

Federico Serafini (7):
  x86/mctelem: address violations of MISRA C:2012 Rule 8.2
  x86/mtrr: address violation of MISRA C:2012 Rule 8.2
  x86/domain: address violations of MISRA C:2012 Rule 8.2
  x86/cpuidle: address violations of MISRA C:2012 Rule 8.2
  x86/mcaction: address a violation of MISRA C:2012 Rule 8.2
  x86/vmce: address violations of MISRA C:2012 Rule 8.2
  x86/hpet: address violations of MISRA C:2012 Rule 8.2

 xen/arch/x86/cpu/mcheck/mcaction.h |  2 +-
 xen/arch/x86/cpu/mcheck/mctelem.c  |  2 +-
 xen/arch/x86/cpu/mcheck/mctelem.h  | 25 +++++++++++++------------
 xen/arch/x86/cpu/mcheck/vmce.h     |  8 ++++----
 xen/arch/x86/hpet.c                |  2 +-
 xen/arch/x86/include/asm/cpuidle.h | 11 ++++++-----
 xen/arch/x86/include/asm/domain.h  | 26 +++++++++++++-------------
 xen/arch/x86/include/asm/hpet.h    |  2 +-
 xen/arch/x86/include/asm/mtrr.h    | 10 +++++-----
 9 files changed, 45 insertions(+), 43 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-10-23 14:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 14:25 [XEN PATCH 0/7] x86: address some violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-10-18 14:25 ` [XEN PATCH 1/7] x86/mctelem: address " Federico Serafini
2023-10-23 14:12   ` Jan Beulich
2023-10-18 14:25 ` [XEN PATCH 2/7] x86/mtrr: address violation " Federico Serafini
2023-10-23 14:13   ` Jan Beulich
2023-10-18 14:25 ` [XEN PATCH 3/7] x86/domain: address violations " Federico Serafini
2023-10-23 14:14   ` Jan Beulich
2023-10-18 14:25 ` [XEN PATCH 4/7] x86/cpuidle: " Federico Serafini
2023-10-23 14:15   ` Jan Beulich
2023-10-18 14:25 ` [XEN PATCH 5/7] x86/mcaction: address a violation " Federico Serafini
2023-10-23 14:16   ` Jan Beulich
2023-10-18 14:25 ` [XEN PATCH 6/7] x86/vmce: address violations " Federico Serafini
2023-10-23 14:17   ` Jan Beulich
2023-10-18 14:26 ` [XEN PATCH 7/7] x86/hpet: " Federico Serafini
2023-10-23 14:18   ` 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.