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

This patch serie addresses violations of rules 8.2 and 8.3 related to the IRQ
module.
Changes are divided by architecture.
No functional changes.

Federico Serafini (3):
  xen/irq: add missing parameter names
  xen/arm: 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             |  7 ++--
 xen/arch/x86/include/asm/irq.h | 32 +++++++++---------
 xen/arch/x86/irq.c             | 28 ++++++++--------
 xen/include/xen/irq.h          | 59 +++++++++++++++++-----------------
 xen/include/xen/softirq.h      |  2 +-
 5 files changed, 65 insertions(+), 63 deletions(-)

-- 
2.34.1



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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 17:50 [XEN PATCH 0/3] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3 Federico Serafini
2023-07-24 17:50 ` [XEN PATCH 1/3] xen/irq: add missing parameter names Federico Serafini
2023-07-24 22:50   ` Stefano Stabellini
2023-07-24 17:50 ` [XEN PATCH 2/3] xen/arm: irq: address violations of MISRA C: 2012 Rules 8.2 and 8.3 Federico Serafini
2023-07-24 18:05   ` Julien Grall
2023-07-24 22:55   ` Stefano Stabellini
2023-07-25 19:35     ` Federico Serafini
2023-07-25  7:09   ` Jan Beulich
2023-07-25 19:32     ` Stefano Stabellini
2023-07-27 11:02       ` Federico Serafini
2023-07-27 11:27         ` Jan Beulich
2023-07-27 13:20           ` Federico Serafini
2023-07-27 19:39             ` Stefano Stabellini
2023-07-24 17:50 ` [XEN PATCH 3/3] x86/irq: address violations of MISRA C:2012 " Federico Serafini
2023-07-24 23:08   ` Stefano Stabellini
2023-07-25  7:13     ` 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.