All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/4] xen/x86: address some violations of MISRA C:2012 Rules 8.2 and 8.3
@ 2023-09-06  8:57 Federico Serafini
  2023-09-06  8:57 ` [XEN PATCH 1/4] x86/genapic: address a violation of MISRA C:2012 Rule 8.3 Federico Serafini
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Federico Serafini @ 2023-09-06  8:57 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Wei Liu

This serie addresses some violations of MISRA C:2012 Rules 8.2 and 8.3
for x86-64.

Federico Serafini (4):
  x86/genapic: address a violation of MISRA C:2012 Rule 8.3
  x86/io: address violations of MISRA C:2012 Rule 8.3
  x86/io_apic: address violations of MISRA C:2012 Rules 8.2 and 8.3
  xen/vpci: address a violation of MISRA C:2012 Rule 8.3

 xen/arch/x86/include/asm/genapic.h | 2 +-
 xen/arch/x86/include/asm/hap.h     | 2 +-
 xen/arch/x86/include/asm/io.h      | 2 +-
 xen/arch/x86/include/asm/io_apic.h | 4 ++--
 xen/include/xen/vpci.h             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-09-07 13:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06  8:57 [XEN PATCH 0/4] xen/x86: address some violations of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
2023-09-06  8:57 ` [XEN PATCH 1/4] x86/genapic: address a violation of MISRA C:2012 Rule 8.3 Federico Serafini
2023-09-07 13:24   ` Jan Beulich
2023-09-06  8:57 ` [XEN PATCH 2/4] x86/io: address violations " Federico Serafini
2023-09-07 13:25   ` Jan Beulich
2023-09-06  8:57 ` [XEN PATCH 3/4] x86/io_apic: address violations of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
2023-09-07 13:27   ` Jan Beulich
2023-09-06  8:57 ` [XEN PATCH 4/4] xen/vpci: address a violation of MISRA C:2012 Rule 8.3 Federico Serafini
2023-09-07 13:32   ` 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.