From: Rusty Russell Date: Tue, 11 Mar 2008 14:35:56 +0000 (-0500) Subject: lguest: fix __get_vm_area usage. X-Git-Tag: v2.6.25-rc6~49^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14ae652baa3d72ae378f0c06b89cc2c4ef15ff8;p=pandora-kernel.git lguest: fix __get_vm_area usage. Robert Bragg's 5dc331852848a38ca00a2817e5b98a1d0561b116 tightened (ie. fixed) the checking in __get_vm_area, and it broke lguest. lguest should pass the exact "end" it wants, not some random constant (it was possible previously that it would actually get an address different from SWITCHER_ADDR). Also, Fabio Checconi pointed out that we should make sure we're not hitting the fixmap area. Signed-off-by: Rusty Russell Cc: Robert Bragg --- Reading git-diff-tree failed