These files contain several deliberate violations of MISRA C rules and they are not linked in the final Xen binary, therefore they can be exempted from MISRA compliance.
No functional change. Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> --- Changes in v2: - use a glob to exclude this file for all architectures. --- docs/misra/exclude-list.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json index 7971d0e70f5b..89df966eeac9 100644 --- a/docs/misra/exclude-list.json +++ b/docs/misra/exclude-list.json @@ -101,6 +101,10 @@ "rel_path": "arch/x86/efi/check.c", "comment": "The resulting code is not included in the final Xen binary, ignore for now" }, + { + "rel_path": "arch/*/*/asm-offsets.c", + "comment": "The resulting code is not included in the final Xen binary, ignore for now" + }, { "rel_path": "common/coverage/*", "comment": "Files to support gcov, ignore for now" -- 2.34.1