Re: [PATCH 4/8] Add xlat values for FUTEX_WAIT commands with FUTEX_CLOCK_REALTIME bit set

2016-08-29 Thread Eugene Syromyatnikov
On Mon, Aug 29, 2016 at 5:45 PM, Dmitry V. Levin wrote: > On Mon, Aug 29, 2016 at 06:12:55PM +0300, Eugene Syromyatnikov wrote: >> The support for these has been added in commit g337f130, before Linux 4.5. > > commit g337f130? Is it a septendecimal number? Sorry, I've overlooked when copy-pasted f

Re: [PATCH 4/8] Add xlat values for FUTEX_WAIT commands with FUTEX_CLOCK_REALTIME bit set

2016-08-29 Thread Dmitry V. Levin
On Mon, Aug 29, 2016 at 06:12:55PM +0300, Eugene Syromyatnikov wrote: > The support for these has been added in commit g337f130, before Linux 4.5. commit g337f130? Is it a septendecimal number? > * xlat/futexops.in: add FUTEX_WAIT|FUTEX_CLOCK_REALTIME and > FUTEX_WAIT_PRIVATE|FUTEX_CLOCK_REALTI

[PATCH 4/8] Add xlat values for FUTEX_WAIT commands with FUTEX_CLOCK_REALTIME bit set

2016-08-29 Thread Eugene Syromyatnikov
The support for these has been added in commit g337f130, before Linux 4.5. * xlat/futexops.in: add FUTEX_WAIT|FUTEX_CLOCK_REALTIME and FUTEX_WAIT_PRIVATE|FUTEX_CLOCK_REALTIME records. --- xlat/futexops.in |2 ++ 1 file changed, 2 insertions(+) diff --git a/xlat/futexops.in b/xlat/futexops.