mirror of
https://github.com/torvalds/linux.git
synced 2026-07-25 15:58:40 +02:00
The #if/#ifdef cleanup exposed a bug in UML's ELF header processing. With this bug fixed, UML recognizes the vsyscall info coming from the host. On FC4, there is a vsyscall page low in the address space, which UML doesn't provide. This causes an infinite page fault loop and a hang on boot. This patch works around that by making this look like a no-vsyscall system. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| drivers | ||
| include | ||
| sys-i386 | ||
| sys-x86_64 | ||
| util | ||
| elf_aux.c | ||
| file.c | ||
| Makefile | ||
| process.c | ||
| signal.c | ||
| time.c | ||
| tty.c | ||
| user_syms.c | ||