Re: [patch] 'virtual => physical page mapping cache', vcache-2.5.38-B8

From: Ingo Molnar (mingo@elte.hu)
Date: Fri Sep 27 2002 - 12:42:33 EST


i'd love to do this, but:

> spin_lock(&futex_lock);
>
> > q.page = NULL;
> > attach_vcache(&q.vcache, uaddr, current->mm, futex_vcache_callback);
> >
> > page = pin_page(uaddr - offset);

            [ LOCKUP ]

pin_page() calls get_user_pages(), which might block in handle_mm_fault().

        Ingo

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



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:32 EST