From: Nicola Vetrini <nicola.vetrini@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: andrew.cooper3@citrix.com, jbeulich@suse.com,
sstabellini@kernel.org,
"Nicola Vetrini" <nicola.vetrini@gmail.com>,
"Daniel P. Smith" <dpsmith@apertussolutions.com>,
"Dario Faggioli" <dfaggioli@suse.com>,
"Juergen Gross" <jgross@suse.com>,
"George Dunlap" <gwd@xenproject.org>,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Michal Orzel" <michal.orzel@amd.com>,
"Julien Grall" <julien@xen.org>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [PATCH 0/4] Misc MISRA fixes for default Xen build configurations
Date: Thu, 20 Nov 2025 20:32:52 +0100 [thread overview]
Message-ID: <cover.1763642993.git.nicola.vetrini@gmail.com> (raw)
This series addresses some of the violations found by widening the scope of
application of MISRA checking to default builds of Xen for both ARM64 and x86_64.
While it has been tested on top of a patch yet to be applied (but with
the necessary R-by [1]) these fixes can go in independently of that.
As evidenced by the CI pipeline below, there are a number of regressions on
guidelines that were clean on the restricted scope but are not in the wider one;
the patches in this series address a subset of those.
CI pipeline: https://gitlab.com/xen-project/people/bugseng/xen/-/pipelines/2156782159
[1] https://lore.kernel.org/xen-devel/alpine.DEB.2.22.394.2511031448530.495094@ubuntu-linux-20-04-desktop/
Nicola Vetrini (4):
xen/xsm: address violations of MISRA C rules 8.3 and 7.2
xen/sched: address violation of MISRA C Rule 16.3
xen/param: address violation of MISRA C Rule 20.7
xen/param: address violation of MISRA C Rule 8.2
xen/common/sched/credit.c | 2 +-
xen/include/xen/param.h | 6 +++---
xen/include/xsm/xsm.h | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
--
2.51.2
next reply other threads:[~2025-11-20 19:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 19:32 Nicola Vetrini [this message]
2025-11-20 19:32 ` [PATCH 1/4] xen/xsm: address violations of MISRA C rules 8.3 and 7.2 Nicola Vetrini
2025-11-25 14:52 ` Daniel P. Smith
2025-11-20 19:32 ` [PATCH 2/4] xen/sched: address violation of MISRA C Rule 16.3 Nicola Vetrini
2025-11-24 10:27 ` Jürgen Groß
2025-11-20 19:32 ` [PATCH 3/4] xen/param: address violation of MISRA C Rule 20.7 Nicola Vetrini
2025-11-24 12:58 ` Jan Beulich
2025-11-20 19:32 ` [PATCH 4/4] xen/param: address violation of MISRA C Rule 8.2 Nicola Vetrini
2025-11-24 12:59 ` Jan Beulich
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.1763642993.git.nicola.vetrini@gmail.com \
--to=nicola.vetrini@gmail.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=dfaggioli@suse.com \
--cc=dpsmith@apertussolutions.com \
--cc=gwd@xenproject.org \
--cc=jbeulich@suse.com \
--cc=jgross@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.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.