All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [florian/y2038]y2038: monitor_wait for timespec64
@ 2021-07-26  7:16 Song Chen
  0 siblings, 0 replies; only message in thread
From: Song Chen @ 2021-07-26  7:16 UTC (permalink / raw)
  To: florian.bezdeka, xenomai

This patch serial is aimed to introduce a new syscall monitor_wait64
which is specific for 64-bit time_t.

Song Chen (3):
  y2038: cobalt/posix/monitor: Adding monitor_wait64
  y2038: lib/cobalt/internal: dispatch monitor_wait
  y2038: testsuite/smokey/y2038: testcase for monitor_wait64

 include/cobalt/uapi/syscall.h          |  2 +-
 kernel/cobalt/posix/monitor.c          | 31 ++++++++++++-
 kernel/cobalt/posix/monitor.h          |  9 ++++
 kernel/cobalt/posix/syscall32.c        |  8 ++++
 kernel/cobalt/posix/syscall32.h        |  6 +++
 lib/cobalt/internal.c                  |  5 ++
 testsuite/smokey/y2038/syscall-tests.c | 83 +++++++++++++++++++++++++++++++++-
 7 files changed, 140 insertions(+), 4 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-26  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  7:16 [PATCH 0/3] [florian/y2038]y2038: monitor_wait for timespec64 Song Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.