All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/7] xen/arm: address violations of MISRA C:2012 Rule 16.3
@ 2023-12-20 11:03 Federico Serafini
  2023-12-20 11:03 ` [XEN PATCH 1/7] xen/arm: gic-v3: " Federico Serafini
                   ` (7 more replies)
  0 siblings, 8 replies; 32+ messages in thread
From: Federico Serafini @ 2023-12-20 11:03 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk,
	Tamas K Lengyel, Alexandru Isaila, Petre Pircalabu, Rahul Singh

This patch series addresses violations of MISRA C:2012 Rule 16.3 on the Arm
code. No fucntional changes are introduced.

Federico Serafini (7):
  xen/arm: gic-v3: address violations of MISRA C:2012 Rule 16.3
  xen/arm: traps: address violations of MISRA C:2012 Rule 16.3
  xen/arm: guest_walk: address violations of MISRA C:2012 Rule 16.3
  xen/arm: mem_access: address violations of MISRA C:2012 Rule 16.3
  xen/arm: v{cp,sys}reg: address violations of MISRA C:2012 Rule 16.3
  xen/arm: mmu: address a violations of MISRA C:2012 Rule 16.3
  xen/arm: smmu-v3: address violations of MISRA C:2012 Rule 16.3

 xen/arch/arm/arm64/vsysreg.c          |  4 ++--
 xen/arch/arm/gic-v3.c                 | 30 +++++++++++++++++++++++++++
 xen/arch/arm/guest_walk.c             |  4 ++++
 xen/arch/arm/mem_access.c             | 12 +++++------
 xen/arch/arm/mmu/p2m.c                |  1 +
 xen/arch/arm/traps.c                  | 18 ++++++++++++----
 xen/arch/arm/vcpreg.c                 |  4 ++--
 xen/drivers/passthrough/arm/smmu-v3.c |  2 ++
 8 files changed, 61 insertions(+), 14 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-01-05 15:15 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 11:03 [XEN PATCH 0/7] xen/arm: address violations of MISRA C:2012 Rule 16.3 Federico Serafini
2023-12-20 11:03 ` [XEN PATCH 1/7] xen/arm: gic-v3: " Federico Serafini
2023-12-20 11:09   ` Julien Grall
2023-12-20 11:03 ` [XEN PATCH 2/7] xen/arm: traps: " Federico Serafini
2023-12-20 11:44   ` Julien Grall
2023-12-20 11:03 ` [XEN PATCH 3/7] xen/arm: guest_walk: " Federico Serafini
2023-12-20 11:45   ` Julien Grall
2023-12-20 11:03 ` [XEN PATCH 4/7] xen/arm: mem_access: " Federico Serafini
2023-12-20 11:53   ` Julien Grall
2023-12-20 15:36     ` Tamas K Lengyel
2023-12-20 11:03 ` [XEN PATCH 5/7] xen/arm: v{cp,sys}reg: " Federico Serafini
2023-12-20 11:48   ` Julien Grall
2023-12-20 11:55     ` Jan Beulich
2023-12-20 12:15       ` Federico Serafini
2023-12-20 18:24         ` Stefano Stabellini
2023-12-20 21:23           ` Andrew Cooper
2023-12-21 10:29             ` Federico Serafini
2023-12-21 10:49               ` Andrew Cooper
2023-12-21 23:49                 ` Stefano Stabellini
2023-12-21  8:04         ` Jan Beulich
2023-12-21 23:49           ` Stefano Stabellini
2023-12-20 11:03 ` [XEN PATCH 6/7] xen/arm: mmu: address a " Federico Serafini
2023-12-20 11:49   ` Julien Grall
2023-12-20 11:03 ` [XEN PATCH 7/7] xen/arm: smmu-v3: address " Federico Serafini
2023-12-20 11:49   ` Julien Grall
2024-01-05 15:04     ` Federico Serafini
2024-01-05 15:09       ` Julien Grall
2024-01-05 15:14   ` Bertrand Marquis
2023-12-20 21:35 ` [XEN PATCH 0/7] xen/arm: " Andrew Cooper
2023-12-21  8:08   ` Jan Beulich
2023-12-21 10:50     ` Andrew Cooper
2023-12-21 10:34   ` Federico Serafini

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.