qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] linux-user: Introducing functionality for two time64 syscalls
@ 2020-08-24 19:37 Filip Bozuta
  2020-08-24 19:37 ` [PATCH v3 1/2] linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()' Filip Bozuta
  2020-08-24 19:37 ` [PATCH v3 2/2] linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time64()' Filip Bozuta
  0 siblings, 2 replies; 6+ messages in thread
From: Filip Bozuta @ 2020-08-24 19:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, Laurent Vivier, Filip Bozuta

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-24 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-24 19:37 [PATCH v3 0/2] linux-user: Introducing functionality for two time64 syscalls Filip Bozuta
2020-08-24 19:37 ` [PATCH v3 1/2] linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()' Filip Bozuta
2020-08-24 20:15   ` Laurent Vivier
2020-08-24 20:59   ` Laurent Vivier
2020-08-24 19:37 ` [PATCH v3 2/2] linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time64()' Filip Bozuta
2020-08-24 21:12   ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).