Re: [PATCH 2/2] Futex non-page-pinning fix

From: Andrew Morton
Date: Tue Sep 02 2003 - 15:37:46 EST


Jamie Lokier <jamie@xxxxxxxxxxxxx> wrote:
>
> 3. For (vma & VM_SHARED), look up futex_qs keyed on
> (vma->vm_file, vma->vm_pgoff + (uaddr - vma->vm_start) >>
> PAGE_SHIFT, offset).

That's a bit meaningless in non-linear mappings.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Jamie Lokier <jamie@xxxxxxxxxxxxx> wrote:
>
> 3. For (vma & VM_SHARED), look up futex_qs keyed on
> (vma->vm_file, vma->vm_pgoff + (uaddr - vma->vm_start) >>
> PAGE_SHIFT, offset).

That's a bit meaningless in non-linear mappings.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/