From: Viresh Kumar <viresh.kumar@linaro.org>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH V4 0/5] syscalls/clock_*(): Add support for time64 variants
Date: Wed, 22 Apr 2020 11:07:21 +0530 [thread overview]
Message-ID: <cover.1587533697.git.viresh.kumar@linaro.org> (raw)
Hello,
Here is the fourth version of this series and here are the changes since
v3.
V3->V4:
- Dropped the first patch, it is already applied by Cyril.
- Update clock_gettime() patch (1/5), according to the changes Cyril
made.
- Rest four patches (2-5/5) are posted for the first time here.
--
Viresh
Viresh Kumar (5):
syscalls/clock_gettime: Add support for time64 tests
syscalls/clock_settime: Add support for time64 tests
syscalls/clock_getres: Add support for time64 tests
syscalls/clock_nanosleep: Add support for time64 tests
syscalls/clock_adjtime: Add support for time64 tests
include/tst_timer.h | 122 +++++++++-
runtest/syscalls | 2 +-
.../syscalls/clock_adjtime/clock_adjtime.h | 220 +++++++++++++++---
.../syscalls/clock_adjtime/clock_adjtime01.c | 124 ++++++----
.../syscalls/clock_adjtime/clock_adjtime02.c | 90 +++++--
.../syscalls/clock_getres/clock_getres01.c | 58 +++--
.../syscalls/clock_gettime/clock_gettime01.c | 116 +++++----
.../syscalls/clock_gettime/clock_gettime02.c | 72 +++---
.../syscalls/clock_gettime/clock_gettime03.c | 58 ++++-
.../syscalls/clock_nanosleep/.gitignore | 1 +
.../clock_nanosleep/clock_nanosleep01.c | 102 ++++++--
.../clock_nanosleep/clock_nanosleep03.c | 68 +++++-
.../clock_nanosleep/clock_nanosleep04.c | 90 +++++++
.../syscalls/clock_nanosleep2/.gitignore | 1 -
.../kernel/syscalls/clock_nanosleep2/Makefile | 10 -
.../clock_nanosleep2/clock_nanosleep2_01.c | 45 ----
.../syscalls/clock_settime/clock_settime01.c | 87 +++++--
.../syscalls/clock_settime/clock_settime02.c | 95 +++++---
18 files changed, 993 insertions(+), 368 deletions(-)
create mode 100644 testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep04.c
delete mode 100644 testcases/kernel/syscalls/clock_nanosleep2/.gitignore
delete mode 100644 testcases/kernel/syscalls/clock_nanosleep2/Makefile
delete mode 100644 testcases/kernel/syscalls/clock_nanosleep2/clock_nanosleep2_01.c
--
2.25.0.rc1.19.g042ed3e048af
next reply other threads:[~2020-04-22 5:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <a143f48ffeec14739d35c07dfb95f237981a322d.1587712683.git.viresh.kumar@linaro.org>
2020-04-22 5:37 ` Viresh Kumar [this message]
2020-04-22 5:37 ` [LTP] [PATCH V4 1/5] syscalls/clock_gettime: Add support for time64 tests Viresh Kumar
2020-04-23 13:50 ` Cyril Hrubis
2020-04-24 7:19 ` Viresh Kumar
2020-04-24 15:02 ` Cyril Hrubis
2020-04-22 5:37 ` [LTP] [PATCH V4 2/5] syscalls/clock_settime: " Viresh Kumar
2020-04-23 15:08 ` Cyril Hrubis
2020-04-22 5:37 ` [LTP] [PATCH V4 3/5] syscalls/clock_getres: " Viresh Kumar
2020-04-22 5:37 ` [LTP] [PATCH V4 4/5] syscalls/clock_nanosleep: " Viresh Kumar
2020-04-22 5:37 ` [LTP] [PATCH V4 5/5] syscalls/clock_adjtime: " Viresh Kumar
2020-04-24 7:18 ` [LTP] [PATCH V5 3/5] syscalls/clock_getres: " Viresh Kumar
2020-04-24 7:18 ` [LTP] [PATCH V5 4/5] syscalls/clock_nanosleep: " Viresh Kumar
2020-04-24 7:18 ` [LTP] [PATCH V5 5/5] syscalls/clock_adjtime: " Viresh Kumar
2020-04-27 14:15 ` Cyril Hrubis
2020-04-28 4:30 ` Viresh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1587533697.git.viresh.kumar@linaro.org \
--to=viresh.kumar@linaro.org \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.