Re: [PATCH 1/2] drm/syncobj: Mark up the fence as an RCU protected pointer

2017-09-01 Thread Ville Syrjälä
On Fri, Sep 01, 2017 at 03:57:06PM +0100, Chris Wilson wrote: > We take advantage of that syncobj->fence is an RCU-protected pointer, and > so sparse complains that it is lacking annotation. > > Signed-off-by: Chris Wilson > --- > include/drm/drm_syncobj.h | 2 +- > 1 file changed, 1 insertion(+

[PATCH 1/2] drm/syncobj: Mark up the fence as an RCU protected pointer

2017-09-01 Thread Chris Wilson
We take advantage of that syncobj->fence is an RCU-protected pointer, and so sparse complains that it is lacking annotation. Signed-off-by: Chris Wilson --- include/drm/drm_syncobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_syncobj.h b/include/drm/drm_s