[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] docs/misra: exclude gdbsx from MISRA compliance
commit 841f437a8bc8d220165a5c1c239c69edb54c29ff Author: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> AuthorDate: Mon May 27 16:53:16 2024 +0200 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Mon May 27 18:54:25 2024 -0700 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@xxxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- docs/misra/exclude-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json index cd69765427..2567e8467c 100644 --- a/docs/misra/exclude-list.json +++ b/docs/misra/exclude-list.json @@ -77,6 +77,14 @@ "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" -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |