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>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Julien Grall" <julien@xen.org>,
	"Bertrand Marquis" <bertrand.marquis@arm.com>,
	"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"George Dunlap" <george.dunlap@citrix.com>,
	"Jan Beulich" <jbeulich@suse.com>, "Wei Liu" <wl@xen.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [XEN PATCH v2 0/2] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3
Date: Fri, 28 Jul 2023 13:49:00 +0200	[thread overview]
Message-ID: <cover.1690544434.git.federico.serafini@bugseng.com> (raw)

This patch series addresses violations of rules 8.2 and 8.3 related to the IRQ
module.
No functional changes.

Federico Serafini (2):
  xen/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3
  x86/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3

 xen/arch/arm/irq.c             |  2 +-
 xen/arch/x86/include/asm/irq.h | 30 ++++++++++++-------------
 xen/arch/x86/irq.c             |  4 ++--
 xen/include/xen/irq.h          | 41 +++++++++++++++++-----------------
 xen/include/xen/softirq.h      |  2 +-
 5 files changed, 40 insertions(+), 39 deletions(-)

-- 
2.34.1



             reply	other threads:[~2023-07-28 11:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 11:49 Federico Serafini [this message]
2023-07-28 11:49 ` [XEN PATCH v2 1/2] xen/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3 Federico Serafini
2023-07-28 23:08   ` Stefano Stabellini
2023-07-28 11:49 ` [XEN PATCH v2 2/2] x86/IRQ: " Federico Serafini
2023-07-28 23:13   ` Stefano Stabellini
2023-07-31 10:45     ` 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.1690544434.git.federico.serafini@bugseng.com \
    --to=federico.serafini@bugseng.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=bertrand.marquis@arm.com \
    --cc=consulting@bugseng.com \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@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.