All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicola Vetrini <nicola.vetrini@bugseng.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: sstabellini@kernel.org, michal.orzel@amd.com,
	xenia.ragiadakou@amd.com, ayan.kumar.halder@amd.com,
	consulting@bugseng.com,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>, "Wei Liu" <wl@xen.org>,
	xen-devel@lists.xenproject.org
Subject: Re: [XEN PATCH 7/8] x86/i8259: address MISRA C:2012 Rule 8.4
Date: Wed, 09 Aug 2023 16:17:13 +0200	[thread overview]
Message-ID: <1cfa92d52d89b2013218cef1c518ab4d@bugseng.com> (raw)
In-Reply-To: <d752a7b5-4b8b-8394-8e72-bcdffce1fb82@suse.com>

On 09/08/2023 14:52, Jan Beulich wrote:
> On 09.08.2023 13:02, Nicola Vetrini wrote:
>> The additional header file makes the declaration for the function
>> 'init_IRQ', defined in this file visible, thereby resolving the
>> violation of Rule 8.4.
>> 
>> No functional change.
>> 
>> Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
>> ---
>>  xen/arch/x86/i8259.c | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/xen/arch/x86/i8259.c b/xen/arch/x86/i8259.c
>> index 6b35be10f0..9b02a3a0ae 100644
>> --- a/xen/arch/x86/i8259.c
>> +++ b/xen/arch/x86/i8259.c
>> @@ -19,6 +19,7 @@
>>  #include <xen/delay.h>
>>  #include <asm/apic.h>
>>  #include <asm/asm_defns.h>
>> +#include <asm/setup.h>
>>  #include <io_ports.h>
>>  #include <irq_vectors.h>
> 
> A patch adding this #include has been pending for almost 3 months:
> https://lists.xen.org/archives/html/xen-devel/2023-05/msg00896.html
> 
> Jan

So do you prefer going forward with that patch or this one (mentioning 
it
in the additional commit context of course)?

-- 
Nicola Vetrini, BSc
Software Engineer, BUGSENG srl (https://bugseng.com)


  reply	other threads:[~2023-08-09 14:17 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09 11:02 [XEN PATCH 0/8] xen: address MISRA C:2012 Rule 8.4 Nicola Vetrini
2023-08-09 11:02 ` [XEN PATCH 1/8] arm/efi: " Nicola Vetrini
2023-08-09 13:46   ` Luca Fancellu
2023-08-09 20:03     ` Stefano Stabellini
2023-08-09 11:02 ` [XEN PATCH 2/8] xen/memory: " Nicola Vetrini
2023-08-09 13:34   ` Luca Fancellu
2023-08-09 13:41     ` Jan Beulich
2023-08-09 20:04     ` Stefano Stabellini
2023-08-09 11:02 ` [XEN PATCH 3/8] xen: " Nicola Vetrini
2023-08-09 13:50   ` Luca Fancellu
2023-08-09 14:06     ` Jan Beulich
2023-08-09 14:14       ` Luca Fancellu
2023-08-09 20:06         ` Stefano Stabellini
2023-08-09 14:14     ` Nicola Vetrini
2023-08-09 11:02 ` [XEN PATCH 4/8] xen/arm: " Nicola Vetrini
2023-08-09 12:42   ` Jan Beulich
2023-08-09 12:51     ` Luca Fancellu
2023-08-09 13:25       ` Nicola Vetrini
2023-08-09 13:08     ` Nicola Vetrini
2023-08-09 20:10     ` Stefano Stabellini
2023-08-09 11:02 ` [XEN PATCH 5/8] x86: " Nicola Vetrini
2023-08-09 13:48   ` Jan Beulich
2023-08-09 11:02 ` [XEN PATCH 6/8] xen/arm: mm: " Nicola Vetrini
2023-08-09 13:43   ` Luca Fancellu
2023-08-09 20:11     ` Stefano Stabellini
2023-08-09 11:02 ` [XEN PATCH 7/8] x86/i8259: " Nicola Vetrini
2023-08-09 12:52   ` Jan Beulich
2023-08-09 14:17     ` Nicola Vetrini [this message]
2023-08-09 14:22       ` Jan Beulich
2023-08-09 20:15         ` Stefano Stabellini
2023-08-10  8:33           ` Jan Beulich
2023-08-09 11:02 ` [XEN PATCH 8/8] x86/nmi: " Nicola Vetrini
2023-08-09 12:58   ` 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=1cfa92d52d89b2013218cef1c518ab4d@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.