Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/lguest
Ronald G. Minnich e3bcf5e278 lguest: avoid shared libraries mapped over guest memory
Some versions of ld.so mmap the shared libraries right in over guest
memory, so compile lguest statically by default.

[ FC7 maps shared libraries very low, where the launcher maps guest's
  physical memory.  Quick fix is to link Launcher static, real fix is
  for 2.6.24. ]

-static is a simple fix. I expect this problem will be more common than we
like, as different distro's make different "improvements" to ld.so

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-08-09 08:14:56 -07:00
..
extract lguest: documentation I: Preparation 2007-07-26 11:35:16 -07:00
lguest.c lguest: documentation VII: FIXMEs 2007-07-26 11:35:17 -07:00
lguest.txt lguest: the documentation, example launcher 2007-07-19 10:04:53 -07:00
Makefile lguest: avoid shared libraries mapped over guest memory 2007-08-09 08:14:56 -07:00