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

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

Federico Serafini (8):
  x86/hvm: address violations of MISRA C:2012 Rule 8.2
  x86/mmconfig: address violations of MISRA C:2012 Rule 8.2
  x86/vpmu: address a violation of MISRA C:2012 Rule 8.2
  x86/smp: address a violation of MISRA C:2012 Rule 8.2
  x86/pci: address a violation of MISRA C:2012 Rule 8.2
  x86/physdev: address violations of MISRA C:2012 Rule 8.2
  x86/platform_hypercall: address violations of MISRA C:2012 Rule 8.2
  x86/sysctl: address a violation of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/pci.h    | 2 +-
 xen/arch/x86/include/asm/smp.h    | 2 +-
 xen/arch/x86/include/asm/vpmu.h   | 2 +-
 xen/arch/x86/physdev.c            | 6 +++---
 xen/arch/x86/platform_hypercall.c | 6 +++---
 xen/arch/x86/sysctl.c             | 2 +-
 xen/arch/x86/x86_64/mmconfig.h    | 4 ++--
 xen/drivers/passthrough/x86/hvm.c | 4 ++--
 8 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-10-30 16:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23  7:22 [XEN PATCH 0/8] x86: address some violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-10-23  7:22 ` [XEN PATCH 1/8] x86/hvm: address " Federico Serafini
2023-10-30 15:56   ` Jan Beulich
2023-10-23  7:22 ` [XEN PATCH 2/8] x86/mmconfig: " Federico Serafini
2023-10-30 15:57   ` Jan Beulich
2023-10-23  7:22 ` [XEN PATCH 3/8] x86/vpmu: address a violation " Federico Serafini
2023-10-30 15:57   ` Jan Beulich
2023-10-23  7:22 ` [XEN PATCH 4/8] x86/smp: " Federico Serafini
2023-10-30 15:58   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 5/8] x86/pci: " Federico Serafini
2023-10-30 15:58   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 6/8] x86/physdev: address violations " Federico Serafini
2023-10-30 16:01   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 7/8] x86/platform_hypercall: " Federico Serafini
2023-10-30 16:06   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 8/8] x86/sysctl: address a violation " Federico Serafini
2023-10-30 16:07   ` 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.