From: Eric Anholt Date: Tue, 1 Nov 2011 06:16:21 +0000 (-0700) Subject: drm/i915: Fix object refcount leak on mmappable size limit error path. X-Git-Tag: v3.2-rc2~24^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14660ccd599dc7bd6ecef17408bd76dc853f9b77;p=pandora-kernel.git drm/i915: Fix object refcount leak on mmappable size limit error path. I've been seeing memory leaks on my system in the form of large (300-400MB) GEM objects created by now-dead processes laying around clogging up memory. I usually notice when it gets to about 1.2GB of them. Hopefully this clears up the issue, but I just found this bug by inspection. Signed-off-by: Eric Anholt Cc: stable@kernel.org Signed-off-by: Keith Packard --- Reading git-diff-tree failed