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
This is still somewhat broken (see
#721), since it
relies on the flush_tlb function ending up in the big area around the
code that is still identity mapped. So, this code should probably move
somewhere else. However, this fixes a very significant bug in the
prior code, where the flush_tlb() function called on guest function
dispatch could return to the wrong address, due to the correct return
address having been pushed onto the wrong page due to a stale TLB
entry.
Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
0 commit comments