Fix bug in __get_vm_area() alignment code
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
Showing
Please register or sign in to comment