From: Frederic Weisbecker <fweisbec@gmail.com>
To: Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Stanislaw Gruszka <sgruszka@redhat.com>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Steven Rostedt <rostedt@goodmis.org>, Ingo Molnar <mingo@elte.hu>,
Oleg Nesterov <oleg@redhat.com>
Subject: [PATCH 0/4] posix_cpu_timers: Some code consolidation v2
Date: Fri, 15 Mar 2013 17:53:58 +0100 [thread overview]
Message-ID: <1363366442-11494-1-git-send-email-fweisbec@gmail.com> (raw)
Hi,
In this version, just a few warnings fixed due to missing type updates. And also
a selftest for quick basic breakage checks.
The branch is pullable from:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
timers/posix-cpu-timers
Thanks.
Frederic Weisbecker (4):
posix_cpu_timer: Consolidate expiry time type
posix_cpu_timers: Consolidate timer list cleanups
posix_cpu_timers: Consolidate expired timers check
selftests: Add basic posix timers selftests
include/linux/posix-timers.h | 16 +-
kernel/posix-cpu-timers.c | 390 +++++++++----------------
tools/testing/selftests/Makefile | 1 +
tools/testing/selftests/timers/Makefile | 8 +
tools/testing/selftests/timers/posix_timers.c | 221 ++++++++++++++
5 files changed, 378 insertions(+), 258 deletions(-)
create mode 100644 tools/testing/selftests/timers/Makefile
create mode 100644 tools/testing/selftests/timers/posix_timers.c
--
1.7.5.4
next reply other threads:[~2013-03-15 16:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-15 16:53 Frederic Weisbecker [this message]
2013-03-15 16:53 ` [PATCH 1/4] posix_cpu_timer: Consolidate expiry time type Frederic Weisbecker
2013-03-19 22:43 ` Andrew Morton
2013-03-20 0:25 ` Frederic Weisbecker
2013-03-15 16:54 ` [PATCH 2/4] posix_cpu_timers: Consolidate timer list cleanups Frederic Weisbecker
2013-03-15 16:54 ` [PATCH 3/4] posix_cpu_timers: Consolidate expired timers check Frederic Weisbecker
2013-03-15 16:54 ` [PATCH 4/4] selftests: Add basic posix timers selftests Frederic Weisbecker
2013-03-18 21:26 ` Andrew Morton
2013-03-18 21:32 ` Frederic Weisbecker
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=1363366442-11494-1-git-send-email-fweisbec@gmail.com \
--to=fweisbec@gmail.com \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=oleg@redhat.com \
--cc=rostedt@goodmis.org \
--cc=sgruszka@redhat.com \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®