This patch v3 series: (revised to address v2 comments) Dropped mount and ptrace patches. Add kselftest framework for tests to use. This is a light weight framework provides a set of interfaces to report test results and test statistics on number of tests passed and failed. Several tests are changed to use the framework to report results. Shuah Khan (5): selftests: add kselftest framework for uniform test reporting selftests/breakpoints: change test to use ksft framework selftests/ipc: change test to use ksft framework selftests/kcmp: change test to use ksft framework selftests/timers: change test to use ksft framework .../selftests/breakpoints/breakpoint_test.c | 10 ++-- tools/testing/selftests/ipc/msgque.c | 26 ++++----- tools/testing/selftests/kcmp/kcmp_test.c | 27 +++++++--- tools/testing/selftests/kselftest.h | 62 ++++++++++++++++++++++ tools/testing/selftests/timers/posix_timers.c | 14 ++--- 5 files changed, 110 insertions(+), 29 deletions(-) create mode 100644 tools/testing/selftests/kselftest.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html