From: Ben Skeggs Date: Tue, 12 Aug 2014 03:54:37 +0000 (+1000) Subject: drm/nouveau/core/mm: fill in holes with "allocated" nodes X-Git-Tag: fixes-against-v3.18-rc2~73^2~36^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13dfe1286d1ea1af4c9330b039c2316d0d92c484;p=pandora-kernel.git drm/nouveau/core/mm: fill in holes with "allocated" nodes The allocation algorithm doesn't expect there to be holes in the mm, which causes its alignment/cutoff calculations to choke (and go negative) when encountering the last chunk of a block before a hole. The least expensive solution is to simply fill in any holes with nodes that are pre-marked as being allocated. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed