[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110609004435.14550.qmail@science.horizon.com>
Date: 8 Jun 2011 20:44:35 -0400
From: "George Spelvin" <linux@...izon.com>
To: david@...advisors.com, dvhart@...ux.intel.com,
kyle@...fetthome.net, luto@....edu
Cc: linux@...izon.com, linux-kernel@...r.kernel.org
Subject: Re: Change in functionality of futex() system call.
I'm not sure if it's best, but the risk of RO waiters interfering could
be solved by giving them a lower prioirty for wakeup and always waking
RW-mapped waiters first.
In most cases, there would only be one type of waiter, so this would
have no effect, but if there were, a RO-mapped reader couldn't "steal"
wakeup from someone who had it RW-mapped.
It might conflict with a fairness goal, but it does solve the problem
without any extension to the API.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists