Hello,
You can add a:
Tested-by: Paul Rolland
This is indeed fixing the memory leak in size-32 pool on my machine.
Thanks a lot,
Paul
On Mon, 27 Sep 2010 21:08:36 +0100
Chris Wilson wrote:
> Hook the GEM vm open/close ops into the generic drm vm open/close so
> that the vma entries are crea
Hello,
On Fri, 01 Oct 2010 19:09:56 -0500
Matt Mackall wrote:
> On Mon, 2010-09-27 at 21:08 +0100, Chris Wilson wrote:
> > Hook the GEM vm open/close ops into the generic drm vm open/close so
> > that the vma entries are created and destroy appropriately.
> >
> > Reported-by: Matt Mackall
> >
On Mon, 2010-09-27 at 21:08 +0100, Chris Wilson wrote:
> Hook the GEM vm open/close ops into the generic drm vm open/close so
> that the vma entries are created and destroy appropriately.
>
> Reported-by: Matt Mackall
> Cc: Dave Airlie
> Cc: Jesse Barnes
> Signed-off-by: Chris Wilson
All sign
That was quick, thanks.
On Mon, 27 Sep 2010 21:08:36 +0100
Chris Wilson wrote:
> Hook the GEM vm open/close ops into the generic drm vm open/close so
> that the vma entries are created and destroy appropriately.
Please update the changelog to indicate that it fixes a memory leak.
> Reported-by