[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH v2] docs/misra: add asm-offset.c to exclude-list
On 2024-02-08 16:56, Jan Beulich wrote: On 08.02.2024 16:50, Nicola Vetrini wrote:These files contain several deliberate violations of MISRA C rules andthey are not linked in the final Xen binary, therefore they can be exemptedfrom MISRA compliance. No functional change. Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>Acked-by: Jan Beulich <jbeulich@xxxxxxxx> albeit ...--- a/docs/misra/exclude-list.json +++ b/docs/misra/exclude-list.json @@ -101,6 +101,10 @@ "rel_path": "arch/x86/efi/check.c","comment": "The resulting code is not included in the final Xen binary, ignore for now"}, + { + "rel_path": "arch/*/*/asm-offsets.c",+ "comment": "The resulting code is not included in the final Xen binary, ignore for now"+ }, { "rel_path": "common/coverage/*", "comment": "Files to support gcov, ignore for now"... something looks odd with indentation; can probably be adjusted while committing. Jan Sorry, I didn't notice the wrong indentation. -- Nicola Vetrini, BSc Software Engineer, BUGSENG srl (https://bugseng.com)
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |