|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH v2] docs/misra: add asm-offset.c to exclude-list
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.vetrini@xxxxxxxxxxx>
---
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |