You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We effectlvely take a snapshot of the kernel's page, which is wrong when the data might change. We need to divert references to our copy so that they point (cross-DSO) to the original vDSO data.
The text was updated successfully, but these errors were encountered:
I wrote a simple gettimeofday test case and was surprised to find that it works! So my understanding is out-of-whack here. First step is to check that it really is using vDSO shared memory to implement the call.
We effectlvely take a snapshot of the kernel's page, which is wrong when the data might change. We need to divert references to our copy so that they point (cross-DSO) to the original vDSO data.
The text was updated successfully, but these errors were encountered: