* RFC: striving for automotive grade certification
@ 2019-02-04 10:59 Vladimir Kondratiev
0 siblings, 0 replies; only message in thread
From: Vladimir Kondratiev @ 2019-02-04 10:59 UTC (permalink / raw)
To: linux-kernel
Hi,
I am looking how can we get kernel certified for life critical
applications, in particular for automotive industry. Mean drive train,
not infotainment.
To begin with, all certification processes are talking about cleaning
compilation warnings at level higher then usual.
Example would be unused parameter in function. This is what I want to
start with. There are lots of warnings triggered in kernel compilation
by -Wunused-parameter, it is perhaps most frequent warning at all.
Technically it is not hard to fix all such warnings by adding
__always_unused when needed. However this will produce huge patch
touching lots of files for kind of nothing. So, before starting this
effort, I want to consult:
- is this (massive cleanup) right direction in general?
- Any ideas better then marking __always_unused?
- what to do in cases where parameter is unused depending on some
pre-processor conditions?
- is it better to do one huge patch or split into pieces?
Thanks, Vladimir
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-04 10:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04 10:59 RFC: striving for automotive grade certification Vladimir Kondratiev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox