Re: [patch 0/5] lightweight robust futexes: -V1

From: Ingo Molnar
Date: Wed Feb 15 2006 - 16:31:00 EST



* Daniel Walker <dwalker@xxxxxxxxxx> wrote:

> >This patchset provides a new (written from scratch) implementation of
> >robust futexes, called "lightweight robust futexes". We believe this new
> >implementation is faster and simpler than the vma-based robust futex
> >solutions presented before, and we'd like this patchset to be adopted in
> >the upstream kernel. This is version 1 of the patchset.
>
> Next point of discussion must be PI. [...]

robustness is an orthogonal feature to Priority Inheritance. In fact it
was requested before on lkml to separate robustness support from PI
support, and the vma-based robust futex patches now do precisely that -
they dont offer PI. So no, PI does not play here, it's a separate thing.

Ingo
-
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/