From: Marcin Slusarz Date: Mon, 10 Dec 2012 20:30:51 +0000 (+0100) Subject: drm/nouveau/vm: fix memory corruption when pgt allocation fails X-Git-Tag: v3.8-rc4~28^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd376b6bfccf33782a0748a9c70f7f752f8b869;p=pandora-kernel.git drm/nouveau/vm: fix memory corruption when pgt allocation fails If we return freed vm, nouveau_drm_open will happily call nouveau_cli_destroy, which will try to free it again. Reported-by: Peter Hurley Signed-off-by: Marcin Slusarz Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed