All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/3] docs/misra: add documentation skeleton to address MISRA C:2012 Dir 4.1
@ 2023-09-01  9:06 Nicola Vetrini
  2023-09-01  9:06 ` [XEN PATCH 1/3] docs/misra: add documentation skeleton for " Nicola Vetrini
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Nicola Vetrini @ 2023-09-01  9:06 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, Anthony PERARD,
	Simone Ballarin, Doug Goldstein

The headline of Directive 4.1 states: "Run-time failures shall be minimized".
Thus, it requires the project to supply documentation that pertains the measures
and techinques used to prevent run-time failures from happening. For ease of
reading, the documentation is in RST format, but since ECLAIR needs a source file
to check that the needed subsections and their format is the one expected, the
Makefiles for the docs/ are amended to generate such a file.

The format and categories of the subsections in the .rst file can be
customized based on feedback from the community: the one provided is just a
basic skeleton that should be tailored to the project.

This series is based on the following RFC:
https://lore.kernel.org/xen-devel/cover.1692636338.git.nicola.vetrini@bugseng.com/

Nicola Vetrini (3):
  docs/misra: add documentation skeleton for MISRA C:2012 Dir 4.1
  docs: make the docs for MISRA C:2012 Dir 4.1 visible to ECLAIR
  automation/eclair: build docs/misra to address MISRA C:2012 Dir 4.1

 automation/eclair_analysis/build.sh   |  11 +-
 automation/eclair_analysis/prepare.sh |   5 +-
 docs/Makefile                         |   7 +-
 docs/misra/C-runtime-failures.rst     | 239 ++++++++++++++++++++++++++
 docs/misra/Makefile                   |  17 ++
 docs/misra/rules.rst                  |   7 +-
 6 files changed, 279 insertions(+), 7 deletions(-)
 create mode 100644 docs/misra/C-runtime-failures.rst
 create mode 100644 docs/misra/Makefile

--
2.34.1


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

end of thread, other threads:[~2023-09-22  9:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01  9:06 [XEN PATCH 0/3] docs/misra: add documentation skeleton to address MISRA C:2012 Dir 4.1 Nicola Vetrini
2023-09-01  9:06 ` [XEN PATCH 1/3] docs/misra: add documentation skeleton for " Nicola Vetrini
2023-09-08  0:20   ` Stefano Stabellini
2023-09-08  6:33     ` Jan Beulich
2023-09-08  8:10       ` Nicola Vetrini
2023-09-08 17:22       ` Stefano Stabellini
2023-09-08  8:12     ` Nicola Vetrini
2023-09-22  9:37     ` Nicola Vetrini
2023-09-01  9:06 ` [XEN PATCH 2/3] docs: make the docs for MISRA C:2012 Dir 4.1 visible to ECLAIR Nicola Vetrini
2023-09-08  0:23   ` Stefano Stabellini
2023-09-08  8:04     ` Nicola Vetrini
2023-09-08 11:04   ` Anthony PERARD
2023-09-22  8:53     ` Nicola Vetrini
2023-09-01  9:06 ` [XEN PATCH 3/3] automation/eclair: build docs/misra to address MISRA C:2012 Dir 4.1 Nicola Vetrini
2023-09-08  0:25   ` Stefano Stabellini
2023-09-08  8:06     ` 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.