]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
docs/misra: exclude three more files
authorNicola Vetrini <nicola.vetrini@bugseng.com>
Tue, 21 Nov 2023 09:09:41 +0000 (10:09 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 21 Nov 2023 09:09:41 +0000 (10:09 +0100)
These files should not conform to MISRA guidelines at the moment,
therefore they are added to the exclusion list.

Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
docs/misra/exclude-list.json

index 575ed22a7f6744b3d93f5bdd9b5edd5c3bc14e6c..b858a0baa106f60f3ecb868ac4353375f76adde5 100644 (file)
             "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"
             "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"