From: Federico Serafini <federico.serafini@bugseng.com>
To: xen-devel@lists.xenproject.org
Cc: consulting@bugseng.com,
"Federico Serafini" <federico.serafini@bugseng.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Roger Pau Monné" <roger.pau@citrix.com>, "Wei Liu" <wl@xen.org>,
"Paul Durrant" <paul@xen.org>,
"George Dunlap" <george.dunlap@citrix.com>,
"Julien Grall" <julien@xen.org>,
"Stefano Stabellini" <sstabellini@kernel.org>
Subject: [XEN PATCH 0/6] xen: address violations of MISRA C:2012 Rule 8.2
Date: Tue, 5 Dec 2023 12:55:49 +0100 [thread overview]
Message-ID: <cover.1701764980.git.federico.serafini@bugseng.com> (raw)
This patch series adds the missing parameter names and makes some
improvements to the coding style as the removal of trailing spaces and
the use of C standard integer types over Linux typedefs.
No functional changes are introduced.
Federico Serafini (6):
xen/acpi: address remaining violations of MISRA C:2012 Rule 8.2
x86/mm: address violations of MISRA C:2012 Rule 8.2
AMD/IOMMU: address violations of MISRA C:2012 Rule 8.2
x86/page: address violations of MISRA C:2012 Rule 8.2
x86/mce: address violations of MISRA C:2012 Rule 8.2
xen/pci: address violations of MISRA C:2012 Rule 8.2
xen/arch/x86/cpu/mcheck/mce.h | 2 +-
xen/arch/x86/include/asm/acpi.h | 2 +-
xen/arch/x86/include/asm/mce.h | 4 ++--
xen/arch/x86/include/asm/mm.h | 20 +++++++++----------
xen/arch/x86/include/asm/page.h | 6 +++---
xen/drivers/passthrough/amd/iommu.h | 17 +++++++++-------
xen/drivers/passthrough/amd/iommu_init.c | 24 +++++++++++++----------
xen/drivers/passthrough/pci.c | 8 ++++----
xen/include/acpi/apei.h | 5 +++--
xen/include/acpi/cpufreq/cpufreq.h | 2 +-
xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
xen/include/xen/pci.h | 3 ++-
12 files changed, 59 insertions(+), 50 deletions(-)
--
2.34.1
next reply other threads:[~2023-12-05 11:56 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 11:55 Federico Serafini [this message]
2023-12-05 11:55 ` [XEN PATCH 1/6] xen/acpi: address remaining violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-06 3:07 ` Stefano Stabellini
2023-12-06 8:03 ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 2/6] x86/mm: address " Federico Serafini
2023-12-06 3:10 ` Stefano Stabellini
2023-12-06 8:09 ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 3/6] AMD/IOMMU: " Federico Serafini
2023-12-06 3:15 ` Stefano Stabellini
2023-12-06 8:16 ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 4/6] x86/page: " Federico Serafini
2023-12-06 3:16 ` Stefano Stabellini
2023-12-06 8:55 ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 5/6] x86/mce: " Federico Serafini
2023-12-06 3:18 ` Stefano Stabellini
2023-12-06 8:56 ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 6/6] xen/pci: " Federico Serafini
2023-12-06 3:20 ` Stefano Stabellini
2023-12-06 8:57 ` 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.1701764980.git.federico.serafini@bugseng.com \
--to=federico.serafini@bugseng.com \
--cc=andrew.cooper3@citrix.com \
--cc=consulting@bugseng.com \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=paul@xen.org \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=wl@xen.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.