Re: Duplicate vsyscall/vdso gettimeofday implementations on x86_64

From: Andi Kleen
Date: Sat Jul 18 2009 - 02:08:56 EST


john stultz <johnstul@xxxxxxxxxx> writes:
>
> Hrmm. Can we deprecate the old method and push glibc to use the new one?

That would break every old 64bit executable. Also not there are programs
who don't use glibc.

Also glibc's way of calling the vDSO is still somewhat inefficient
(although that could be probably fixed)

> If we remove it the vsyscall interface will old glibc's fall-back
> gracefully?

They would crash gracefully.

I had a couple of different transition plans, but they were all fairly
complicated and had various disadvantages, so in the end nothing got
done and the old code just left in.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/