From mboxrd@z Thu Jan 1 00:00:00 1970 Sender: chensong_2000@189.cn From: Song Chen Subject: [florian/y2038][PATCH v3 0/3] y2038:mutex_timedlock for timespec64 Date: Thu, 3 Jun 2021 20:05:16 +0800 Message-Id: <1622721916-1824-1-git-send-email-chensong_2000@189.cn> List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: florian.bezdeka@siemens.com, xenomai@xenomai.org 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