[XEN PATCH 0/7] xen: address violations of MISRA C:2012 Rule 16.3

Federico Serafini posted 7 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1712042178.git.federico.serafini@bugseng.com
There is a newer version of this series
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(-)
[XEN PATCH 0/7] xen: address violations of MISRA C:2012 Rule 16.3
Posted by Federico Serafini 1 month ago
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