Skip to content

Commit 841f437

Browse files
nvetrinisstabellini
authored andcommitted
docs/misra: exclude gdbsx from MISRA compliance
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>
1 parent 1eba1fe commit 841f437

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/misra/exclude-list.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@
7777
"rel_path": "arch/x86/dmi_scan.c",
7878
"comment": "Imported from Linux, ignore for now"
7979
},
80+
{
81+
"rel_path": "arch/x86/gdbsx.c",
82+
"comment": "Used for debugging Xen, ignore for now"
83+
},
84+
{
85+
"rel_path": "arch/x86/include/asm/gdbsx.h",
86+
"comment": "Used for debugging Xen, ignore for now"
87+
},
8088
{
8189
"rel_path": "arch/x86/mpparse.c",
8290
"comment": "Imported from Linux, ignore for now"

0 commit comments

Comments
 (0)