]> xenbits.xensource.com Git - xen.git/commitdiff
docs/misra: exclude gdbsx from MISRA compliance
authorNicola Vetrini <nicola.vetrini@bugseng.com>
Mon, 27 May 2024 14:53:16 +0000 (16:53 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Tue, 28 May 2024 01:54:25 +0000 (18:54 -0700)
These files are used when debugging Xen, and are not meant to comply
with MISRA rules at the moment.

No functional change.

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

index cd69765427930f7b573112ba2c459f070bd2524c..2567e8467c78a23efc4d9d644e8d217bf156fb50 100644 (file)
             "rel_path": "arch/x86/dmi_scan.c",
             "comment": "Imported from Linux, ignore for now"
         },
+        {
+            "rel_path": "arch/x86/gdbsx.c",
+            "comment": "Used for debugging Xen, ignore for now"
+        },
+        {
+            "rel_path": "arch/x86/include/asm/gdbsx.h",
+            "comment": "Used for debugging Xen, ignore for now"
+        },
         {
             "rel_path": "arch/x86/mpparse.c",
             "comment": "Imported from Linux, ignore for now"