[PATCH v3 0/2] linux-user: Introducing functionality for two time64 syscalls

Filip Bozuta posted 2 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
linux-user/syscall.c | 74 +++++++++++++++++++++++++++++++++++++++-----
1 file changed, 67 insertions(+), 7 deletions(-)
[PATCH v3 0/2] linux-user: Introducing functionality for two time64 syscalls
Posted by Filip Bozuta 3 years, 8 months ago
This two patch series introduces functionality for two year
2038 safe syscalls.

The first patch introduces a little correction for already
implemented normal (32-bit) variants of implemented syscalls.

The second patch introduces the implementation of the
syscalls.

Testing method:

    The implementation of the implemented syscalls was tested
    using recently added time64 test in the LTP test suite.

v3:

    -Added an error check before converting back the value
     of 'struct timespec/timespec64' from host to target

Filip Bozuta (2):
  linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()'
  linux-user: Add support for 'mq_timedsend_time64()' and
    'mq_timedreceive_time64()'

 linux-user/syscall.c | 74 +++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 67 insertions(+), 7 deletions(-)

-- 
2.25.1