Re: futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op

From: Thomas Gleixner
Date: Thu Jun 23 2016 - 13:29:01 EST


On Thu, 23 Jun 2016, Darren Hart wrote:
> On Thu, Jun 23, 2016 at 03:40:36PM +0200, Thomas Gleixner wrote:
> In my opinion, we should treat the timeout value as relative for FUTEX_WAIT
> regardless of the CLOCK used.

Which requires even more changes as you have to select which clock you are
using for adding the base time.

Thanks,

tglx