All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Zucchelli <alessandro.zucchelli@bugseng.com>
To: xen-devel@lists.xenproject.org
Cc: consulting@bugseng.com,
	Alessandro Zucchelli <alessandro.zucchelli@bugseng.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	George Dunlap <george.dunlap@citrix.com>,
	Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>,
	Stefano Stabellini <sstabellini@kernel.org>
Subject: [PATCH 0/3] address violation of MISRA C Rule 13.6
Date: Tue, 25 Jun 2024 12:14:18 +0200	[thread overview]
Message-ID: <cover.1719308599.git.alessandro.zucchelli@bugseng.com> (raw)

This series aims to address several violations of Rule 13.6 which states the
following: The operand of the `sizeof' operator shall not contain any expression
which has potential side effects.

Alessandro Zucchelli (3):
  common/kernel: address violation of MISRA C Rule 13.6
  xen/event: address violation of MISRA C Rule 13.6
  common/softirq: address violation of MISRA C Rule 13.6

 xen/common/kernel.c     | 5 +++--
 xen/common/softirq.c    | 3 ++-
 xen/include/xen/event.h | 8 +++++---
 3 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.34.1



             reply	other threads:[~2024-06-25 10:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 10:14 Alessandro Zucchelli [this message]
2024-06-25 10:14 ` [PATCH 1/3] common/kernel: address violation of MISRA C Rule 13.6 Alessandro Zucchelli
2024-06-25 14:59   ` Jan Beulich
2024-06-26  1:13     ` Stefano Stabellini
2024-06-26  7:24       ` Alessandro Zucchelli
2024-06-25 10:14 ` [PATCH 2/3] xen/event: " Alessandro Zucchelli
2024-06-26  1:16   ` Stefano Stabellini
2024-07-01  8:16   ` Jan Beulich
2024-07-31  6:15     ` Jan Beulich
2024-07-31 23:06       ` Stefano Stabellini
2024-06-25 10:14 ` [PATCH 3/3] common/softirq: " Alessandro Zucchelli
2024-06-26  1:18   ` Stefano Stabellini
2024-07-01  8:23   ` 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.1719308599.git.alessandro.zucchelli@bugseng.com \
    --to=alessandro.zucchelli@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=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.