From: Federico Serafini <federico.serafini@bugseng.com>
To: xen-devel@lists.xenproject.org
Cc: consulting@bugseng.com,
Federico Serafini <federico.serafini@bugseng.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
George Dunlap <george.dunlap@citrix.com>,
Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>,
Stefano Stabellini <sstabellini@kernel.org>,
Dario Faggioli <dfaggioli@suse.com>,
Tamas K Lengyel <tamas@tklengyel.com>,
Alexandru Isaila <aisaila@bitdefender.com>,
Petre Pircalabu <ppircalabu@bitdefender.com>
Subject: [XEN PATCH 0/7] xen: address violations of MISRA C:2012 Rule 16.3
Date: Tue, 2 Apr 2024 09:22:03 +0200 [thread overview]
Message-ID: <cover.1712042178.git.federico.serafini@bugseng.com> (raw)
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
next reply other threads:[~2024-04-02 7:24 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 7:22 Federico Serafini [this message]
2024-04-02 7:22 ` [XEN PATCH 1/7] xen/domctl: address a violation of MISRA C:2012 Rule 16.3 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1712042178.git.federico.serafini@bugseng.com \
--to=federico.serafini@bugseng.com \
--cc=aisaila@bitdefender.com \
--cc=andrew.cooper3@citrix.com \
--cc=consulting@bugseng.com \
--cc=dfaggioli@suse.com \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=ppircalabu@bitdefender.com \
--cc=sstabellini@kernel.org \
--cc=tamas@tklengyel.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.