> Oh, it can be disabled by runtime (/proc/sys/kernel/vdso_enabled) or boot > time (vdso=0) option already. So you expect everybody using para virtualization to set this option? > And it should be only an interim timeslice > that is broken, since earlier glibc could only do int 0x80 and newer glibc > can cope with non fixed vDSO. So most users can just leave it enabled. I'm sure there are quite a lot of people to still use SUSE 9.0 and similar time frame RH and debian etc. To be honest, I don't think this is a particularly useful position. Nobody wants to set weird command line options. It should just work. We should value binary compatibility out of the box higher. I guess i'll just disable the vDSO with CONFIG_PARAVIRT unless someone comes up with a patch to fix it in a compatible way. -Andi