All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v3 0/3] docs/misra: add documentation skeleton to address MISRA C:2012 Dir 4.1
@ 2023-10-02  7:34 Nicola Vetrini
  2023-10-02  7:34 ` [XEN PATCH v3 1/3] docs/misra: add documentation skeleton for " Nicola Vetrini
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Nicola Vetrini @ 2023-10-02  7:34 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, michal.orzel, xenia.ragiadakou, ayan.kumar.halder,
	consulting, jbeulich, andrew.cooper3, roger.pau, Nicola Vetrini,
	George Dunlap, Julien Grall, Wei Liu, Anthony PERARD,
	Simone Ballarin, Doug Goldstein, Henry Wang

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.

Note: The previous version of this series already had a release ack from Henry,
which I didn't add in each commit message since I see in the commit history that
tag being the last.

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   |   6 +-
 automation/eclair_analysis/prepare.sh |   7 +-
 docs/Makefile                         |   7 +-
 docs/misra/C-runtime-failures.rst     | 210 ++++++++++++++++++++++++++
 docs/misra/Makefile                   |  22 +++
 docs/misra/rules.rst                  |   7 +
 6 files changed, 252 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] 13+ messages in thread

end of thread, other threads:[~2023-11-14 13:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02  7:34 [XEN PATCH v3 0/3] docs/misra: add documentation skeleton to address MISRA C:2012 Dir 4.1 Nicola Vetrini
2023-10-02  7:34 ` [XEN PATCH v3 1/3] docs/misra: add documentation skeleton for " Nicola Vetrini
2023-10-02 22:31   ` Stefano Stabellini
2023-10-02  7:34 ` [XEN PATCH v3 2/3] docs: make the docs for MISRA C:2012 Dir 4.1 visible to ECLAIR Nicola Vetrini
2023-10-02 22:32   ` Stefano Stabellini
2023-11-07 20:41     ` Stefano Stabellini
2023-11-08 16:25       ` Julien Grall
2023-11-08 17:12         ` Nicola Vetrini
2023-11-09 12:05           ` Julien Grall
2023-11-14 13:18             ` Nicola Vetrini
2023-10-02  7:34 ` [XEN PATCH v3 3/3] automation/eclair: build docs/misra to address MISRA C:2012 Dir 4.1 Nicola Vetrini
2023-10-02 22:32   ` Stefano Stabellini
2023-10-02 22:35 ` [XEN PATCH v3 0/3] docs/misra: add documentation skeleton " 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.