-
James Bottomley authored
If we are still above the vma start address on the last vma, we can use addr even if it is inside the vma (i.e. addr < vma->addr + vma->size). Fix this by aligning addr past the end of the vma in this case
65221767
If we are still above the vma start address on the last vma, we can use addr even if it is inside the vma (i.e. addr < vma->addr + vma->size). Fix this by aligning addr past the end of the vma in this case