Posted Dec 1, 2010 8:14 UTC (Wed) by smueller@atsec.com (guest, #68260)
[Link]
Considering how vDSO is implemented, why not exporting all system calls as stubs in the vDSO part? This way, user space could simply link to that vDSO AND use the system calls like a normal API without going through the oddities of syscall()?