From: Federico Serafini <federico.serafini@bugseng.com>
To: xen-devel@lists.xenproject.org
Cc: consulting@bugseng.com,
"Federico Serafini" <federico.serafini@bugseng.com>,
"Simone Ballarin" <simone.ballarin@bugseng.com>,
"Doug Goldstein" <cardoe@cardoe.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"George Dunlap" <george.dunlap@citrix.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Julien Grall" <julien@xen.org>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [XEN PATCH 00/13] x86: address violations of MISRA C Rule 16.3
Date: Thu, 20 Jun 2024 16:02:11 +0200 [thread overview]
Message-ID: <cover.1718892030.git.federico.serafini@bugseng.com> (raw)
This patch series addresses violations of MISRA C Rule 16.3 and updates
the ECLAIR configuration to consider also hypened fall-through comment
as a deviation to the rule.
Federico Serafini (13):
automation/eclair: consider also hypened fall-through
x86/cpuid: use fallthrough pseudo keyword
x86/domctl: add missing break statement
x86/vpmu: address violations of MISRA C Rule 16.3
x86/traps: use fallthrough pseudo keyword
x86/mce: add missing break statements
x86/hvm: address violations of MISRA C Rule 16.3
x86/vpt: address a violation of MISRA C Rule 16.3
x86/mm: add defensive return
x86/mpparse: add break statement
x86/pmtimer: address a violation of MISRA C Rule 16.3
x86/vPIC: address a violation of MISRA C Rule 16.3
x86/vlapic: address a violation of MISRA C Rule 16.3
automation/eclair_analysis/ECLAIR/deviations.ecl | 2 +-
docs/misra/deviations.rst | 4 ++++
xen/arch/x86/cpu/mcheck/mce_amd.c | 1 +
xen/arch/x86/cpu/mcheck/mce_intel.c | 2 ++
xen/arch/x86/cpu/vpmu.c | 3 +++
xen/arch/x86/cpu/vpmu_intel.c | 1 +
xen/arch/x86/cpuid.c | 3 +--
xen/arch/x86/domctl.c | 1 +
xen/arch/x86/hvm/emulate.c | 3 +++
xen/arch/x86/hvm/hvm.c | 6 ++++++
xen/arch/x86/hvm/hypercall.c | 1 +
xen/arch/x86/hvm/irq.c | 1 +
xen/arch/x86/hvm/pmtimer.c | 1 +
xen/arch/x86/hvm/vlapic.c | 1 +
xen/arch/x86/hvm/vpic.c | 1 +
xen/arch/x86/hvm/vpt.c | 2 ++
xen/arch/x86/mm.c | 1 +
xen/arch/x86/mpparse.c | 1 +
xen/arch/x86/traps.c | 3 +++
19 files changed, 35 insertions(+), 3 deletions(-)
--
2.34.1
next reply other threads:[~2024-06-20 14:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 14:02 Federico Serafini [this message]
2024-06-20 14:02 ` [XEN PATCH 01/13] automation/eclair: consider also hypened fall-through Federico Serafini
2024-06-20 14:15 ` Jan Beulich
2024-06-20 14:22 ` Federico Serafini
2024-06-20 14:39 ` Julien Grall
2024-06-20 14:58 ` Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 02/13] x86/cpuid: use fallthrough pseudo keyword Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 03/13] x86/domctl: add missing break statement Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 04/13] x86/vpmu: address violations of MISRA C Rule 16.3 Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 05/13] x86/traps: use fallthrough pseudo keyword Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 06/13] x86/mce: add missing break statements Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 07/13] x86/hvm: address violations of MISRA C Rule 16.3 Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 08/13] x86/vpt: address a violation " Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 09/13] x86/mm: add defensive return Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 10/13] x86/mpparse: add break statement Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 11/13] x86/pmtimer: address a violation of MISRA C Rule 16.3 Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 12/13] x86/vPIC: " Federico Serafini
2024-06-20 14:02 ` [XEN PATCH 13/13] x86/vlapic: " 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.1718892030.git.federico.serafini@bugseng.com \
--to=federico.serafini@bugseng.com \
--cc=andrew.cooper3@citrix.com \
--cc=cardoe@cardoe.com \
--cc=consulting@bugseng.com \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=roger.pau@citrix.com \
--cc=simone.ballarin@bugseng.com \
--cc=sstabellini@kernel.org \
--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.