Re: [PATCH] drm/vc4: Fix leak of the file_priv that stored the perfmon.

2018-04-12 Thread Eric Anholt
Boris Brezillon writes: > On Mon, 9 Apr 2018 13:58:13 -0700 > Eric Anholt wrote: > >> Signed-off-by: Eric Anholt >> Fixes: 65101d8c9108 ("drm/vc4: Expose performance counters to userspace") > > Reviewed-by: Boris Brezillon

Re: [PATCH] drm/vc4: Fix leak of the file_priv that stored the perfmon.

2018-04-12 Thread Boris Brezillon
On Mon, 9 Apr 2018 13:58:13 -0700 Eric Anholt wrote: > Signed-off-by: Eric Anholt > Fixes: 65101d8c9108 ("drm/vc4: Expose performance counters to userspace") Reviewed-by: Boris Brezillon > --- > drivers/gpu/drm/vc4/vc4_drv.c |

[PATCH] drm/vc4: Fix leak of the file_priv that stored the perfmon.

2018-04-09 Thread Eric Anholt
Signed-off-by: Eric Anholt Fixes: 65101d8c9108 ("drm/vc4: Expose performance counters to userspace") --- drivers/gpu/drm/vc4/vc4_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/vc4/vc4_drv.c b/drivers/gpu/drm/vc4/vc4_drv.c index