All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v2 0/2] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3
@ 2023-07-28 11:49 Federico Serafini
  2023-07-28 11:49 ` [XEN PATCH v2 1/2] xen/IRQ: address violations of MISRA C: 2012 " Federico Serafini
  2023-07-28 11:49 ` [XEN PATCH v2 2/2] x86/IRQ: " Federico Serafini
  0 siblings, 2 replies; 6+ messages in thread
From: Federico Serafini @ 2023-07-28 11:49 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Volodymyr Babchuk, Andrew Cooper, George Dunlap,
	Jan Beulich, Wei Liu, Roger Pau Monné

This patch series addresses violations of rules 8.2 and 8.3 related to the IRQ
module.
No functional changes.

Federico Serafini (2):
  xen/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3
  x86/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3

 xen/arch/arm/irq.c             |  2 +-
 xen/arch/x86/include/asm/irq.h | 30 ++++++++++++-------------
 xen/arch/x86/irq.c             |  4 ++--
 xen/include/xen/irq.h          | 41 +++++++++++++++++-----------------
 xen/include/xen/softirq.h      |  2 +-
 5 files changed, 40 insertions(+), 39 deletions(-)

-- 
2.34.1



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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 11:49 [XEN PATCH v2 0/2] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
2023-07-28 11:49 ` [XEN PATCH v2 1/2] xen/IRQ: address violations of MISRA C: 2012 " Federico Serafini
2023-07-28 23:08   ` Stefano Stabellini
2023-07-28 11:49 ` [XEN PATCH v2 2/2] x86/IRQ: " Federico Serafini
2023-07-28 23:13   ` Stefano Stabellini
2023-07-31 10:45     ` 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.