All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v2 for-4.20 0/7] address several violations of MISRA Rule 20.7
@ 2024-06-26 13:28 Nicola Vetrini
  2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 1/7] automation/eclair: address violations of MISRA C " Nicola Vetrini
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Nicola Vetrini @ 2024-06-26 13:28 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, Simone Ballarin, Doug Goldstein,
	Roger Pau Monné

Hi all,

this series addresses several violations of Rule 20.7, as well as a
small fix to the ECLAIR integration scripts that do not influence
the current behaviour, but were mistakenly part of the upstream
configuration.

Note that by applying this series the rule has a few leftover violations.
Most of those are in x86 code in xen/arch/x86/include/asm/msi.h .
I did send a patch [1] to deal with those, limited only to addressing the MISRA
violations, but in the end it was dropped in favour of a more general cleanup of
the file upon agreement, so this is why those changes are not included here.

[1] https://lore.kernel.org/xen-devel/2f2c865f20d0296e623f1d65bed25c083f5dd497.1711700095.git.nicola.vetrini@bugseng.com/

Changes in v2:
- Patch 7 is new to this series 

Nicola Vetrini (7):
  automation/eclair: address violations of MISRA C Rule 20.7
  xen/self-tests: address violations of MISRA rule 20.7
  xen/guest_access: address violations of MISRA rule 20.7
  automation/eclair_analysis: address violations of MISRA C Rule 20.7
  x86/irq: address violations of MISRA C Rule 20.7
  automation/eclair_analysis: clean ECLAIR configuration scripts
  x86/traps: address violations of MISRA C Rule 20.7

 automation/eclair_analysis/ECLAIR/analyze.sh     | 3 +--
 automation/eclair_analysis/ECLAIR/deviations.ecl | 6 ++++--
 docs/misra/deviations.rst                        | 3 ++-
 docs/misra/safe.json                             | 8 ++++++++
 xen/arch/x86/traps.c                             | 2 +-
 xen/include/xen/bitmap.h                         | 3 +++
 xen/include/xen/guest_access.h                   | 4 ++--
 xen/include/xen/irq.h                            | 2 +-
 xen/include/xen/self-tests.h                     | 8 ++++----
 9 files changed, 26 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-06-27 10:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 13:28 [XEN PATCH v2 for-4.20 0/7] address several violations of MISRA Rule 20.7 Nicola Vetrini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 1/7] automation/eclair: address violations of MISRA C " Nicola Vetrini
2024-06-27  0:45   ` Stefano Stabellini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 2/7] xen/self-tests: address violations of MISRA rule 20.7 Nicola Vetrini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 3/7] xen/guest_access: " Nicola Vetrini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 4/7] automation/eclair_analysis: address violations of MISRA C Rule 20.7 Nicola Vetrini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 5/7] x86/irq: " Nicola Vetrini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 6/7] automation/eclair_analysis: clean ECLAIR configuration scripts Nicola Vetrini
2024-06-26 13:28 ` [XEN PATCH v2 for-4.20 7/7] x86/traps: address violations of MISRA C Rule 20.7 Nicola Vetrini
2024-06-27  0:46   ` Stefano Stabellini
2024-06-27 10:39     ` Jan Beulich
2024-06-26 13:30 ` [XEN PATCH v2 for-4.20 0/7] address several violations of MISRA " Nicola Vetrini

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.