Revision c3442e296517aee733d62fc3fe03211598902c7d authored by Ingo Molnar on 05 March 2007, 13:46:30 UTC, committed by Linus Torvalds on 05 March 2007, 16:34:25 UTC
CONFIG_PARAVIRT broke old glibc bootup: it silently turned off the
selectability of CONFIG_COMPAT_VDSO and thus rendered distro kernels
unbootable on old-style VDSO glibc setups.

the proper solution is to keep COMPAT_VDSO available - if a hypervisor
needs any modification of that concept then we'll judge those changes in
full context, once those changes are submitted.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 227c5fe
History
File Mode Size
Makefile -rw-r--r-- 145 bytes
dir.c -rw-r--r-- 2.7 KB
file.c -rw-r--r-- 1.2 KB
inode.c -rw-r--r-- 8.4 KB
namei.c -rw-r--r-- 2.3 KB
super.c -rw-r--r-- 8.2 KB
symlink.c -rw-r--r-- 1.3 KB

back to top