Re: [PATCH 2/8] drm: Document use-after-free gotcha with private objects

2020-11-19 Thread Daniel Vetter
On Fri, Nov 13, 2020 at 04:29:50PM +0100, Maxime Ripard wrote: > The private objects have a gotcha that could result in a use-after-free, > make sure it's properly documented. > > Signed-off-by: Maxime Ripard > --- > include/drm/drm_atomic.h | 18 ++ > 1 file changed, 18 insertio

[PATCH 2/8] drm: Document use-after-free gotcha with private objects

2020-11-15 Thread Maxime Ripard
The private objects have a gotcha that could result in a use-after-free, make sure it's properly documented. Signed-off-by: Maxime Ripard --- include/drm/drm_atomic.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index