On Sun, 2007-04-22 at 09:16 -0700, Ulrich Drepper wrote: > On 4/22/07, William Lee Irwin III <[EMAIL PROTECTED]> wrote: > > On Sun, Apr 22, 2007 at 12:17:31AM -0700, Ulrich Drepper wrote: > > > For futex(), the extension is needed for the FUTEX_WAIT operation. We > > > need a new operation FUTEX_WAIT_FOR or so which takes another (the > > > fourth) parameter which is the PID of the target. > > > For FUTEX_LOCK_PI we need no extension. The futex value is the PID of > > > the current owner. This is required for the whole interface to work > > > in the first place. > > > > We'll have to send things out and see what sticks here. There seems to > > be some pickiness above. > > I know Rusty will shudder since it makes futexes yet more complicated > (although only if the user wants it) but if you introduce the concept > of "yield to" then this extension makes really sense and it is a quite > simple extension. Plus: I'm the most affected by the change since I > have to change code to use it and I'm fine with it.
Hi Uli, I wouldn't worry: futexes long ago jumped the shark. I think it was inevitable that once we started endorsing programs bypassing the kernel for IPC that we'd want some form of yield_to(). And yield_to(p) has much more sane semantics than yield(). Cheers, Rusty. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/