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



Reply via email to