[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls

Filip Bozuta posted 2 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
linux-user/syscall.c | 520 +++++++++++++++++++++++++------------------
1 file changed, 300 insertions(+), 220 deletions(-)
[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
Posted by Filip Bozuta 3 years, 8 months ago
This two patch series introduces functionality for following
Year 2038 safe syscalls:

--Introduced in first patch--
*ppoll_time64()
*pselect6_time64()

--Introduced in second patch--
*utimensat_time64()
*semtimedop_time64()

Testing notes:

   The implementations of these time64 syscalls was tested
   using tests from the LTP test suite which was built inside
   a chroot.

v2:

   -Moved code of 'ppoll()' and 'pselect6()' to a separate
    function
   -Changed 'time64' from 'int' to 'bool'

Filip Bozuta (2):
  linux-user: Add support for ppoll_time64() and pselect6_time64()
  linux-user: Add support for utimensat_time64() and semtimedop_time64()

 linux-user/syscall.c | 520 +++++++++++++++++++++++++------------------
 1 file changed, 300 insertions(+), 220 deletions(-)

-- 
2.25.1