All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/4] Address violations of MISRA C:2012 Rule 8.3
@ 2023-09-29  8:56 Federico Serafini
  2023-09-29  8:56 ` [XEN PATCH 1/4] video/vesa: drop bool_t Federico Serafini
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Federico Serafini @ 2023-09-29  8:56 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Stefano Stabellini, Wei Liu,
	Roger Pau Monné, Henry Wang

This series contains small and uncontroversial patches to address some
violations of Rule 8.3.
No functonal changes are introduced.

Federico Serafini (4):
  video/vesa: drop bool_t
  x86/uaccess: address violations of MISRA C:2012 Rule 8.3
  x86/xstate: address a violation of MISRA C:2012 Rule 8.3
  x86/psr: address a violation of MISRA C:2012 Rule 8.3

 xen/arch/x86/include/asm/psr.h     | 2 +-
 xen/arch/x86/include/asm/uaccess.h | 6 +++---
 xen/arch/x86/xstate.c              | 8 ++++----
 xen/drivers/video/vesa.c           | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.34.1



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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29  8:56 [XEN PATCH 0/4] Address violations of MISRA C:2012 Rule 8.3 Federico Serafini
2023-09-29  8:56 ` [XEN PATCH 1/4] video/vesa: drop bool_t Federico Serafini
2023-09-29 10:30   ` Federico Serafini
2023-09-29  8:56 ` [XEN PATCH 2/4] x86/uaccess: address violations of MISRA C:2012 Rule 8.3 Federico Serafini
2023-09-29 20:53   ` Stefano Stabellini
2023-10-16 15:05     ` Jan Beulich
2023-09-29  8:56 ` [XEN PATCH 3/4] x86/xstate: address a violation " Federico Serafini
2023-09-29 20:53   ` Stefano Stabellini
2023-10-16 15:06     ` Jan Beulich
2023-09-29  8:56 ` [XEN PATCH 4/4] x86/psr: " Federico Serafini
2023-09-29 20:54   ` Stefano Stabellini
2023-10-16 15:06     ` 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.