All of lore.kernel.org
 help / color / mirror / Atom feed
* Static code analyzer annotations in driver code?
@ 2017-01-04 13:06 Thomas Hellstrom
  2017-01-05 11:38 ` Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hellstrom @ 2017-01-04 13:06 UTC (permalink / raw)
  To: dri-devel@lists.freedesktop.org; +Cc: Daniel Vetter

Hi!

What is the general opinion about out-of-tree static analyzer
annotations in drm driver code, for example comments like

/* coverity[missing_lock] */

which typically squelches false positives in constructors or destructors
of refcounted structs that contain members that are elsewhere protected
by locks.

Thanks,

Thomas



_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-01-05 12:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 13:06 Static code analyzer annotations in driver code? Thomas Hellstrom
2017-01-05 11:38 ` Jani Nikula
2017-01-05 11:57   ` Thomas Hellstrom

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.