From: Nicola Vetrini Date: Tue, 21 Nov 2023 09:09:41 +0000 (+0100) Subject: docs/misra: exclude three more files X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a1f9490cccb7bda80d736cd439be4611286d2042;p=people%2Froyger%2Fxen.git docs/misra: exclude three more files These files should not conform to MISRA guidelines at the moment, therefore they are added to the exclusion list. Signed-off-by: Nicola Vetrini Reviewed-by: Stefano Stabellini --- diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json index 575ed22a7f..b858a0baa1 100644 --- a/docs/misra/exclude-list.json +++ b/docs/misra/exclude-list.json @@ -145,6 +145,10 @@ "rel_path": "common/zstd/*", "comment": "Imported from Linux, ignore for now" }, + { + "rel_path": "common/symbols-dummy.c", + "comment": "The resulting code is not included in the final Xen binary, ignore for now" + }, { "rel_path": "crypto/*", "comment": "Origin is external and documented in crypto/README.source" @@ -189,6 +193,14 @@ "rel_path": "include/acpi/acpixf.h", "comment": "Imported from Linux, ignore for now" }, + { + "rel_path": "include/acpi/acexcep.h", + "comment": "Imported from Linux, ignore for now" + }, + { + "rel_path": "include/acpi/acglobal.h", + "comment": "Imported from Linux, ignore for now" + }, { "rel_path": "include/xen/acpi.h", "comment": "Imported from Linux, ignore for now"