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
9p.h -rw-r--r-- 6.8 KB
Makefile -rw-r--r-- 215 bytes
conv.c -rw-r--r-- 18.5 KB
conv.h -rw-r--r-- 2.0 KB
debug.h -rw-r--r-- 2.0 KB
error.c -rw-r--r-- 2.2 KB
error.h -rw-r--r-- 6.0 KB
fcall.c -rw-r--r-- 8.7 KB
fcprint.c -rw-r--r-- 8.8 KB
fid.c -rw-r--r-- 4.6 KB
fid.h -rw-r--r-- 1.9 KB
mux.c -rw-r--r-- 23.2 KB
mux.h -rw-r--r-- 1.9 KB
trans_fd.c -rw-r--r-- 6.9 KB
transport.h -rw-r--r-- 1.4 KB
v9fs.c -rw-r--r-- 10.7 KB
v9fs.h -rw-r--r-- 2.9 KB
v9fs_vfs.h -rw-r--r-- 2.3 KB
vfs_addr.c -rw-r--r-- 2.5 KB
vfs_dentry.c -rw-r--r-- 3.0 KB
vfs_dir.c -rw-r--r-- 4.6 KB
vfs_file.c -rw-r--r-- 6.1 KB
vfs_inode.c -rw-r--r-- 28.4 KB
vfs_super.c -rw-r--r-- 6.4 KB

back to top