All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/7] xen: address violations of MISRA C:2012 Rule 16.3
@ 2024-04-02  7:22 Federico Serafini
  2024-04-02  7:22 ` [XEN PATCH 1/7] xen/domctl: address a violation " Federico Serafini
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Federico Serafini @ 2024-04-02  7:22 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Stefano Stabellini, Dario Faggioli,
	Tamas K Lengyel, Alexandru Isaila, Petre Pircalabu

This patch series addresses some violations of Rule 16.3 by adding the missing
break statements and pseudo-keyword fallthrough.

Federico Serafini (7):
  xen/domctl: address a violation of MISRA C:2012 Rule 16.3
  console: address a violation of MISRA C:2012 Rule 16.3
  xen/sched: address a violation of MISRA C:2012 Rule 16.3
  xen/evtchn: address a violation of MISRA C:2012 Rule 16.3
  xen/sched: address a violation of MISRA C:2012 Rule 16.3
  xen/vm-event: address a violation of MISRA C:2012 Rule 16.3
  vsprintf: address violations of MISRA C:2012 Rule 16.3

 xen/common/domctl.c        | 1 +
 xen/common/event_channel.c | 1 +
 xen/common/sched/core.c    | 1 +
 xen/common/sched/credit2.c | 2 +-
 xen/common/vm_event.c      | 1 +
 xen/common/vsprintf.c      | 6 +++++-
 xen/drivers/char/console.c | 2 ++
 7 files changed, 12 insertions(+), 2 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-04-05 19:26 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02  7:22 [XEN PATCH 0/7] xen: address violations of MISRA C:2012 Rule 16.3 Federico Serafini
2024-04-02  7:22 ` [XEN PATCH 1/7] xen/domctl: address a violation " Federico Serafini
2024-04-03  6:23   ` Jan Beulich
2024-04-02  7:22 ` [XEN PATCH 2/7] console: " Federico Serafini
2024-04-03  6:24   ` Jan Beulich
2024-04-02  7:22 ` [XEN PATCH 3/7] xen/sched: " Federico Serafini
2024-04-03  6:33   ` Jan Beulich
2024-04-03  7:52     ` Nicola Vetrini
2024-04-05  0:18       ` Stefano Stabellini
2024-04-05  6:43         ` Jan Beulich
2024-04-05 19:26           ` Stefano Stabellini
2024-04-02  7:22 ` [XEN PATCH 4/7] xen/evtchn: " Federico Serafini
2024-04-03  6:53   ` Jan Beulich
2024-04-02  7:22 ` [XEN PATCH 5/7] xen/sched: " Federico Serafini
2024-04-03  6:55   ` Jan Beulich
2024-04-03  7:36     ` Federico Serafini
2024-04-02  7:22 ` [XEN PATCH 6/7] xen/vm-event: " Federico Serafini
2024-04-02 23:31   ` Tamas K Lengyel
2024-04-02  7:22 ` [XEN PATCH 7/7] vsprintf: address violations " Federico Serafini
2024-04-03  7:06   ` Jan Beulich
2024-04-03  7:38     ` 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.