From: Rusty Russell Date: Tue, 24 Jul 2007 01:43:56 +0000 (-0700) Subject: link lguest example launcher non-static X-Git-Tag: v2.6.23-rc2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6570c45995a6339597462434a81f358a38941ac4;p=pandora-kernel.git link lguest example launcher non-static S.Caglar Onur points out that many distributions don't ship a static zlib. Unfortunately the launcher currently maps virtual device memory where shared libraries want to go. The solution is to pre-scan the args to figure out how much memory we have, then allocate devices above that, rather than down from the top possible address. This also turns out to be simpler. Signed-off-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed