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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to