This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12813] Linux x86_64: glibc should prefer the vDSO over vsyscalls


http://sourceware.org/bugzilla/show_bug.cgi?id=12813

--- Comment #1 from Andy Lutomirski <luto at mit dot edu> 2011-05-27 15:04:46 UTC ---
As an added benefit of the vDSO over vsyscalls: things like UML can replace the
vDSO if they want to.  This means that sched_getcpu and gettimeofday would have
a better chance of returning the guest's answer (instead of the host's) on UML.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]