Accept elf files that are valid but have sections that can not be mmap'ed for some...
authorRonald G. Minnich <rminnich@gmail.com>
Tue, 28 Aug 2007 21:35:59 +0000 (14:35 -0700)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:50 +0000 (15:49 +1000)
commit6649bb7af6a819b675bfcf22ab704737e905645a
tree64e3b9e120ff1bafa074db2f76302230b88ac3f6
parent1f4e1de4f23e158abf976a76e1d0fce6e39b532a
Accept elf files that are valid but have sections that can not be mmap'ed for some reason.

Plan9 kernel binaries don't neatly align their ELF sections to our
page boundaries.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/lguest/lguest.c