All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicola Vetrini <nicola.vetrini@bugseng.com>
To: Alejandro Vallejo <alejandro.garciavallejo@amd.com>
Cc: xen-devel@lists.xenproject.org,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Anthony PERARD" <anthony.perard@vates.tech>,
	"Michal Orzel" <michal.orzel@amd.com>,
	"Jan Beulich" <jbeulich@suse.com>,
	"Julien Grall" <julien@xen.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>
Subject: Re: [PATCH v4 4/5] docs/misra: Remove earlycpio.c from the Eclair exclusion list.
Date: Tue, 20 Jan 2026 12:41:13 +0100	[thread overview]
Message-ID: <bd95ae24c9b9767467938dcd42a93a6d@bugseng.com> (raw)
In-Reply-To: <DFTDPKJN6EHE.3LH3Z9WEO0AGW@amd.com>

On 2026-01-20 12:27, Alejandro Vallejo wrote:
> On Tue Jan 20, 2026 at 12:21 PM CET, Nicola Vetrini wrote:
>> On 2026-01-20 10:38, Alejandro Vallejo wrote:
>>> It's clean.
>>> 
>>> Signed-off-by: Alejandro Vallejo <alejandro.garciavallejo@amd.com>
>>> ---
>>>  docs/misra/exclude-list.json | 4 ----
>>>  1 file changed, 4 deletions(-)
>>> 
>> 
>> Hi. Do you have a link to a pipeline?
> 
> In the cover letter. I only run it on allcode.
> 

I see. I can spot these additional violations from earlycpio.c. It does 
not result in a failure, but only because x86_64-allcode has also other 
non-clean guidelines and is thus allowed to fail. Ideally in some 
copious free time I'd send a patch to create a subset of clean 
guidelines for the *-allcode analysis that is failing, so that the 
"allow_fail: true" can be removed.

https://eclair-analysis-logs.xenproject.org/fs/space/verdesse0/XEN.ecdf/xen-project/people/agvallejo/xen/ECLAIR_normal/ucode-disable_v4/X86_64/12771570090/PROJECT.ecd;/by_main_file/xen/lib/earlycpio.c.html

> Cheers,
> Alejandro
> 
>> 
>>> diff --git a/docs/misra/exclude-list.json
>>> b/docs/misra/exclude-list.json
>>> index 388397dd3b..273e24db4a 100644
>>> --- a/docs/misra/exclude-list.json
>>> +++ b/docs/misra/exclude-list.json
>>> @@ -121,10 +121,6 @@
>>>              "rel_path": "common/bunzip2.c",
>>>              "comment": "Imported from Linux, ignore for now"
>>>          },
>>> -        {
>>> -            "rel_path": "common/earlycpio.c",
>>> -            "comment": "Imported from Linux, ignore for now"
>>> -        },
>>>          {
>>>              "rel_path": "common/gzip/*",
>>>              "comment": "Imported from Linux, ignore for now"

-- 
Nicola Vetrini, B.Sc.
Software Engineer
BUGSENG (https://bugseng.com)
LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253


  reply	other threads:[~2026-01-20 11:41 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20  9:38 [PATCH v4 0/4] Add Kconfig option to remove microcode loading support Alejandro Vallejo
2026-01-20  9:38 ` [PATCH v4 1/5] x86/ucode: Add Kconfig option to remove microcode loading Alejandro Vallejo
2026-01-20 14:09   ` Andrew Cooper
2026-01-20 15:29     ` Alejandro Vallejo
2026-01-20  9:38 ` [PATCH v4 2/5] xen: Allow lib-y targets to also be .init.o Alejandro Vallejo
2026-01-20 10:23   ` Jan Beulich
2026-01-20  9:38 ` [PATCH v4 3/5] earlycpio: lib-ify earlycpio.c Alejandro Vallejo
2026-01-20 14:07   ` Andrew Cooper
2026-01-20  9:38 ` [PATCH v4 4/5] docs/misra: Remove earlycpio.c from the Eclair exclusion list Alejandro Vallejo
2026-01-20 11:21   ` Nicola Vetrini
2026-01-20 11:27     ` Alejandro Vallejo
2026-01-20 11:41       ` Nicola Vetrini [this message]
2026-01-20 11:51         ` Alejandro Vallejo
2026-01-20 12:02           ` Nicola Vetrini
2026-01-20 12:09           ` Alejandro Vallejo
2026-01-20 14:20             ` Nicola Vetrini
2026-01-20 15:14               ` Andrew Cooper
2026-01-20 15:25                 ` Nicola Vetrini
2026-01-20 17:31                   ` Andrew Cooper
2026-01-20  9:38 ` [PATCH v4 5/5] automation: Disable ucode loading on AMD's analysis run Alejandro Vallejo
2026-01-20 10:53   ` Alejandro Vallejo
2026-01-21 10:44   ` Andrew Cooper
2026-01-21 19:55     ` Stefano Stabellini
2026-01-20 10:20 ` [PATCH v4 0/4] Add Kconfig option to remove microcode loading support Jan Beulich
2026-01-20 10:38   ` Alejandro Vallejo
2026-01-20 10:52     ` Jan Beulich
2026-01-20 11:03       ` Alejandro Vallejo
2026-01-20 11:30         ` Nicola Vetrini

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=bd95ae24c9b9767467938dcd42a93a6d@bugseng.com \
    --to=nicola.vetrini@bugseng.com \
    --cc=alejandro.garciavallejo@amd.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@vates.tech \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=michal.orzel@amd.com \
    --cc=roger.pau@citrix.com \
    --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.