All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] automation/eclair_analysis: deviate MISRA C Rule 21.2
@ 2024-06-19 17:09 Alessandro Zucchelli
  2024-06-19 17:09 ` [PATCH 1/2] " Alessandro Zucchelli
  2024-06-19 17:09 ` [PATCH 2/2] x86/APIC: address violation of " Alessandro Zucchelli
  0 siblings, 2 replies; 9+ messages in thread
From: Alessandro Zucchelli @ 2024-06-19 17:09 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Alessandro Zucchelli, Simone Ballarin, Doug Goldstein,
	Stefano Stabellini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné

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(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-24  7:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19 17:09 [PATCH 0/2] automation/eclair_analysis: deviate MISRA C Rule 21.2 Alessandro Zucchelli
2024-06-19 17:09 ` [PATCH 1/2] " Alessandro Zucchelli
2024-06-20  9:11   ` Jan Beulich
2024-06-21  1:02     ` Stefano Stabellini
2024-06-21  6:17       ` Jan Beulich
2024-06-21 23:27         ` Stefano Stabellini
2024-06-24  7:31           ` Jan Beulich
2024-06-19 17:09 ` [PATCH 2/2] x86/APIC: address violation of " Alessandro Zucchelli
2024-06-20  9:15   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.