mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
9b2efe035e
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_wrapper.S | ||
vdso64.lds.S |