]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
docs/misra: add entry to exclude-list.json
authorNicola Vetrini <nicola.vetrini@bugseng.com>
Fri, 1 Dec 2023 09:52:23 +0000 (10:52 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Dec 2023 09:52:23 +0000 (10:52 +0100)
x86/efi/check.c is not part of the final Xen binary, therefore
it doesn't need to conform to MISRA guidelines at the moment.

Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
docs/misra/exclude-list.json

index b858a0baa106f60f3ecb868ac4353375f76adde5..24e4de3ca524696161f2a718d70506863a3cfab3 100644 (file)
             "rel_path": "arch/x86/x86_64/mmconf-fam10h.c",
             "comment": "Imported from Linux, ignore for now"
         },
+        {
+            "rel_path": "arch/x86/efi/check.c",
+            "comment": "The resulting code is not included in the final Xen binary, ignore for now"
+        },
         {
             "rel_path": "common/bitmap.c",
             "comment": "Imported from Linux, ignore for now"