• Austin Clements's avatar
    Fix concurrent unmap/page fault in radix · 5e3c72c4
    Austin Clements 提交于
    Previously we just looked at whether the fauling VMA was deleted once
    we had the PTE lock, but that's not enough since a VMA can be
    partially deleted.  Instead, we check the radix tree again after
    taking the PTE lock.
    5e3c72c4
radix.hh 8.9 KB