[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1363366442-11494-1-git-send-email-fweisbec@gmail.com>
Date: Fri, 15 Mar 2013 17:53:58 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Stanislaw Gruszka <sgruszka@...hat.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Steven Rostedt <rostedt@...dmis.org>,
Ingo Molnar <mingo@...e.hu>, Oleg Nesterov <oleg@...hat.com>
Subject: [PATCH 0/4] posix_cpu_timers: Some code consolidation v2
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists