All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/2] xen: deviate asm-only definitions for Rule 8.4
@ 2023-09-01 16:34 Nicola Vetrini
  2023-09-01 16:34 ` [XEN PATCH 1/2] xen: apply deviation for Rule 8.4 (asm-only definitions) Nicola Vetrini
  2023-09-01 16:34 ` [XEN PATCH 2/2] automation: execute SAF translation before the analysis with ECLAIR Nicola Vetrini
  0 siblings, 2 replies; 9+ messages in thread
From: Nicola Vetrini @ 2023-09-01 16:34 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, michal.orzel, xenia.ragiadakou, ayan.kumar.halder,
	consulting, Nicola Vetrini, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Wei Liu, Bertrand Marquis,
	Volodymyr Babchuk, Roger Pau Monné, Simone Ballarin,
	Doug Goldstein

As stated in 'docs/misra/rules.rst' the community decided to deviate from Rule 8.4
whereby the definitions concern entities that are only used in asm modules.
The chosen deviation mechanism is that of textual deviations, through the use of
/* SAF-n-safe */ comments.

Deviating variables needs more care, and is therefore postponed to another patch.

Nicola Vetrini (2):
  xen: apply deviation for Rule 8.4 (asm-only definitions)
  automation: execute SAF translation before the analysis with ECLAIR

 automation/eclair_analysis/prepare.sh | 3 +++
 docs/misra/safe.json                  | 8 ++++++++
 xen/arch/arm/cpuerrata.c              | 1 +
 xen/arch/arm/setup.c                  | 1 +
 xen/arch/arm/smpboot.c                | 1 +
 xen/arch/arm/traps.c                  | 7 +++++++
 xen/arch/x86/boot/cmdline.c           | 1 +
 xen/arch/x86/boot/reloc.c             | 1 +
 xen/arch/x86/extable.c                | 4 ++--
 xen/arch/x86/mm.c                     | 1 +
 xen/arch/x86/setup.c                  | 2 ++
 xen/arch/x86/traps.c                  | 9 +++++++++
 xen/common/efi/boot.c                 | 5 +++--
 13 files changed, 40 insertions(+), 4 deletions(-)

--
2.34.1


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

end of thread, other threads:[~2023-09-07  1:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01 16:34 [XEN PATCH 0/2] xen: deviate asm-only definitions for Rule 8.4 Nicola Vetrini
2023-09-01 16:34 ` [XEN PATCH 1/2] xen: apply deviation for Rule 8.4 (asm-only definitions) Nicola Vetrini
2023-09-04  7:02   ` Jan Beulich
2023-09-04  7:19     ` Nicola Vetrini
2023-09-04  8:09       ` Jan Beulich
2023-09-06 15:22         ` Nicola Vetrini
2023-09-07  0:58       ` Stefano Stabellini
2023-09-01 16:34 ` [XEN PATCH 2/2] automation: execute SAF translation before the analysis with ECLAIR Nicola Vetrini
2023-09-07  0:59   ` Stefano Stabellini

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.