All of lore.kernel.org
 help / color / mirror / Atom feed
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>, "Paul Durrant" <paul@xen.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Wei Liu" <wl@xen.org>
Subject: [XEN PATCH 0/8] x86: address some violations of MISRA C:2012 Rule 8.2
Date: Mon, 23 Oct 2023 09:22:55 +0200	[thread overview]
Message-ID: <cover.1698045505.git.federico.serafini@bugseng.com> (raw)

This patch series addresses some of the violations of Rule 8.2 adding the
missing parameter names.

Federico Serafini (8):
  x86/hvm: address violations of MISRA C:2012 Rule 8.2
  x86/mmconfig: address violations of MISRA C:2012 Rule 8.2
  x86/vpmu: address a violation of MISRA C:2012 Rule 8.2
  x86/smp: address a violation of MISRA C:2012 Rule 8.2
  x86/pci: address a violation of MISRA C:2012 Rule 8.2
  x86/physdev: address violations of MISRA C:2012 Rule 8.2
  x86/platform_hypercall: address violations of MISRA C:2012 Rule 8.2
  x86/sysctl: address a violation of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/pci.h    | 2 +-
 xen/arch/x86/include/asm/smp.h    | 2 +-
 xen/arch/x86/include/asm/vpmu.h   | 2 +-
 xen/arch/x86/physdev.c            | 6 +++---
 xen/arch/x86/platform_hypercall.c | 6 +++---
 xen/arch/x86/sysctl.c             | 2 +-
 xen/arch/x86/x86_64/mmconfig.h    | 4 ++--
 xen/drivers/passthrough/x86/hvm.c | 4 ++--
 8 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.34.1



             reply	other threads:[~2023-10-23  7:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23  7:22 Federico Serafini [this message]
2023-10-23  7:22 ` [XEN PATCH 1/8] x86/hvm: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-10-30 15:56   ` Jan Beulich
2023-10-23  7:22 ` [XEN PATCH 2/8] x86/mmconfig: " Federico Serafini
2023-10-30 15:57   ` Jan Beulich
2023-10-23  7:22 ` [XEN PATCH 3/8] x86/vpmu: address a violation " Federico Serafini
2023-10-30 15:57   ` Jan Beulich
2023-10-23  7:22 ` [XEN PATCH 4/8] x86/smp: " Federico Serafini
2023-10-30 15:58   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 5/8] x86/pci: " Federico Serafini
2023-10-30 15:58   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 6/8] x86/physdev: address violations " Federico Serafini
2023-10-30 16:01   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 7/8] x86/platform_hypercall: " Federico Serafini
2023-10-30 16:06   ` Jan Beulich
2023-10-23  7:23 ` [XEN PATCH 8/8] x86/sysctl: address a violation " Federico Serafini
2023-10-30 16:07   ` 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.1698045505.git.federico.serafini@bugseng.com \
    --to=federico.serafini@bugseng.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=consulting@bugseng.com \
    --cc=jbeulich@suse.com \
    --cc=paul@xen.org \
    --cc=roger.pau@citrix.com \
    --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.