All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v4 0/2] xen/mm: address violatios of MISRA C:2012 Rules 8.2 and 8.3
@ 2023-11-22  9:51 Federico Serafini
  2023-11-22  9:51 ` [XEN PATCH v4 1/2] x86/mm: preparation work to uniform modify_xen_mappings* interfaces Federico Serafini
  2023-11-22  9:51 ` [XEN PATCH v4 2/2] xen/mm: address violations of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
  0 siblings, 2 replies; 7+ messages in thread
From: Federico Serafini @ 2023-11-22  9:51 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Wei Liu, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk, George Dunlap,
	Shawn Anastasio

Patch 1/2 does some preparation work, hence it needs to be committed as first.
Patch 2/2 is the one that effectively address the violations adding
missing parameter names and uniforming function declarations and definitions.

Federico Serafini (2):
  x86/mm: preparation work to uniform modify_xen_mappings* interfaces
  xen/mm: address violations of MISRA C:2012 Rules 8.2 and 8.3

 xen/arch/arm/mmu/pt.c   |  4 ++--
 xen/arch/ppc/mm-radix.c |  2 +-
 xen/arch/x86/mm.c       | 13 +++++++------
 xen/include/xen/mm.h    | 16 +++++++++-------
 4 files changed, 19 insertions(+), 16 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-11-27 13:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22  9:51 [XEN PATCH v4 0/2] xen/mm: address violatios of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
2023-11-22  9:51 ` [XEN PATCH v4 1/2] x86/mm: preparation work to uniform modify_xen_mappings* interfaces Federico Serafini
2023-11-22 22:20   ` Stefano Stabellini
2023-11-27 13:18     ` Jan Beulich
2023-11-22  9:51 ` [XEN PATCH v4 2/2] xen/mm: address violations of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
2023-11-22 22:22   ` Stefano Stabellini
2023-11-27 13:19     ` 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.