-
- Downloads
mmu: mark COW ptes to skip them during protection changes
Write permission should not be granted to ptes that has no write
permission because they are COW, but currently there is no way to
distinguish between write protection due to vma permission and write
protection due to COW. Use bit reserved for software use in pte as a
marker for COW ptes and check it during permission changes.
Signed-off-by:
Gleb Natapov <gleb@cloudius-systems.com>
Loading
Please register or sign in to comment