]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: fix vsyscall brokenness
authorJeff Dike <jdike@addtoit.com>
Fri, 29 Jul 2005 21:03:33 +0000 (14:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 22:01:14 +0000 (15:01 -0700)
commit5f7ec6bedda76dd7be5923184ecb48a252435ade
tree5960bb8522d9ce4c677233b0cdc5453bf8aef2f5
parent3e6c4ab1cc66bfadcf7b07b694a987db1d1b1fb4
[PATCH] uml: fix vsyscall brokenness

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>
arch/um/os-Linux/elf_aux.c