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
vm_unmap() is not needed - what is needed is giving the pages in the
to-be-destroyed pagetable back to the physical page pool. That is not
necessarily the same as unmapping. Consider the case of the same
physical page being mapped in several page tables.
On Sun, Apr 3, 2016 at 1:26 PM, Troels Henriksen [email protected]
wrote:
vm_unmap() is not needed - what is needed is giving the pages in the
to-be-destroyed pagetable back to the physical page pool. That is not
necessarily the same as unmapping. Consider the case of the same
physical page being mapped in several page tables.
True. So this is really a bug in vm_destroy_pagetable?
oleks
changed the title
Implement vm_unmap to enable proper userland process/thread clean-up.
Make vm_destroy_pagetable do something more sensible to enable proper userland process/thread clean-up
Apr 3, 2016
No description provided.
The text was updated successfully, but these errors were encountered: