Le 25/03/2020 à 18:41, Alistair Francis a écrit : > On Wed, Mar 18, 2020 at 3:54 PM Alistair Francis > <[email protected]> wrote: >> >> Add support for host and target futex_time64. If futex_time64 exists on >> the host we try that first before falling back to the standard futux >> syscall. >> >> Signed-off-by: Alistair Francis <[email protected]> > > @Laurent did you see this? > > I guess it's a little late for 5.0 but it would be nice to support.
Yes, I've seen your patch. I think it can go into 5.0 RC because it's a bug fix and it is really needed because the 32bit futex will be broken if host timespec uses 64bit field. But I need to review and test before. Thanks, Laurent
