From: Bjorn Helgaas Date: Tue, 26 Oct 2010 21:41:23 +0000 (-0600) Subject: resources: ensure callback doesn't allocate outside available space X-Git-Tag: v2.6.37-rc1~62^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6909ba14c25b4db6be2ff89f4fa0fac2d70151a0;p=pandora-kernel.git resources: ensure callback doesn't allocate outside available space The alignment callback returns a proposed location, which may have been adjusted to avoid ISA aliases or for other architecture-specific reasons. We already had a check ("tmp.start < tmp.end") to make sure the callback doesn't return an area that extends past the available area. This patch reworks the check to make sure it doesn't return an area that extends either below or above the available area. Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed