From 841f437a8bc8d220165a5c1c239c69edb54c29ff Mon Sep 17 00:00:00 2001 From: Nicola Vetrini Date: Mon, 27 May 2024 16:53:16 +0200 Subject: [PATCH] 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 Acked-by: Jan Beulich --- 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" -- 2.39.5