mbox series

[0/2] automation/eclair_analysis: deviate MISRA C Rule 21.2

Message ID cover.1718816397.git.alessandro.zucchelli@bugseng.com (mailing list archive)
Headers show
Series automation/eclair_analysis: deviate MISRA C Rule 21.2 | expand

Message

Alessandro Zucchelli June 19, 2024, 5:09 p.m. UTC
This series aims to address several violations of Rule 21.2 which states the
following: A reserved identifier or reserved macro name shall not be declared.
The series contains two patches, one changes x86/APIC which used an identifier
starting with '__', the second deviates all reserved identifiers with the 
exception of those starting with "__builtin_" which still remain available.

Alessandro Zucchelli (1):
  automation/eclair_analysis: deviate MISRA C Rule 21.2

Nicola Vetrini (1):
  x86/APIC: address violation of MISRA C Rule 21.2

 automation/eclair_analysis/ECLAIR/deviations.ecl | 11 +++++++++++
 xen/arch/x86/apic.c                              |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)