From: Nicola Vetrini <nicola.vetrini@bugseng.com>
To: andrew.cooper3@citrix.com
Cc: xen-devel@lists.xenproject.org, sstabellini@kernel.org,
michal.orzel@amd.com, xenia.ragiadakou@amd.com,
ayan.kumar.halder@amd.com, consulting@bugseng.com,
jbeulich@suse.com, roger.pau@citrix.com, Wei Liu <wl@xen.org>
Subject: Re: [XEN PATCH 7/9] x86/mce: Move MC_NCLASSES into the enum mctelem_class
Date: Mon, 09 Oct 2023 09:15:17 +0200 [thread overview]
Message-ID: <4f1cdfe65520bd732e5d2029bbe302a3@bugseng.com> (raw)
In-Reply-To: <85bd4923-a710-43eb-a8e1-04d757b0ee78@citrix.com>
On 06/10/2023 21:11, andrew.cooper3@citrix.com wrote:
> On 06/10/2023 9:26 am, Nicola Vetrini wrote:
>> The definition of MC_NCLASSES contained a violation of MISRA C:2012
>> Rule 10.1, therefore by moving it as an enumeration constant resolves
>> the
>> violation and makes it more resilient to possible additions to that
>> enum.
>>
>> Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
>
> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
>
> I've started my normal for-next branch around releases, and included
> this patch.
>
> https://xenbits.xen.org/gitweb/?p=people/andrewcoop/xen.git;a=shortlog;h=refs/heads/for-next
>
> I'll keep the rebased and add it to 4.19 when the tree re-opens.
>
> ~Andrew
Thanks, this helps a lot. I'll tag patches intended for this tree with
[for-next].
--
Nicola Vetrini, BSc
Software Engineer, BUGSENG srl (https://bugseng.com)
next prev parent reply other threads:[~2023-10-09 7:15 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-06 8:26 [XEN PATCH 0/9] address violations of MISRA C:2012 Rule 10.1 Nicola Vetrini
2023-10-06 8:26 ` [XEN PATCH][for-4.19 1/9] xen/include: add macro LOWEST_POW2 Nicola Vetrini
2023-10-06 9:29 ` Julien Grall
2023-10-06 10:02 ` Nicola Vetrini
2023-10-06 10:22 ` Julien Grall
2023-10-06 10:34 ` Nicola Vetrini
2023-10-06 14:35 ` Julien Grall
2023-10-06 15:36 ` Nicola Vetrini
2023-10-07 0:05 ` Stefano Stabellini
2023-10-07 0:29 ` Stefano Stabellini
2023-10-09 8:23 ` Nicola Vetrini
2023-10-06 16:35 ` andrew.cooper3
2023-10-09 7:08 ` Nicola Vetrini
2023-10-06 8:26 ` [XEN PATCH][for-4.19 2/9] arm/bitops: encapsulate violation of MISRA C:2012 Rule 10.1 Nicola Vetrini
2023-10-10 0:45 ` Stefano Stabellini
2023-10-06 8:26 ` [XEN PATCH][for-4.19 3/9] xen/pdx: amend definition of PDX_GROUP_COUNT Nicola Vetrini
2023-10-06 8:26 ` [XEN PATCH 4/9] x86_64/mm: express macro CNT using LOWEST_POW2 Nicola Vetrini
2023-10-06 8:26 ` [XEN PATCH 5/9] x86/cpu-policy: address violations of MISRA C Rule 10.1 Nicola Vetrini
2023-10-06 17:57 ` Andrew Cooper
2023-10-09 7:13 ` Nicola Vetrini
2023-10-06 8:26 ` [XEN PATCH 6/9] x86/io_apic: address violation of MISRA C:2012 " Nicola Vetrini
2023-10-10 0:48 ` Stefano Stabellini
2023-10-06 8:26 ` [XEN PATCH 7/9] x86/mce: Move MC_NCLASSES into the enum mctelem_class Nicola Vetrini
2023-10-06 19:11 ` andrew.cooper3
2023-10-09 7:15 ` Nicola Vetrini [this message]
2023-10-06 8:26 ` [XEN PATCH][for-4.19 8/9] xen/types: address Rule 10.1 for DECLARE_BITMAP use Nicola Vetrini
2023-10-06 9:34 ` Julien Grall
2023-10-06 10:10 ` Nicola Vetrini
2023-10-06 14:47 ` Julien Grall
2023-10-07 1:04 ` Stefano Stabellini
2023-10-09 7:48 ` Nicola Vetrini
2023-10-09 9:09 ` Julien Grall
2023-10-10 1:09 ` Stefano Stabellini
2023-10-10 10:53 ` Julien Grall
2023-10-10 12:07 ` Nicola Vetrini
2023-10-10 12:13 ` Julien Grall
2023-10-10 12:15 ` Julien Grall
2023-10-10 12:55 ` Nicola Vetrini
2023-10-10 14:20 ` Nicola Vetrini
2023-10-09 7:44 ` Nicola Vetrini
2023-10-06 8:26 ` [XEN PATCH 9/9] xen/compat: address Rule 10.1 for macros CHECK_SIZE Nicola Vetrini
2023-10-10 1:02 ` Stefano Stabellini
2023-10-10 16:00 ` Andrew Cooper
2023-10-10 16:06 ` Nicola Vetrini
2023-10-10 16:19 ` Andrew Cooper
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=4f1cdfe65520bd732e5d2029bbe302a3@bugseng.com \
--to=nicola.vetrini@bugseng.com \
--cc=andrew.cooper3@citrix.com \
--cc=ayan.kumar.halder@amd.com \
--cc=consulting@bugseng.com \
--cc=jbeulich@suse.com \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
--cc=xenia.ragiadakou@amd.com \
/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.