All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/5] address violations of MISRA C rules
@ 2024-06-01 10:16 Nicola Vetrini
  2024-06-01 10:16 ` [XEN PATCH 1/5] xen/domain: deviate violation of MISRA C Rule 20.12 Nicola Vetrini
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Nicola Vetrini @ 2024-06-01 10:16 UTC (permalink / raw)
  To: nicola.vetrini, xen-devel
  Cc: sstabellini, michal.orzel, xenia.ragiadakou, ayan.kumar.halder,
	consulting, Andrew Cooper, George Dunlap, Jan Beulich,
	Julien Grall, Roger Pau Monné, Simone Ballarin,
	Doug Goldstein

Patches 1 to 4 address violations of MISRA C Rule 20.12 by deviating certain
uses of some macros, while the last patch addresses some regressions introduced
by the latest bitops series

Nicola Vetrini (5):
  xen/domain: deviate violation of MISRA C Rule 20.12
  x86/domain: deviate violation of MISRA C Rule 20.12
  x86: deviate violation of MISRA C Rule 20.12
  automation/eclair_analysis: address remaining violations of MISRA C
    Rule 20.12
  xen: fix MISRA regressions on rule 20.9 and 20.12

 automation/eclair_analysis/ECLAIR/deviations.ecl | 8 +++++++-
 docs/misra/safe.json                             | 8 ++++++++
 xen/arch/x86/domain.c                            | 1 +
 xen/arch/x86/domctl.c                            | 1 +
 xen/arch/x86/include/asm/shared.h                | 1 +
 xen/common/domain.c                              | 1 +
 xen/include/xen/self-tests.h                     | 2 +-
 7 files changed, 20 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-06-20  1:28 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-01 10:16 [XEN PATCH 0/5] address violations of MISRA C rules Nicola Vetrini
2024-06-01 10:16 ` [XEN PATCH 1/5] xen/domain: deviate violation of MISRA C Rule 20.12 Nicola Vetrini
2024-06-03  6:39   ` Jan Beulich
2024-06-03 13:21     ` Nicola Vetrini
2024-06-01 10:16 ` [XEN PATCH 2/5] x86/domain: " Nicola Vetrini
2024-06-04  5:58   ` Jan Beulich
2024-06-01 10:16 ` [XEN PATCH 3/5] x86: " Nicola Vetrini
2024-06-04  6:08   ` Jan Beulich
2024-06-07 14:34     ` Nicola Vetrini
2024-06-01 10:16 ` [XEN PATCH 4/5] automation/eclair_analysis: address remaining violations " Nicola Vetrini
2024-06-03  5:58   ` Jan Beulich
2024-06-03  7:13     ` Nicola Vetrini
2024-06-03 18:52       ` Jan Beulich
2024-06-03 19:12         ` Nicola Vetrini
2024-06-03 21:24           ` Jan Beulich
2024-06-03 21:37             ` Nicola Vetrini
2024-06-20  1:28   ` Stefano Stabellini
2024-06-01 10:16 ` [XEN PATCH 5/5] xen: fix MISRA regressions on rule 20.9 and 20.12 Nicola Vetrini
2024-06-01 12:47   ` Andrew Cooper
2024-06-01 12:58     ` Nicola Vetrini
2024-06-01 13:08       ` Andrew Cooper
2024-06-01 13:52         ` Nicola Vetrini
2024-06-01 14:01           ` Andrew Cooper
2024-06-01 14:37 ` [XEN PATCH 0/5] address violations of MISRA C rules Andrew Cooper
2024-06-01 17:19   ` Nicola Vetrini
2024-06-01 17:22     ` Andrew Cooper

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.