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-- 161 bytes
README -rw-r--r-- 279 bytes
bitmap.c -rw-r--r-- 3.6 KB
dir.c -rw-r--r-- 2.5 KB
file.c -rw-r--r-- 916 bytes
fsync.c -rw-r--r-- 3.0 KB
inode.c -rw-r--r-- 15.0 KB
namei.c -rw-r--r-- 5.6 KB
truncate.c -rw-r--r-- 727 bytes

README

back to top