The kernel provided vdso functions do not get a stack frame from the
calling function and therefore may not change the stack contents, unless
they allocate space on their own.
This problem was exposed with
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| clock_getres.S | ||
| clock_gettime.S | ||
| gettimeofday.S | ||
| Makefile | ||
| note.S | ||
| vdso64.lds.S | ||
| vdso64_wrapper.S | ||