All of lore.kernel.org
 help / color / mirror / Atom feed
* [florian/y2038][PATCH v3 0/3] y2038:mutex_timedlock for timespec64
@ 2021-06-03 12:05 Song Chen
  2021-06-08  6:39 ` Florian Bezdeka
  0 siblings, 1 reply; 10+ messages in thread
From: Song Chen @ 2021-06-03 12:05 UTC (permalink / raw)
  To: florian.bezdeka, xenomai

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

---
v2:
1, new revision regarding review comments

v3:
1, return -errno
2, throw a warning if timeout is NULL

Song Chen (3):
  y2038: cobalt/posix/mutex: Adding mutex_timedlock64
  y2038: lib/cobalt/mutex: dispatch mutex_timedlock
  y2038: testsuite/smokey/y2038: testcase for mutex_timedlock64

 include/cobalt/uapi/syscall.h          |   1 +
 kernel/cobalt/posix/mutex.c            |  22 +++++-
 kernel/cobalt/posix/mutex.h            |   7 ++
 kernel/cobalt/posix/syscall32.c        |   7 ++
 kernel/cobalt/posix/syscall32.h        |   4 +
 lib/cobalt/mutex.c                     |   4 +
 testsuite/smokey/y2038/syscall-tests.c | 136 +++++++++++++++++++++++++++++++++
 7 files changed, 180 insertions(+), 1 deletion(-)

-- 
2.7.4



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

end of thread, other threads:[~2021-06-15 13:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 12:05 [florian/y2038][PATCH v3 0/3] y2038:mutex_timedlock for timespec64 Song Chen
2021-06-08  6:39 ` Florian Bezdeka
2021-06-08  7:37   ` chensong_2000
2021-06-08  7:51     ` chensong_2000
2021-06-08 11:03       ` Florian Bezdeka
2021-06-09  0:37         ` chensong_2000
2021-06-10  7:03         ` dietmar.schindler
2021-06-11  2:17           ` chensong_2000
2021-06-11  7:28             ` Florian Bezdeka
2021-06-15 13:14               ` dietmar.schindler

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.