From: Thomas Hellstrom Date: Mon, 22 Oct 2012 12:51:25 +0000 (+0000) Subject: drm/ttm: Fix a theoretical race X-Git-Tag: v3.7-rc3~45^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc17a7837bf4ec8fd2d63438c0b6b0160c454c1;p=pandora-kernel.git drm/ttm: Fix a theoretical race The ttm_mem_evict_first function could theoretically drop the lru lock without retrying if a reservation from off the LRU list ended up waiting. However, since currently there are no users that could cause a wait in that situation so this is not suitable for stable Signed-off-by: Thomas Hellstrom Signed-off-by: Dave Airlie --- Reading git-diff-tree failed